Taking an App from OAS into WLS

Hi,
I have a Java project mostly develop in Oracle Forms and implemented on a Oracle
Application Server (OAS). I'd like to take that project from the OAS into a WLS
5.1. Is it posible? What constrainsts / limitations must I be aware? Is there
any document that could help me in this task? If so, would you please give me
the path?
Regards,
Joao Costa

Hi,
I have a Java project mostly develop in Oracle Forms and implemented on a Oracle
Application Server (OAS). I'd like to take that project from the OAS into a WLS
5.1. Is it posible? What constrainsts / limitations must I be aware? Is there
any document that could help me in this task? If so, would you please give me
the path?
Regards,
Joao Costa

Similar Messages

  • How to transfer apps from ipad into library without getting it copied into ipod touch?

    Hi
    I hope someone can help.I am really confused and fed up with this.
    I need step by step help please?
    My daughter downloads apps from  her ipad2 all the time ,when we connect her ipad to her itunes and want transfer her apps into library thats where we get stuck. She has ipod touch as well so all her apps shows ther and when we sync it even manually it transfer on her ipod and library.
    She wants separate apps for ipod touch and separate apps for her ipad.
    How do we do that? Icloud is off and we ticked manually sync but it will still appear in library and ipod touch
    Many thanks
    iPad 2 Wi-Fi, iOS 6.0.1

    It is both off ipod and ipad. It only happens when connecting ipad or ipod via cable into itunes.
    I am sure I must be doing something wrong but not sure what 

  • How to sync iPhone apps from phone into new install of iTunes

    I just upgraded my 32 bit Vista PC to 64 bit Win 7. I had to do a clean install and am now reinstalling all of my software.
    I have an iPod and iPhone. I was able to sync and download all of my music from my iPod into iTunes easily. I have all of my apps on my iPhone and want to sync them (download them) into the new empty version of iTunes. I do not have any music on the iPhone, just apps. But, I have not found a way to download the apps from the iPhone into iTunes.
    Any suggestions?
    Thanks!

    With iTunes open, I connected the iPhone. I did the File-Transfer purchases. Then sync'd the iPhone with iTunes. All of the apps were now on both the iPhone and iTunes. Many of the apps had moved to other iPhone screens, but that was easy to rearrange.
    Thanks for your help!!

  • Tip for installing App Dev CD into WLS on 64-bit windows

    Hi All,
    After pulling out some hair, I thought I'd share this tip.
    Scenario:
    You are installing WebLogic 10.3.x on a 64-bit Windows platform, but are using a 32-bit JDK. You want to install the Application Development CD so that you can extend your WLS domains with the JRF, EM, etc.
    Symptoms:
    You run setup.exe, the installer prompts you for a location of a JRE/JDK and you give it the 32-bit JDK location. The installer then quits without so much as a peep.
    Solution:
    Instead of running setup.exe, navigate to install\win32 and run that setup.exe instead. The same thing works for installing the SOA suite.
    Hope this saves someone else some time too.
    John

    Thanks for the help - I edited the C:\Oracle\Middleware\user_projects\domains\test_domain2\bin\setDomainEnv.cmd file as follows:
    @REM set BEA_JAVA_HOME=C:\Oracle\Middleware\jrockit_160_24_D1.1.2-4 (I commented out this line)
    set BEA_JAVA_HOME=C:\Oracle\Middleware\jdk160_24 (I added this line)
    set SUN_JAVA_HOME=C:\Oracle\Middleware\jdk160_24 (this line was already here)
    After confirming ENV's:
    Path=C:\Java\jdk1.6.0_24\bin;C:\app\bschamac\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    JAVA_HOME=C:\Java\jdk1.6.0_24
    I then restarted WLS, but the C:\Oracle\Middleware\wlserver_10.3\common\bin\commEnv.sh still says:
    JAVA_HOME="C:/Oracle/Middleware/jrockit_160_24_D1.1.2-4"
    SO I think I am still hosed.

  • How to disable app from opening into full screen mode

    Dear all I'm on OSX 10.8.4 and every time i start an app it'll go to full screen even after quiting it and opening the app again. Is there a way to stop this from happening

    Full-screen mode is controlled by you. If you take it OUT of full-screen mode (go to the very top right of the screen, wait for the menubar to drop down, click the blue inward-facing arrow icon), and THEN quit the app, it will remember the preference and open in normal windowed-mode next time.
    Matt

  • How to transfer app from my pc into itouch?

    How do
    you transfer app from pc into an itouch?

    You'll have to use iTunes, see this article: Syncing applications from the App Store
    or this one: Overview of syncing iPhone or iPod touch with your computer

  • Migration from OAS 10g to Weblogic 10.3

    Hello,
    I migrate large app from OAS 10g to Weblogic 10.3.
    1.
    The main part of the job was to prepare descriptors for Weblogic. Unfortunatelly I don't find any tool that could do the job:( There are some problems with descriptors namespaces. This schema and namespaces given in 10.3 docs are not working (not available):
    http://edocs.bea.com/wls/docs103/ejb/DD_defs_reference.html
    So I use the one from 10 release in weblogic-ejb-jar.xml:
    weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/10.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/10.0 http://www.bea.com/ns/weblogic/10.0/weblogic-ejb-jar.xsd">
    and form 9 release in weblogic-cmp-rdbms-jar.xml:
    <weblogic-rdbms-jar xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-rdbms20-persistence.xsd">
    There are also some bugs in docs about ejb relations.
    After fixing some schema compliance exc this step success.
    2. Next the EJBComplianceChecker - its much more restrictive than OAS verification. So updates in ejb interfaces are necessary. It is not a problem with small app but when there ale a lot of code/branches to migrate it's become a problem. I have been looking for some switch that could help with this but with no result/
    EJBComplianceChecker - Spec veryfication level
    3. Now after EJB compliance checker done its job with success I have an exception that I do not understand:
    An error occurred during activation of changes, please see the log for details.
    Exception
    preparing module: EJBModule(corpo_ejb.jar)
    Unable to deploy EJB: corpo_ejb.jar from corpo_ejb.jar:
    There are 1 nested errors:
    java.io.IOException: JDT compilation error! at
    weblogic.ejb.container.ejbc.CompilerForJDT.compile(CompilerForJDT.java:66)
    at
    weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:357)
    at
    JDT compilation error!
    Could you please give me some point where the problem could be? I don't have any idea where to start looking for..
    What are your experiences with migrations from OAS to Weblogic 10?
    Thanks in advance!
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:00 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:01 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:02 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:04 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 8:05 AM

    Hi Stoigniew Sztank,
    I am working on migrating Enterpirse application developed using Struts, Ejb2.0, JMS. Its been deployed on OAS 10G and Websphere, but I need to deploy the application on Weblogic 10.3. It seems you have migrated a J2ee application from OAS 10G to Weblogic 10.3. Please can you list me the steps that you followed to migrate the application.
    As per my understanding follwing things needsto be taken care of:-
    1) Weblogic Descriptor files:
    1.1 Weblogic.xml:- we added security roles and ejb-reference-description for the ejbs.
    1.2 Weblogic-ejb-jar.xml for all the ejbs used in the application.
    1.3 Weblogic-application.xml
    1.4 Resource Adapter
    2) JMS queue set up
    3) JDBC set up
    It would be a great help if you can let me know what are the steps to migrate the application.
    Thanks and Regards
    Deepak Dani

  • How do I change the Apple ID that the AppStore on my iPhone defaults to? In settings I am logged into one account, but when I try and update various Apps from within the AppStore the default account that comes up, asking for my password, is different.

    Eg, the phone automatically brings up an old (defunct) AppleID account login every time I try to update my Apps. I don't know the pword for this account, nor does it have current data about me.
    But when I go to settings: store it shows me logged into the correct account.
    I have already tried:
    logging out and logging back in
    downloading a new App from within AppStore (in that case it doesn't ask me for my password or bring up the old AppleID)
    Syncing the phone, confirming that I have the right AppleID account set up on iTunes
    I don't want to have to delete all my paid apps just because I downloaded them long ago with an older Apple ID.
    Help please!

    The very similar situation with mine:
    https://discussions.apple.com/thread/3492726
    I can't find any solution. I don't even remember when I changed my apple ID! So does that means I cant recovered my purchased apps from my " old" account? I am totally innocent, for I did not intend to "Change" my account name

  • How do I move a movie I have synced from iTunes into the "Movies" tab of the Video App? I need to access a slideshow I made in IMovies and may not have WiFi. I did it once, but can't figure out how to do it again! The file is an m4v. Thank you!

    How do I move a movie I have synced from iTunes into the "Movies" tab of the Video App? I need to access a slideshow I made in IMovies and may not have WiFi. I did it once, but can't figure out how to do it again! The file is an m4v. Thank you!

    Im just guessing but it seems like you would have to get your movie into the correct folder on a computer then use iTunes to sync it to your iPad. If you've synced to a computer and have movies then on your computer should be a folder with the movie in it. You could export your iMovie to something like Dropbox then download from Dropbox to the folder you think it needs to be in the sync your iPad again. Again this is just a guess. Others may have a better answer.

  • HT204053 i have two apple id one for Store purchases and the other for iCloud, and i want to merge them into one, can i transfer all app from one to other ?

    i have two apple id one for Store purchases and the other for iCloud, and i want to merge them into one, can i transfer all app from one to other ?

    It is not possible to merge Apple IDs.

  • ITunes 11.0.2 is forcing me to sync apps from my iPhone into my Mac AGAIN. This is the new version of iTunes so there is no option to uncheck syncing Apps- how do I stop it from copying apps into my Mac?

    I'm using iTunes 11.0.2 on my Macbook Air running Lion, to sync with my iPhone 5. With this latest release of iTunes, there's no option to uncheck syncing of apps. For a while now, iTunes have been working fine- it didn't sync apps from my iPhone to my Mac... until this morning. I only have Podcasts sync checked and every day, I just plug in my iPhone and click Sync and it worked great- it only copied my podcasts to the phone.
    Today, I did the same thing- downloaded new podcasts, plugged in my phone, and clicked Sync. It backed up my data, copied my podcasts, and THEN it starts to copy all the apps from my iPhone into my Mac. This is the first time it's doing this- I'm sure the team removed that feature from this latest iTunes and I think this is a bug. I unchecked the Apps checkbox from Library in Preferences- I click sync, and again it starts to sync all the apps, AND the Apps checkbox becomes checked again.
    I've restarted iTunes many times and rebooted, didn't work.

    I have the same problem on both my iPad and my iPhone and it also started with iTunes 10.0.2.

  • Migrating apps from WLS 10.3.0 to SOA Suite 11g-- WLS 10.3.3

    Hi,
    We want to migrate our apps from WLS 10.3.0 to SOA Suite 11g-->WLS 10.3.3. While deploying the apps on WLS 10.3.3 (SOA Suite Domain 11g), it is throwing exception as below. This exception is common for almost all apps. Kindly help.
    Caused by: weblogic.utils.compiler.ToolFailureException: Unable to load your custom module provider's module-factory-class com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory
    at weblogic.application.compiler.FlowDriver.handleStateChangeException(FlowDriver.java:53)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:157)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.AppMerge.merge(AppMerge.java:169)
    ... 67 more
    Caused by: weblogic.management.DeploymentException: Unable to load your custom module provider's module-factory-class com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory
    at weblogic.application.internal.flow.CustomModuleHelper.loadModuleFactory(CustomModuleHelper.java:82)
    at weblogic.application.internal.flow.CustomModuleHelper.initFactories(CustomModuleHelper.java:52)
    at weblogic.application.utils.CustomModuleManager.createScopedCustomModules(CustomModuleManager.java:119)
    at weblogic.application.utils.CustomModuleManager.<init>(CustomModuleManager.java:39)
    at weblogic.application.compiler.WARModule.merge(WARModule.java:466)
    at weblogic.application.compiler.flow.MergeModuleFlow.compile(MergeModuleFlow.java:23)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
    at weblogic.application.compiler.ReadOnlyEarMerger.merge(ReadOnlyEarMerger.java:49)
    at weblogic.application.compiler.flow.AppMergerFlow.mergeInput(AppMergerFlow.java:88)
    at weblogic.application.compiler.flow.AppMergerFlow.compile(AppMergerFlow.java:41)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    ... 72 more

    Below link might be helpful.
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=1049509&tstart=0
    Regards,
    Anandraj
    http://weblogic-wonders.com/

  • I have an ipad I used with a computer which's now broken. I bought a new Macbook Pro and signed into iTunes with my usual Apple id and pw. I connected my ipad to the new Macbook but it won't back up my photos or Apps from the ipad to the new macbook. Help

    I have an ipad I used with a computer which's now broken. I bought a new Macbook Pro and signed into iTunes with my usual Apple id and pw. I connected my ipad to the new Macbook but it won't back up my photos or Apps from the ipad to the new macbook. Help

    What do you mean " back up my photos or Apps"?
    The photo sync is one way - computer to ipad.
    You can transfer itunes purchases.  Without syncing:  File>Transfer Purchases
    Copy everything from your backup copy of your old computer to your new one.

  • How do I open a .m4a file from Mail into Music app?

    How do I open a .m4a file from Mail into Music app?
    I mixed down a song from my band's latest session and saved it as a .m4a file (Apple AAC Audio format) and I e-mailed it to myself. Then on my phone I opened the e-mail message in Mail and held a long-press down on the attached .m4a file. But I do not see the option to open it up into the Music app. It only gives me the options of iMovie, WeChat, and USB Disk. Why would I want to open it up in those? It's a song. It should open up into the Music app so I can play it. What the heck?
    Please don't tell me that I have to use iTunes to do this and sync my phone to my computer, because I *do not* want to add these songs to my iTunes library. They are *practice session tracks* that I want to listen to then delete later when we have new versions.
    If there is no way to open them into the Music app, then is there a music player app I can get somewhere that will let me simply save audio files from Mail into it, and use it as a player for those songs? That's all I want to do.
    The only reasonable workaround I have found so far is to save them as .mp4 audio files, which the iPhone thinks are movies, so it lets me save them into the camera roll as Videos.
    Voice Memos would be acceptable as a place for them to be able to open into as well, but of course that's also not on the options list. Sigh.

    TJBUSMC1973 wrote:
    You'll have to use iTunes, add it to your iTunes library, then sync it.  You can always delete it from your iTunes library later.
    Why is that such an issue for you?
    Why do people insist on replying to threads without even reading the original post? I explained it there already!
    I don't have to use iTunes to save an image from Mail into my camera roll, or to save a PDF from Mail into iBooks. Why should I have to use iTunes to save a music file into Music app?
    But I'll repeat it since evidently you can't be asked to read the original posts before spamming a thread with questions that have already been answered. I *do not* want to add these songs to my iTunes library.
    My iTunes library is a sacred temple into which I only allow to enter the very best and highest-fidelity musical recordings of all time. I refuse to sully and soil my iTunes library with crappy practice mixdowns from my band, etc.
    Want to know why? Because I like to be able to hit "shuffle all" on my iTunes library and know that something that will improve my existence will emanate forth from this amazing device that I have invested thousands of dollars into (yes, I count my cell phone plan amongst the expenses).
    I shall not have the crappy burner mixdown tracks from my band's practice sessions come up every five songs (we generate TONS of these... literally hundreds... and they are all high-bitrate .m4a tracks in the 10-15 MB range). I let iTunes keep my music folder organized on my computer. It makes copies of everything being placed into it, and I don't want 159 GB of copies of burner tracks hiding like roaches throughout my temple. We don't name these files anything sensible (in fact the guy who mixes them down intentionally gives them random weird names) and they lack metadata. So there's no easy way to delete them back out of iTunes once they're in there. It's a huge pain; I used to do it, but I swore it off years ago and *I'm never going back!*
    The REAL question is, why does Apple force me to have to use iTunes—the most convoluted, kludgy piece of bloatware ever to issue forth from Cupertino—to do something as simple as adding an MP3 from Mail into the Music app on my phone? Why can't there be something simple—something equivalent to the Camera Roll inside the Music app, not only for the files I want to save from Mail, but also for my Garage Band exports, not to mention all the exports from all the various synthesizer, drum machine, and recording apps I use on a daily basis in iOS?
    It would be awfully nice to be able to play the songs I've recorded right in the Music app without having to go through the rigamarole of adding those files to my iTunes library, tagging them with metadata, syncing, etc. etc. yadda yadda yadda—just to delete them again as soon as I've synced so they don't pollute my computer's iTunes library!
    I bought Apple for ease of use, not so I would be forced to jump through a million hoops just do to something that ought to take one tap to accomplish!  That's ridiculous!

  • How do i get my apps from m phone into my itunes?when i sync my phone it wants to replace my phone with the ones in itunes already.

    how do i get my apps from m phone into my itunes?
    when i sync my phone it wants to replace my phone with the ones in itunes already.

    PaulaMS wrote:
    My iPhone software crashed ... I am unable to recover my songs that were on my phone. How am I able to get those songs back?
    Download Past Purchases  >  http://support.apple.com/kb/HT2519
    OR Re-Sync your Content from your Computer.
    See here  >  http://support.apple.com/kb/HT1386
    From Here  >  http://www.apple.com/support/iphone/syncing/

