Upgrading BEA-Workhop artifacts to newer versions of the Weblogic server

Hi,
We have a WLI 8.1 stack where we have deployed the artifacts(ears) developed using the BEA Workshop. BEA Weblogic 8.1 SP4 is being used as the Application server currently. We are currently looking out for the possibility to migrate to a newer version of the weblogic server for the obvious reasons.
The problem is that we have a lot of reusable code that we want to redeploy on the new version of the weblogic server without going into the costs of redevloping the newer integrations. I want to understand if at all it is possible to move the current workshop artifacts on the newer version of the Weblogic server. I have a vague idea that this could be done some how by using JDeveloper but I am not realy sure on how to go forward with this.
Could any one inform me on how this could be achieved or Is there a plan on how this could be done.
Any help on this front will be higly appriciated.
regards,
Prakhar

This document contains information about the compatibility with previous releases: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/upgrade/compat.html\
Some previous posts that might be useful as well:
- Weblogic 8.1 to 10.3 upgrade
- WebLogic Upgrade from 8.1 to 10.3

Similar Messages

  • A version attribute is required, but this  version of the Weblogic Server

    Hello,
    I am seeing below error in my weblogic server logs couple of times in a day. I have gone through couple of blogs and seems this error is related to weblogic patch.
    Could someone please help me understand what exactly this error represent to and what could be impact because of this. So far we dont see any issue in our development enviroment but want to fix this error.
    we are using WLS 10.3.5
    Error :-
    <Feb 7, 2013 1:03:03 PM EST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in
    Oracle/Middleware/user_projects/domains/osb_domain/sbgen/_ALSB_1360084990664.ear/META-INF/application.xml. A version attribute is required, but this
    version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE
    version.>

    Yes. It is a bug!!!
    Apply the patch for bug 11720907.
    1. Download the patch
    Sign in in My Oracle Support. Choose Patches & Updates
    Type 11720907 in textfield 'Patche Name or Number'
    This is the path:
    Patch 11720907: SU Patch [2IE6]: <A VERSION ATTRIBUTE WAS NOT FOUND IN ELEMENT PERSISTENCE ..>
    2. Appy the path using Smart Update

  • EJB was compiled by a different version of the Weblogic Server

    I got the following error message when attempt to startup weblogic server to deploy my ejb.
    <The EJB deployment named: ejb_test was compiled by a different version of the WebLogic Server.>
    <... cannot be redeployed while the server is running ...>
    Anybody has any clue about this? TIA.
    Cheers. KokHwa.

    See inline:
    KokHwa wrote:
    I got the following error message when attempt to startup weblogic server to deploy my ejb.
    <The EJB deployment named: ejb_test was compiled by a different version of the WebLogic Server.>
    Exactly what is says. You are deploying an EJB that was compiled with a
    different Weblogic version (might be a different SP or a previous
    version) that the one you are deploying on. Recompile with the same
    version as the deployment and it should be fixed.
    <... cannot be redeployed while the server is running ...>
    This message is the same. Because you have some of the classes of the EJB
    in your server classpath you will not be able to redeploy that EJB but apart
    from that it's harmless. To redeploy after changing the EJB you'll have to
    restart the server.
    >
    Anybody has any clue about this? TIA.
    Cheers. KokHwa.
    --dejan

  • Can't find the 64 bit version of the WebLogic Server

    I can't find the 64 bit version of WebLogic. Does anyone know where it is?

    Hi,
    You can choose the generic version.The generic installer is truly generic. It can be used on any supported platform, 32-bit or 64-bit.
    With the generic installer, you specify an appropriate 32-bit or 64-bit JDK in the PATH variable of the server before running the installer
    Let me explain a bit here:
    Java is platform independent. There is no distinction between a 32-bit Java application and a 64-bit Java application.
    WebLogic Server is a Java application, nothing more, nothing less.
    So, think of WebLogic Server as a Java application that is run like any other Java application by invoking the main method. In WebLogic Server the main method is in the weblogic.Server class
    Thanks
    Ranjan

  • After upgrading to IOS 5 on my iPad only some books in iBooks show content. They were fine before the upgrade. I made a new version in Pages and reinstalled them on the iPad. Still nothing. What is the fix?

    After upgrading to IOS 5 on my iPad only some books in iBooks show content. They were fine before the upgrade. I made a new version of the book in Pages and reinstalled them on the iPad. Still nothing. What is the fix?

    I just got the iBooks update and that fixed the problem, except the book covers look like they were done in a government printing office.

  • How can i upgrade my iPhoto 7.1.5 to a newer version? the download 8.02 will not work as i need 8 and that isn't available on download on the site?

    How can i upgrade my iPhoto 7.1.5 to a newer version? the download 8.02 will not work as i need 8 and that isn't available on download on the site?
    Thanks x

    You can upgrade to iPhoto '11 with OS X 10.8.5 by purchasing an iPhoto '11 DVD from Amazon, eBay or other source - or you can upgrade your OS to Mavericks for free if your system meets the requirements and then purchase the upgrade to iPhoto '11 version 9.5.x from the App store - in either case backup first in case of problems
    LN

  • Can't load App Store on my macBook Pro.  Error is; You cannont open the application "App Store" because it is not supported on this system.  How can I upgrade App Store or download new version?

    Can't load App Store on my macBook Pro.  Error is; You cannont open the application "App Store" because it is not supported on this system.  How can I upgrade App Store or download new version?

    Problem now resolved as I upgraded to Snow Leopard 10.6.  Seems App Store doesn't like anything previous to 10.6.

  • SSIS 2014 Custom Component: "The component metadata could not be upgraded to the newer version of the component."

    I recently upgraded my set of custom data flow components to use the SQL 2014 SDK as we are upgrading to SQL Server 2014 RTM.  The only change I made to my custom components was to change the references to the following DLLs from version 11.0 to version
    12.0:
    Microsoft.SqlServer.DTSPipelineWrap
    Microsoft.SQLServer.DTSRuntimeWrap
    Microsoft.SQLServer.ManagedDTS
    Microsoft.SqlServer.PipelineHost
    After rebuilding my assembly, adding it to the GAC, and placing it in the appropriate directory structure (the 120\DTS\PipelineComponents directory for both the x86 and x64 versions), my components no longer display in the SSIS toolbox in SSDT.  In
    addition, whether loading up my packages in SSDT or executing them via the SSIS catalog (in SQL 2014), I get the series of error messages below.  I do have a PerformUpgrade method implemented in my packages that has worked successfully through previous
    component upgrades.  I also found this seemingly relevant thread (Custom
    SSIS Connection Manager error message in SSIS 2014 (RTM): The connection manager '' is not properly installed on this computer.) and tried modifying the extensions.xml script, but I was unsuccessful with this approach (though I could have done so
    incorrectly).
    Validation error. DFT Process Changes: DFT Process Changes: The component metadata for "xxx, clsid {874F7595-FB5F-40FF-96AF-FBFF8250E3EF}" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.
    Error loading xxx.dtsx: The "xxx" failed to cache the component metadata object and returned error code 0x80131600.
    Error loading xxx.dtsx: Component xxx, clsid {874F7595-FB5F-40FF-96AF-FBFF8250E3EF} failed to initialize due to error 0xC0047067 "The "%1" failed to cache the component metadata object and returned error code 0x%2!8.8X!.".
    Error loading xxx.dtsx: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "".
    Error loading xxx.dtsx: The component metadata for "xxx" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.
    Validation error. DFT Process Changes SSIS.Pipeline: The component metadata for "xxx, clsid {874F7595-FB5F-40FF-96AF-FBFF8250E3EF}" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.
    Thanks in advance,
    Ben

    Hi Ben,
    Please also update the reference to the SSIS assembly Microsoft.SqlServer.Dts.Design located in C:\Program Files (x86)\Microsoft SQL Server\120\SDK\Assemblies folder to the version 12.0.0.0. Besides, rename IDTSxxxx110 objects to IDTSxxxx120.
    It may also be the factor that the custom mapping file is not created correctly. You can make a copy of the built-in mapping.xml.sample file, rename its extension to XML, and then edit its <ExtensionMapping> attribute:
    <ExtensionMapping tag="mycustom extension"
    oldAssemblyStrongName="MyCustomAssembly.MyCustomTask, MyCustomAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
    newAssemblyStrongName="MyCustomAssembly.MyCustomTask, MyCustomAssembly, Version=2.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
    Then, we need to upgrade the packages, and SSIS will read all the XML mapping files placed in this directory during upgrade.
    References (although the blogs are written for SSIS 2008 by Matt, we can still refer to them for SSIS 2014):
    http://blogs.msdn.com/b/mattm/archive/2008/02/01/custom-extensions-in-sql-server-2008.aspx 
    http://blogs.msdn.com/b/mattm/archive/2007/06/05/katmai-custom-components-and-upgrade.aspx 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • I have a macbook pro and using photoshop elements 12. I dont have a problem before but since i upgraded my mac to an new version IOS Yosemite, then begun the problem. It always sotock or freeze.

    I have a macbook pro and using photoshop elements 12. I dont have a problem before but since i upgraded my mac to an new version IOS Yosemite, then begun the problem. It always sotock or freeze. What should i do?

    properly uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • I am having iPod classic 120GB Serial Number:8K913VF:2C7 I have tried a newer version of the iPod software is available (version 2.0.1). To update my iPod but it is showing error iPod : Cannot restore or update in iTunes with error 1415, 1417, 1418,1428,1

    I am having iPod classic 120GB Serial Number:8K913VF:2C7
    I have tried a newer version of the iPod software is available (version 2.0.1). To update my iPod but it is showing error iPod : Cannot restore or update in iTunes with error 1415, 1417, 1418,1428,1429, 1430, 1436, or 1439.
    How I can obtain suitable software for iPod classic 120GB Serial Number:8K913VF:2C7

    I have had this problem with Windows 7 and iTunes updates for some time. Each time it takes hours to solve but with the over the air upgrade to IOS6 on my iPhone and iPad, I was determined to solve and remember what I did, So here it is:
    http://www.care4pcs.co.uk/2012/09/pear-shaped-apple-ios-6-for-iphone-ipad.html
    I hope this helps you and any other users.

  • Can I migrate multiple reports to a newer version at the same time?

    If I have an older version of Crystal Reports can I migrate them all to a newer version at the same time?  Is there some documentation that will provide instructions?  I dont' want to have to upgrade them one at a time.
    Thanks - Mike

    There is no utility that will do that for you. Not from SAP. Perhaps some 3rd party (google Ken Hamady), etc. Or, you could create an application in VS .NET or java to do it though.
    But depending on what you are migrating from and what you are migrating to, you may not need to do any updating at all...
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    I'm not sure I understand the question, is the message tone going more then once?
    Turn off repeat message alert here:
    settings > notifications > messages > repeat alert > never
    Some people have found this does not stop the repeat miessage tone,
    if you are one of those then I suggest you contact Apple:
    http://www.apple.com/feedback/iphone.html
    They may not respond, but hopefully will fix in uodate if enough people complain.

  • Cisco AnyConnect VPN won't install, says There is a newer version of the AnyConnect client already installed

    I had an issue with my Cisco Anyconnect VPN not working, so uninstalled it. I've tried a new install and now I get the message "There is a newer version of the AnyConnect client installed" and it won't tell me install it at all. I've gone through various recommendations on the site included this :-
    Go to "Regedit" and search for "Deterministic Networks" and delete it.
    HKEY_LOCAL_MACHINE \SOFTWARE\Deterministic Networks
    Search with the following keywords in the registry, under "Uninstall" or  "Components" folders and delete any related entries.
    Vpnapi
    Vpngui
    Cisco
    CVPND
    CVPNDRA
    Ipsecdialer
    Source: https://supportforums.cisco.com/message/3728011#3728011
    But I've still got the same problem, and just cant find anything to help !

    Disable Internet Connection Sharing (ICS) and then try You can disable ICS in two ways:
    Per Adapter:
    Click the Start button.
    Click on Control Panel.
    Click on View Network Status and Tasks
    Click on Change adapter settings
    Right-click the shared connection and choose Properties
    Click the Sharing tab
    Clear the Allow other network users to connect through this computer's Internet connection checkbox
    Click OK
    System Wide:
    Click the Start button (Windows' orb)
    Type: services.msc and press ENTER
    Double-Click on Internet Connection Sharing (ICS)
    Change Startup Type to Disabled
    Reboot the computer
    You can now try reinstalling the WiscVPN client again

  • How can i remove "A newer version of the app" pop up

    I keep getting the following pop up message everytime i open iTunes or download a song.
    "A newer version of the app "APP NAME SHOWN HERE" already exists in your iTunes Library. Are you sure you want to replace it with the one you are moving?"
    Its really annoying to have to click on "Don't Replace" for every app I have. How can I stop this pop up message?

    Download on another system, zip it, transfer to the PC's via a USB stick (or move it to an online service like Dropbox).
    You may find that the PC has software that blocks it anyway, so it is safest to speak to your IT staff & ask them to install it.

  • How Can I update my app new version to the registered devices

    Well, we have developed an in-house app using the Unity3d Game Engine. I'm using a Developer Enterprise account, and have already created the proper certificates, registered the devices (7 ipads) and generated the provisioning Profile. I have already clicked in the 'build an run', and the Unity Engine builds the app, that after is opened at the Xcode. I havel already fixed the bugs, and the app is working properly at the ipads.
    The problem is, I will need to Update the app, and I need to Update them without have to get them and build them at my own Mac, since they do not stay with me. I've been strugling with that for a while. I have downloaded the provisioning profile and sent by e-mail to one of the ipads, the one I'm using to test, and instaled it, but the version of my app have not been updated.
    I checked on my app icloud capabilities. The page about the Update of in-house apps is not very clear(http://help.apple.com/iosdeployment-apps/mac/1.1/#app43ad802c), and I'm new in the development for IOS.
    How can update my app at this Ipads? Is there any step-by-step to follow, more eplanatory that the link above?

    I didn't explained it correctly, I mean without getting the ipads, not the source code. I mean, at every time I need to launch a new version of the app, how can I update it through the internet, because I have installed my app running it at the ipads with the xcode, by usb. I'm using the enterprise program, so, as far as I know, the update is not through apple store.
    The ipads are in use, and I'd like to update them without have to get them to install it myself. Hope I have explained it better this time. Thank you for your help.

Maybe you are looking for

  • Error InfoObjeto 0COMPANY

    I'm having a problem when performing full load, giving this error. Look at the error message: Diagnosis                                                                                It has been verified if the value of InfoObjeto is charged accordin

  • Looking For a Dreamweaver Tutor

    Hi there, does anybody have a recommendation for Dreamweaver tutors in person or virtually? I live near Victoria, BC. Please let me know if anything comes to mind! I'm also open to other options for learning but not tutorials!

  • I just bougth Numbers and my boss can not open my files

    I just bougth numbers and my boss can not open my files with microsoft exel.

  • Employee Determination

    Hello All, I am trying to determine a Manager in a Transaction, who is assigned to a Org unit under position Manager. 1) Do i need to first have a Org determination profile assigned to Txn, to determine the Org Unit Manager? 2)Later have Access seque

  • Lightable for montage

    Hi, how would be the best way to make a photo montage? I have opened lighttable but i"m not sure its going to give me print option sizes, so if i want to make an A4 montage how would i choose the size of the print paper? Can I add text? Thanks