Preparing JDEV for VO Extension

Hi,
I am trying to extend(and substitute) a VO in iRecruitment (ApplicantAssignmentVO) and facing some issues.
I copied all the XML files from the package oracle.apps.per.irc.CandidateSelfService.server where the VO is and included it in my project. However, at the time of inclusion, Jdeveloper showed errors about dependent files that it could not found and so, I included some more packages depending on what was mentioned as missing. This continued till I had several packages and compiling the project led to several errors for various reasons including missing packages and missing procedures in java files. Now I have a very large project with lot of compilation errors.
I am not sure of which files we need to include in the project to execute this type of extension and if there is a better way of referencing these files from the environment itself (or through libraries) so I can avoid these errors. Please advice.
Regards.

I have added the class files for all the things required. However, since I want to extend an existing VO, is it not requiired to have the VO in the project? Is it possible to extend a VO without having it in the project ?
Assuming its not possible, I added the package that contains the VO I want to extend and that had dependencies on other packages... and so on...
Is there a way around this ?

Similar Messages

  • Adobe Acrobat Pro XI download will not install; stalls at preparing files for extraction

    Adobe Acrobat Pro XI download will not install; stalls at preparing files for extraction

    what os?
    what file(s) (name/extension) have your downloaded and is their file size?

  • Jdev for R12.1.1 fails with java.lang.NullPointerException

    Hi All,
    We upgraded our 11i environment to R12 version 12.1.1
    As mentioned in metalink note 787209.1, I downloaded Patch 8431482 10G Jdeveloper with OA Extension ARU for R12.1.1 and followed all the setup steps.
    When I run the Tutorial.jpr, the page is throwing java.lang.NullPointerException. I tried this on 3 different dev boxes and am getting the same error.
    Wondering if any one was able to successfully install this version of Jdeveloper (Jdeveloper: Studio Edition Version 10.1.3.3.0.3,
    Build JDEVADF_10.1.3.3.0_NT_RELEASE)
    I made sure that:
    1) The user account has got OA Framework ToolBox Tutorial and OA Framework ToolBox Tutorial Labs responsibility attached to it.
    2) There is no problem with the database connection.
    3) Preferences --> Embeded oc4j and the Default Local IP Address is checked
    4) Am using updated DBC file and removed "/" from DBC file.
    Error Message
    =========
    You have encountered an unexpected error. Please contact the System Administrator for assistance
    =========
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.NullPointerException;
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(Unknown Source)
         at test_fwktutorial._jspService(_test__fwktutorial.java:74)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.lang.NullPointerException
         at oracle.apps.fnd.security.SessionManager.recordSuccess(SessionManager.java:3820)
         at oracle.apps.fnd.security.SessionManager.validateLogin(SessionManager.java:2082)
         at oracle.apps.fnd.security.SessionManager.validateLogin(SessionManager.java:1946)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(Unknown Source)
         at test_fwktutorial._jspService(_test__fwktutorial.java:74)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    java.lang.NullPointerException
         at oracle.apps.fnd.security.SessionManager.recordSuccess(SessionManager.java:3820)
         at oracle.apps.fnd.security.SessionManager.validateLogin(SessionManager.java:2082)
         at oracle.apps.fnd.security.SessionManager.validateLogin(SessionManager.java:1946)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(Unknown Source)
         at test_fwktutorial._jspService(_test__fwktutorial.java:74)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Thanks
    Suman.

    Just an update:
    I was able to successfully setup and run the earlier version of Jdev from "Patch 7523554 10G Jdeveloper With OA Extension ARU for R12 RUP6" against R12.1.1.
    I still am getting the same error when I try to reinstall "Patch 8431482 10G Jdeveloper with OA Extension ARU for R12.1.1".
    Hoping to hear from anyone out there who has R12.1.1 and is able to run 8431482 Jdev.
    Also is there any downside in using Jdev for R12.0.6 against R12.1.1?

  • Encore CS5 has started freezing on "Preparing project for build..." in disk burn attempt

    After routinely burning DVDs with Encore CS5, the program has started freezing after I choose my settings and click "BUILD" on a window that reads, "Preparing project for build..."
    I checked for solutions online and read about problems with Quicktime versions after 7.5.5.  So I uninstalled Quicktime and installed the 7.5.5 version.  Still had problem.
    I reinstalled Encore.  Still had problem.
    Further research suggested I install the Roxio patch
    PX Engine 4.18.16a   I installed the patch.  Still had problem.
    I reinstalled the latest version of Quicktime v 7.7.4  Still had problem
    On my desktop computer, I'm running
    Windows 7 ultimate 64 bit
    Intel i7 CPU  930 @ 2.80Ghz 2.80Ghz
    24 GB RAM
    nvidia Quadro GX 4800
    Raid config on my data drives
    Luckily, I also have Encore loaded as a part of the CS5 suite on a laptop computer, so I transfered the project files to the laptop, which burned the program without a problem.  This tells me the problem is with the program on my desktop and now with the project files.
    LAPTOP:
    Windows 7 Professional - 64 bit
    Intel i7 CPU  2620M  @  2.70 Ghz  2.70 Ghz
    4 GB RAM
    nvidia NVS 4200M
    I'd appreciate any suggestions about how to get my desktop to again burn DVDs in encore.
    Message was edited by: Dan 101 Just realized that when I reinstalled Encore, I got a message that instructed me to shut down two processes. One was related to Encore, the other was something like dynamiclink.exe. I couldn't find any such process running when I checked the Task Manager, so I couldn't shut it down before I continued with the installation.  Could this be related to the issue?

    I am not using any quicktime files.  I started with 1920 x 1080p avi files to build a number of Permiere projects (one for each chapter of a 50 minute DVD, then converted these segments into H.264 files, (with an .mp4 extension) and built a master Premiere project.  I used H.264 files because it seemed the best option to keep the quality as high as possible before converting to m2v files.  Then I converted the master Premiere project into  m2v and wav files which are being used by Encore.  Should I convert the individual projects into another format (rather than H.264) to build the master project?  Does Encore look at the files converted to m2v from  mp4 as Quicktime files?  Could I avoid this by converting to Microsoft AVI or Uncompressed Microsoft AVI to buld my master project?  I didn't built the entire project into one master premiere project from the start because I was concerned it would be too complex with all the elements and tracks.
    Now I can work with Encore and burn files, but the Encore program routinely freezes after I burn a disk.  The Quicktime thing is a puzzle, especially because I stopped getting the freeze when attempting to burn disks after I reinstalled Quicktime 7.6.5. I was trying a number of things and kept a log.  Now I'm trying to figure out why the program freezes after a disk has burned. I turned off Windows DVD Maker, Windows Media Center, and Windows Media Player, rebooted and turned the features on again, but that didn't seem to have an impact.  Also, when I attempt to make changes to a subtitle track, I see the changes in the subtitle track, but they don't appear in the burned disk -- unless I delete a subtitle and recreate it.
    Does the Roxio PX engine have any bearing on this?

  • Where can I download JDev for Bpel 10.1.2.0.2 ?

    Hi All,
    I do have installed on my PC JDev 10.1.3.1 already and I am having problems opening a bpel file from 10.1.2.0.2, so I am trying to install also Jdev for 10.1.2.0.2.
    I searched for this release in otn and sac but I cannot find it.. I downloaded and installed JDev 10.1.2.2 but this one does not contains the BPEL extension.
    Can anyone point the to the correct link (hopefully in SAC) to get this release of JDev with the BPEL extension? or tell me how to get the extension and install it to my current JDev 10.1.2.2. ?
    Thanks

    Thansk for your response, I tried that already and I see only the BPEL process manager... I already have installed BPEL 10.1.3 but I would need JDev 10.1.2.0.2 to be able to open (not deploy) the bpel friles from previous releases...
    Sorry if I am missing something here

  • Error on imovie11: Unable to prepare project for publishing.

    Error on imovie11: Unable to prepare project for publishing.
    I badly need someone that is an extreme expert on Mac Pro and imovie11 and very good at troubleshooting. I have a critical project to get out and have serious problem. Mac store solutions did not work. Need a Pro that I can hire to come to my office in Raleigh NC.
    Cleared the memory space on the drive, cleared the preferences.. critical problem. Love to find someone good to hire in the Raleigh NC area that come over and work on it.
    Martin Brossman 919 847 4757
    Apple Store advice did not work.

    Rocker-65 is correct, large, long and complex projects can have problems resulting in a Error-108. Sometimes cutting a Project up into pieces or just cutting into 2 can help. Easiest way to accomplish the cutting is to create a Duplicate Project. Then just cut Project 1 in half, saving the first part. Duplicate Project gets cut in half and contains the second part.
    Then if you want to stitch them back together, export each project individually at 720p. Import each one BACK into a new Event Folder in iMovie and combine then in a new Project, export that.

  • What is the replacement for design view in in flex builder 4.7 for cs extension builder?

    Because design view is not available in flash builder than what is the use of extension builder in UI designing now we have to do design UI with xml which is very time consuming and boring  if there is any replacemnt for it than please help me .1 more thing i want to know is that when i make new default project in extension builder(flash builder 4.6) than it also not able to load design mode errror is
    C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.cside.libsinstaller_2.0.0.4-33034\archive\cslibs\2.0\4.5\re lease\apedelta.swc- not respondingSWC file failed to load. Any component dependent on this SWC file will not be displayed in the Design Mode.The SWC may have failed to load because of:
    *  Incompatible definitions caused by usage of a different SDK version
    *  Missing referred class definitions

    I have researched this quite considerably and my understanding is that Adobe have no intention of supporting Design View any more for Extension Builder.  In my opinion a very disappointing decision and one that is hard to comprehend.
    The best workaround I can find is to create the majority of your design in a parallel, non Extension Builder, project and then convert/import your design into your Extension.  This is by no means as satisfactory as having Design View for the Extension you are writing but it is better than simply creating your layout by guess work/trial and error.
    Although this has not been announced by Adobe, I have a suspicion that the reason they have decided not to put any further resources into fixing Design View is that Extension Builder as we know it is going to be abandoned soon, probably replaced with an HTML5/JavaScript method of building extensions.  My concern with this is that, other than wanting reassurances that there will be backward compatibility support for old extensions, There will not be a way of compiling an extension in a way that prevents people from seeing your code.
    This is all speculation and I guess we will have to wait and see what happens.  Hope this has helped.

  • TS3694 Ipad won't turn on at all, and is recognized by itunes as being in recovery mode- when I try to restore it stalls on the portion stating "preparing device for restore" and on the page it says "itunes is restoring the software." Been like this for a

    Ipad 4 won't turn on at all, and is recognized by itunes as being in recovery mode- when I try to restore it stalls on the portion stating "preparing device for restore" and on the page it says "itunes is restoring the software." Been like this for a day. I read the restore notes on apple, but this seems to be a little more unique than the standard recovery issues. Any ideas as to why I seem to keep stalling during the restore process?

    Couple of things I can think of before going to the Apple store.
    First, if you can, power off the iPad. Then connect it to the charger that came with the iPad and plug that into a known good wall outlet. Leave it there at least an hour then try to reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart.
    Also, you mentioned you have the latest iTunes. But it would be good to check the actual version. If the iPad is running iOS 7 you need iTunes 11.1 or later.

  • IPhone 3GS stuck in recovery mode, iTunes "Preparing iPhone for restore" nothing is happening.

    When loading iTunes this morning an update that I had been putting off popped up and I figured since I was going to be in the house for a while I'd finally do it. An error took place that I foolishly ignored and made no note of.
    My iPhone is now stuck in Recovery mode (I assume so anyway, after having googles my problem for hours), iTunes tells me I need to restore the phone and so I click to allow it to. It then gets to the "Preparing iPhone for restore" and just sits there, doing nothing.
    I am unable to use my phone and I feel very much out of my depth as I have NO idea what to do. Any help (noob friendly) would be greatly appreciated.

    I appear to have managed to fix the issue through googling the error code (rather than ignoring it this time), and figured I'd add the solution here for anybody in the future.
    I simply moved my cable connecting my pc and iPhone to a USB port in the back of my computer rather than using the ones in the front and the process kicked off almost instantly without any further issues.

  • I keep getting this message from Imovie: Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (Error in user parameter list)

    I keep getting this message from Imovie:
    Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (Error in user parameter list)

    Bartirn,
    I called Apple under my Mac support contract.  They were completely unfamiliar with the error you and I were encountering.   Updating to 10.8.5 didn't help.
    I'm stopping my TimeCapsule while I perform these tasks, but I don't know yet if I have a consistent work-around.
    B

  • In iMovie I am getting this message...Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred.m file already open with write permission.

    In iMovie I am getting this message...Unable to prepare project for publishing.  The project could not be prepared for publishing because an error occurred. File already open with write permission. 
    How do I resolve this?

    Hi
    Most often it helps by - Turning Off the TimeMachine application - during work in iMovie.
    Yours Bengt W

  • Unable to prepare project for publishing. Error in user parameter list

    After editing the project in iMovie '09 I am getting strange problems.
    1) If I try to share the project to iDVD I get the Error Message: "Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (Error in user parameter list)". The same error message I get when trying to "Export Movie".
    2) If I play the movie (either in the preview window or in full screen), I hear the audio, but the video remains on the picture, I was, when I start playing. This wasn't the case until yesterday. I don't know, what has changed this.
    I am not sure, if both problems are connected.
    If I try to play a clip, everything still works well, means audio and video are playing as expected.
    Any ideas, what I could try to solve this (I already tried to restart iMovie, checked that I have the newest version 8.0.1 (740) and tried to restart my iMac?
    Leela

    I'm having the same problem, though it wasn't triggered by me importing anything. I had an almost complete project that I was just editing down and tightening up. I was making some deletions and moving some clips around when the project just went all wonky. If I hit the space bar the video will play. Audio, video and titles are all as they should be. But the editing window is frozen. The raw clips have disappeared from the upper left. When I restart the app the editing window is sometimes blank. But if I drag another application across the screen (like Mail or iTunes) the clips regenerate in the viewer window. This is a HUGE disappointment for me. After wasting an hour trying to solve this I now have to start completely from scratch with this project.

  • This pops up when exporting in iMovie "Unable to prepare project for publishing: The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)" I have turned off my Time Machine in terminal.

    This pops up when exporting in iMovie "Unable to prepare project for publishing: The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)" I have turned off my Time Machine in terminal yet it remains. What do I do, I need your help PLEASE.

    Hi
    Error -50 paramErr  Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ? Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    What this means in Your situation is above me.
    • free space on internal boot hard disk? How much ?
    Video codec
    • streamingDV, AIC etc. (not .avi, .mp4, .m4v, .wmv etc as they are containers not codecs)
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    The "com.apple.iMovie.plist" file
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    Yours Bengt W

  • Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (Error code -50) imovie 09 v8.0.6

    When I try to export the movie I get this error code. Im doing a music video and have put days into it and now I can not get it to export! My other small project export with no problem.

    Thanks for the details.  We have a similar problem (see my post below) and are in the process of adding back each clip and then testing for export.  My question is, once iMovie is unable to export the project, does it render the file "bad" and prevent exporting even if you remove the "poisned" clip(s)?
    ++++++++++++++++++++++++++++++++++++++++++++++++
    Hello,  We are having a similar problem running iMovie '09.  We get the exact same error as you reported. 
    "Unable to prepare project for publishing" The project could not be prepared for publishing because an error occurred (-50)
    We have a very similar situation were we have multiple repeated clips.  However, our clips are 2.4 's.  Like you, we took the finished project and started eliminating edits that we thought might be preventing it from exporting. The following actions still would not allow the project to export:
    removing title pages
    removing transitions
    removing imported music from iTunes
    removed another clip from another event
    closed all other programs
    closed iMovie, powered off computer, opened iMovie, tried to export
    reconfirmed the last project exported would still export - it did without issueThe only difference between the project that will export and the one that does not are these short (2.4's) repeating clips
    When we create the new project from the recorded event without making any edits (just as recorded), it exports without issue.  We have started the arduous task of adding back in each edit and testing it for export until we determine which edit is causing it to "not export".  This is a very inefficient way of troubleshooting.
    This is a science project for my son and we need to be able to save it as a QT or mpeg4 movie so that he can submit it to his teacher for viewing and a grade!
    Any ideas from any other users would be greatly appreciated.

  • Unable to prepare project for publishing the project could not be prepared for publishing because an error occurred. (file already open with write permission)

    Get this message when I try to publish my iMovie project.  "unable to prepare project for publishing the project could not be prepared for publishing because an error occurred. (file already open with write permission)"

    See the discussion here:
    https://discussions.apple.com/message/16784714#16784714

Maybe you are looking for