11g Production: Creating an artifact in the wrong project

I have an application with multiple projects. I accidentally created a JSF page fragment in the wrong project which in turn created a Web Content folder and all the other usual suspects. However, I cannot 'undo' the fragment creation. I can delete the artifacts one by one but the Web Content and WEB-INF folder remain without contents. How do I safely remove these?

Hi,
remove the content on the file system. If the project is not a web project then this is a safe option to do.
Frank

Similar Messages

  • I created a calendar in the wrong calendar year.   I need to change it from 2012 to 2013. Help!!!

    I created a calendar in the wrong calendar year.   I need to change it from 2012 to 2013. Help!!!

    N000295, I am afraid you will have to start all over again. There is no way to change the year of the already created photo calender.

  • My project index is pointed to the wrong project library and I need to change it.

    My project index is pointed to the wrong project library and I need to change it.

    All content from the store is tied to the account that downloaded it, so if you download those apps then it should be showin your account's id - if you've updated the email address on your account and it's showing the pre-update email address then try logging out of it on the iPad by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPad.
    If you haven't changed your email address then has anybody else downloaded or synced apps to your iPad ? If they have then only their id will be able to download updates to them

  • IMovie 09 Full Screen mode plays the wrong project.

    I just brought home a new MacBook Pro 15" 2.8 GHz with 4 GB & 500 GB HD, I have existing iMovie 09 projects on an external hard drive. When I click on a project, select for it to play full screen and it plays an entirely different project that's not even in the same folder.
    I use iMovie all the time for it's quick editing but very frustrated with accessing files & sluggish playback on various machines. Now it won't play back the correct project in full screen mode.
    I have chased the hardware side of my issues with recent purchases giving me: 215 GB available on my internal hard drive, 811 GB available on my external G-Tech Raid that holds the video project and events and I'm using firewire 800. All updates are done, etc.
    UGH! Any ideas??

    Full screen mode is like the cover-flow view in iTunes. If you move your cursor to the bottom of the screen, you will see the cover flow and can select the movie you want.

  • How to create command file for the Database Project?

    Hi All,
    We are using Oracle 10G.
    We are using Database Project in Visual Studio.NET to source control the SQL Scripts of SPs and Tables.
    Now, while creating commad file, it asks me select all the files to be included. thats fine. But after creation, if I open and see...It starts like....
    osql...test1.sql.
    osql...test2.sql
    but, osql is commad of SQL Server not of Oracle...if am not wrong..!
    Is there any settings that can help me create command file that works on Oracle?
    Thanks and Regards
    Senthil

    File>Print
    Choose Adobe PDF as your printer
    Go to Setup
    Go to preferences
    Choose the standard
    Make sure the rest of your settings are correct for the page size etc.
    It's a big screenshot so I've linked instead of posting here.
    Sorry had to blur out some PDF settings for privacy reasons
    http://img339.imageshack.us/img339/6103/37345539.png

  • Getting the following error when creating a table in the webdynpro project

    hello colleagues,
    I am able to navigate to a view from the initial view because in the second view I am having a table.
    It throws the following error while navigating
    500 Internal Server Error
    The initial exception that caused the request to fail, was:
    java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDAbstractTableColumn
    The address is http://inld50044442a:50000/webdynpro/dispatcher/local/JA310_Ex_01/ExApp1
    Please help me. I am new to WebDynpro.
    Thanks in advance
    Regards,
    Sheelsagar

    Perhaps you have build your application with a NW04s IDE and try to run it on a NW04 server?
    the mentioned class (actually, interface) is part of WD NW04s functionality

  • DVD SP keeps burning the disc from wrong project

    I recently updated an older DVD SP project. In simulation, it looks fine, but when I burn the disc, it burns the most recent project that isn't even open. I tried trashing the files to the wrong project, even the .m2v files for it, and created a special folder for it, but it still burns the complete wrong project to the DVD!
    What is happening?

    >  Does DVD SP store a VIDEO_TS folder somewhere?<
    Yes, it goes to the locatiokn you have selected when building the project. You also should see a "use this source" dialog for the build and it is pointing to the wrong folder or that folder contains the wrong stuff. Sorry, I'm not at my DVDSP machine this morning to look this up for you precisely. But you should be able to locate your TS folders with a simple Finder or Spotlight search then filter by date.
    BTW: I think we've all been bitten by this at one time. If you do enought DVD projects, you eventually lose your TS resources or ut them in the wrong place. It's an interesting and frustrating lesson because the files are not handled like FCP media.
    bogiesan

  • TS3274 My Air Ipad keeps switching to voice-over, it will not allow me to enter my password. It keeps saying that I've entered the wrong password.  It's asking for a password of zero value. How can I correct this.

    My Air Ipad keeps switching to voice-over, and it will not allow me to enter my password. It keeps saying that I've entered the wrong password.  It's asking for a password of zero value. When I enter my personal password that I created, it say it the wrong password, then it say try again in 5 minutes and shuts itself down.  Is anyone else having this issue and how can I fix it?

    Hello SharonLo
    Your best bet would be to restore your iPad if it is not accepting your passcode. Check out the article below to walk you putting your iPad into recovery mode and using iTunes to restore it.
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to shut down.
    While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    Continue holding the Home button until you see the Connect to iTunes screen.
    iTunes will alert you that it has detected a device in recovery mode. Click OK, and then restore the device.
    Regards,
    -Norm G.

  • Where to put the "Model" project?

    I note in ADF Mobile there's "ViewController" and "ApplicationController" projects. For vanilla applications we'd typically have "Model" and "ViewController".
    Say I want to build a web service data control, cache the results, and store them in the local store for retrieval when the application is start/stopped/activated/deactivated. Presumably all this logic would go in the ApplicationController as it is already seeded with a DataControls.dcx and LifeCycleListenerImpl.java? I wouldn't create a separate Model project and then attach that to the ApplicationController in this case?
    Regards,
    CM.

    Hi, Chris, you would typically put your Web Services DC and related artifacts in the ViewController project - in the same project where related TaskFlow and Views resides. You can create additional Model projects to hold the model layer components. However, feature archives are created at the project level, so if you want to re-use certain set of functionality by creating feature archives, you will need to remember to include all the feature archives needed to provide that functionality.
    Whether or not you need/want to put model layer artifacts in a separate project has to do with the complexity of your application. On-device mobile apps are typically much more focused in functionality/features than web-based apps, and you would typically design your mobile apps accordingly.
    Thanks,
    Joe Huang

  • Aperture creates multiple duplicates of a folder/project

    so strange phenomenon happened a while back with my aperture library. Some how, apt has created multiple folders of the same projects (13 identical folders). the folder is titled 'TRAVEL' and in it are 5 projects (USA, Columbia, Europe, etc). it seems like they are all the same and actually function as one (ie if i delete one image from one of the folders, it will be deleted from all the rest. if i delete the folder itself, all 13 folders with the projects will be deleted.
    I've tried several fixes to no avail. recently i've exported each project to my desktop as a library. deleted each project one by one in the main library, then deleted the containing folder. i then imported the projects back into the library, but they come in as 13 folders, each containing that project.
    i really need some help with this. if anyone has an idea...
    aperture 3.1.1
    OSX 10.6.5
    MBP core 2 duo
    4gb ram
    etc

    Hooo,
    It definitely sounds like there is some corruption in your library. Have you tried the [Basic troubleshooting|http://support.apple.com/kb/HT3805]?
    nathan

  • I put in the wrong email when creating my apple id. I changed my id on my laptop but my ipad has my old (wrong) email addrss and a password that wont let me sign in

    I just got my new I pad, entered all of my information.. after confirmingm y account I realized I had put in the wrong email address. I went on my laptop to change my apple id address, then went to my ipad to purchase an app and it still had my old(incrrect) email address. I typed in the password anyway and it would not let me sign in. I only gave it one password so I don't know why it is saying my password is incorrect. Anywho, THis ipad is a pain in the ***. NEver had a mac before and already its a pain in the ***. I have read a couple of threads that are not really helpful. I read one thread on this site that showed a lady with my similiar issue and she did not get the answer she was looking for. Can some one help me so I can change the apple I.D. on my ipad. The apple I.D. on my computer lets me sign in but not on my ipad; go figure. Good job apple. please help.

    i just opened my ipad, started my apple account/I.D. and realized I put the wrong e mail. I was having trouble correcting my I.D on the Ipad so I went to my laptop and make the proper changes/slash e mail address I wanted for my apple ID. I got back to my ipad and try to download an app I can't because I have to sign in my apple account and I can't because it still has the irrelivant I.D/email address..
    So, i did what you said.. went to setting>app store> tapped on my e mail.. it asked me to sign in (with my invalid emails address showing). I signed in with the password I had created. It said "incorrect".. I went to reset password. I reset password, tried to sign in and it says again "unvalid password".. this is getting irritating.  I have been asking and no one knows what to do.

  • I think I have two Apple IDs but must have typed in the wrong birthdate when I created my main one, because I can't recover it, but need to.

    I have read all the Apple ID support notes, but cannot find how to recover my account in my case.  I mistakenly thought I should change my AppleID to my new email, and when I tried to do that, I lost the thread.  I recieved a verification email sent to my new email (so it must have added ok) but when I go to change my password, I never get that confirmation email.  So when I try to access the account by answering security questions, I must have typed in the wrong birthdate way back when, and I can't get past that screen.  What now?  I seem to be able to access an AppleID that does not include any of the games I've purchased over the years, so it must be a newer one I inadertently set up.  Thus, I haven't been able to access my main working account for awhile now, and I really want to buy some things and have them on my iPad & new iPhone.  How do I get access to my old account with all my past purchases in it?

    I too added 2nd apple ID when I tried to get Free app from apple store just to get to NONE on the credit card needed. It said it sent confirmation email to my new apple ID email that I have to confirm. Problem is I can not get to the new apple ID email account.  On my ipad it logs into my original email account and I see no where to log into another email account.  If I go to my laptop, the new apple ID I created does not let me log into email where apple said it was sent to.  It did not send to back up email account either.
    Can I log into 2 email accounts on my ipad where it says mail at bottom?
    Can I have 2 apple ids?
    If I created a 2nd apple id to get to NONE on credit card needed, can't I log into it also on another laptop in gmail?
    (won't let me)
    If I used my original apple id I created when I got my new ipad, it will not let me get free app without credit card, there is no where it says NONE needed. I am too new to apple to start with credit cards etc until I get use to it.

  • How can I modify an incorrect mailing address on my AppleCare Protection Plan certificate? After I registered a new product with AppleCare I realised that I'd entered the wrong postal address and I need to update it to show my correct address.

    I need to modify an incorrect mailing address on my AppleCare Protection Plan certificate. After I registered a new product with AppleCare I realised that I'd entered the wrong postal address during the registration process and now I need to update my details to show my correct address. I've been trying for several hours to find a way to modify my address on the AppleCare site, with no success. Any help/advice would be greatly appreciated!

    Contacting Apple World Wide for Support and Service
    http://support.apple.com/kb/HE57
    Apple Contact USA
    http://www.apple.com/contact/

  • What is the wrong in code while creating a container

    Hello all,
    what is the wrong in code while creating container.
    *& Report  ZTEST_TREE4
    REPORT  ztest_tree4.
    *       CLASS lcl_application DEFINITION
    CLASS lcl_application DEFINITION CREATE PRIVATE.
      PUBLIC SECTION.
        CLASS-METHODS: run_application.
        METHODS constructor.
      PRIVATE SECTION.
        CLASS-DATA: s_container TYPE REF TO cl_gui_simple_container.
        DATA: container TYPE REF TO cl_gui_simple_container.
    ENDCLASS.                    "lcl_application DEFINITION
    *       CLASS lcl_implementation DEFINITION
    CLASS lcl_application IMPLEMENTATION.
      METHOD run_application.
        IF lcl_application=>s_container IS INITIAL.
          CREATE OBJECT lcl_application=>s_container.
        ENDIF.
      ENDMETHOD.                    "run_application
      METHOD constructor.
        CREATE OBJECT container.
      ENDMETHOD.                    "constructor
    ENDCLASS.                    "lcl_implementation DEFINITION
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      CALL METHOD lcl_application=>run_application.
      SET PF-STATUS 'CO_100'.
      SET TITLEBAR 'CO_100'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    *&      Module  exit  INPUT
    *       text
    MODULE exit INPUT.
      LEAVE PROGRAM.
    ENDMODULE.                 " exit  INPUT
    START-OF-SELECTION.
      CALL SCREEN 100.
    regards,
    Lisa.
    Edited by: Lisa Roy on Mar 6, 2008 10:15 AM
    Edited by: Lisa Roy on Mar 6, 2008 10:29 AM

    Hi Lisa,
    a container must be placed in a respective screen area. Also the module calls must be implemented in your screen input and output sections. Finally you have to place something (a GUI control) in your container.
    I do not see anything like this in your program. So I don't know what you are asking about. Do you get any error message?
    Regards,
    Clemens

  • Have a problem with my MacBook Pro.5,3 and monitor.  Intermittently, the desk top screen becomes broken up into vertical sections, which appear in the wrong order, creating a haphazard picture.    The Apple icon, usually at top left corner, appears in to

    have a problem with my MacBook Pro.5,3 and monitor.  Intermittently, the desk top screen becomes broken up into vertical sections, which appear in the wrong order, creating a haphazard picture.
    The Apple icon, usually at top left corner, appears in top right corner  in a strip including all that left hand.  When the computer is restarted, the screen goes back to normal.  But I have to move the mouse to the far left of the screen and then up until it reappears on the far right hand side of the screen so that I can hit shut down button.
    It seems to happen randomly though always on desk top and sometimes when I move mouse and computer switches on from rest mode.   My large flat screen is relatively new.
    The video card on this computer, which is approximately two years old, is Nvidia FeForce 9400M.
    Any help would be welcome as my usual source of assistance is not available and I am not well versed in workings of the Mac although I have used one for many years.

    That sounds like a Hardware problem.
    You may be able to confirm that with Apple Hardware Test, or make an appointmenst for a free Genius Bar evaluation.

Maybe you are looking for

  • Printout of MIRO

    Is there any option for taking printout of invoice verification.....

  • IPod Does Not Sync Fully

    I have my iPod set to automatically sync every time I plug it in, but for some reason this time in my iTunes I have 18711 items, while on my iPod there is one less, 18710. iTunes never prompted me to say that a particular item couldn't be synced, as

  • Crash now domain.site2 file is gone.

    iWeb crashed on me last night - frozen then it was gone. Restarted computer and clicked on iWeb, it said: Can't open file "~/Library/Application Support/iWeb/Domain.sites2." OK, went to Time Machine to restore to what was there 2 weeks ago. And it is

  • How to learn ESS / MSS

    Hi I am a webdynpro (Java), I want to learn ESS / MSS, I have read the help.sap.com for ESS and MSS but I am not getting what exactly I will have to do as ESS MSS consultant from scratch. as it is already developed business pacakage. Thanks in advanc

  • BW 3.5 and BW 7.1 inquiry

    Hi Experts, We would be implementing both B! 7.0 and BW 3.5. For the BW 3.5, this is so that we would be able to directly upload the flatfiles in the infocube as this is already not possible for B! 7.0. However, would just like to ask the pros and co