Maybe you are looking for

  • How many do not like the new update for the droid maxx? How do you unupdate your phone?

    The alarm clock is harder to manage. Before it was nice neat simple and easily readable. I have 4 alarms I use. I change the times around sometimes and I used to be able to see them all. I pick the one I want. Quick 2 sec change and done. Now its lar

  • AIX 64 Bit - Oracle 11.2.0.3 Installation/Upgrade - 10.2/11.1

    AIX 64 Bit Oracle 11gR2 - 11.2.0.3 As part of the 11gR2 install, you are asked to select DBA and DBOPER owners. How is this determined/verified selected properly? Also, migrating DB's: Ran the dbupgdiag.sql and utlu112i_3.sql Should we enable 11.2 li

  • Setting Page Size as a Percentage vs. pixels for optimal viewing

    Is there a way to set the size of my web pages as percentages so that when viewer open my site, the pages will automatically resize itself to fit the computer on which it is being viewed? Thanks in advance! :)L

  • Need a urgent reply

    Can we install Windows Server 2008 Standard R2 in I7 Desktop system (Processor speed 3.3 Ghz with 40 GB DDR3 RAM & 1TB HDD). Will this work without any problem ??? Pls help.

  • Sending variable information at run of applet

    Hello, I've just recently begun programming with Java so please be gentle. I am somewhat familiar with coding PHP and my question is somewhat relative to this. In an applet a parameter is set in the HTML code as: <param name="this" value="blah"> How