tutorial for migrating an application JHeadstart. 10g to 11g ADF

Hi, is there a tutorial on migrating a 10g ADF application developed using JHeadstart application of ADF 11 g which also supports JHeadstart.

Only found this [http://www.oracle.com/technology/products/jdev/collateral/migration.html] which is not related to the JHeadstart.

Thank you.

It is documented in the notes.

Steven Davelaar,
JHeadstart team.

Tags: Java

Similar Questions

  • Migration of application (using the Trinity) 11G ADF Rich Faces

    Hi all

    We have recently completed the migration of the ADF/JSF application of 10G, hosted on OAS to Trinidad hosted on WebLogic Server 11G. Next step is to move from the Trinity to rich faces.

    1. our request is not too complicated, but it's not too straight forward or the other. It is interfaced with Oracle BPEL and DRM (data relationship management) and has 20 + pages. Is there a way to estimate how much time/effort is required for this migration?

    2. automatic migration of 10 g and 11 G (usingTrinidad) was quite chaotic. What kind of effort is migration 11G application using ADF Rich Faces trinidad? What is the meaning of ' you have to manually re-doing the UI "?"

    If any of you have done this kind of migration, please share your experiences.

    Thank you

    One thing to think is maybe rethink your UI. ADF Faces 11 g can create a radically different compared to 10 g interface or Trinity - think of things like accordions, dispatchers, dashboards, tabs, pop-up windows on the plan of the presentation of the user interface and the ability to have much more than information on one page. Add to this the ability to dynamically switch the content of a page with dynamic regions and offered by taskflows reusability.
    So if you really want to take advantage of the components 11g you should look at what UI you wanted to create with these abilities then redraw your user interface and redesign so that it matches this.
    Your model and business services cannot stay the same no need to touch.

  • Migration of schema of 10g and 11g

    Hello

    I spend about 2 GB in size of schema 10.2.0.4.0 11.2.0.2.0 helps users including expdb/impdp & his password and DBA_DIRECTORIES.
    OPERATING SYSTEM: AIX

    My questions are,

    1 > I know the OBJECT_TYPE below which we can not able to migrate using expdb/impdp?


    OBJECT_TYPE
    ------------
    INDEX
    PROCEDURE
    TYPE
    TABLE
    VIEW
    FUNCTION
    TRIGGER
    PACKAGE BODY
    SEQUENCE
    PACKAGE
    LOB

    2 > how to synchronize the password n/b 10g and 11g for 11g password is case - sensitive.

    THX,
    Gowin

    Check this link http://laurentschneider.com/wordpress/2008/03/alter-user-identified-by-values-in-11g.html

  • Migration to Soa Suite 10g and 11g!

    Hi all

    How to migrate already developed a BPEL and ESB process in the oracle SOA Suite 10 to 11 g version.?
    All Documents or s demo available?

    any suggestions?

    Thank you
    knockaert

    http://download.Oracle.com/docs/CD/E12839_01/upgrade.1111/e10127/upgrade_soa_apps.htm#FUPSS1384

  • Adobe Photoshop Elements 12 for Mac does not in Applications. Tutorial for editing in iPhoto shows by selecting the Adobe software in Applications. Am I missing a step in product registration?

    Adobe Photoshop Elements 12 for Mac does not in Applications. Tutorial for editing in iPhoto shows by selecting the Adobe software in Applications. Am I missing a step in product registration?

    I answered my own question: there is a difference between "Download"and 'install'." Hunting the 'install' (1.5 hrs in my case) and align your passwords, Adobe ID, etc., then install. 15 min. The right choice appears in the Applications. However it is to understand why photo selected for editing in iPhoto does not display in the elements.

  • Security for a particular application migration

    Hello

    I use CSSImportExport to export security. I need to export security for a particular application. the content of my exportnative.properties file is

    Export.Internal.Identities = true
    Export.native.User.passwords = true
    Export.Provisioning.All = True
    Export.Delegated.lists = false
    Export.User.Filter=*@Native directory
    Export.Group.Filter = DC_ *.
    Export.ProductType = HP - 11.1.1.3
    Export.projectnames = schedule
    Export.applicationnames = Plan_UAT

    But it exports the security of applications and products. What's not here?

    Kind regards
    Brig.

    This indicator exports up operation:

    Export.Provisioning.All = True

    If you try to refine what you export, you must remove this line.

    Nick

  • Web Service security settings of 10g and 11g Migration

    We will migrate a complete Application of the ADF from 10g to 11g. We got all this work, but the web services. It seems that we learned the work of web services, but the security settings for the web service are very different and I have difficulties to make them work.

    For example, we have a customer's web service that has a X 509 certificate for authentication. We use the WSS 1.0 safety and I chose in the Configuration of the customer strategy: "oracle/wss10_x509_token_with_message_protection_client_policy and in 'Select credentials', I use https identification information."

    However, I get the following error when I try to use the web service pointing to the customer: Note: I also detached the client and deleted the credentials and get a SIMILAR error.

    < javax.xml.ws.soap.SOAPFaultException: WS-Security treat failure: FAULT CODE: InvalidSecurity MESSAGE of ERROR: header missing WS Security in the SOAP message >

    < to com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:197) >

    < to com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122) >

    < to com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:125) >

    < to com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95) >

    < to com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136) >

    So any that I have attached a customer or have not a joint, I get the same error. An idea that I am wrong?

    Thank you

    Okay, figured it out. I had to use ClientConstants to set the web strategy and set the OWSM political Director to use the appropriate strategy.

    The ClientConstants code is:

    SecurityPoliciesFeature = securityFeatures

    New SecurityPoliciesFeature (new String() {"oracle/wss10_x509_token"});

    In InboundOutbound_Service = new InboundOutbound_Service();

    InboundOutbound svc = in.getInboundOutboundPort (securityFeatures);

    String urlLn = this.getURL ('url');

    BindingProvider bp = svc (BindingProvider);

    Card reqContext = bp.getRequestContext ();

    reqContext.put (BindingProvider.ENDPOINT_ADDRESS_PROPERTY, urlLn);

    reqContext.put (ClientConstants.WSSEC_KEYSTORE_TYPE, "JKS");

    reqContext.put (ClientConstants.WSSEC_KEYSTORE_LOCATION, "web.jks");

    reqContext.put (ClientConstants.WSSEC_KEYSTORE_PASSWORD, "pw");

    reqContext.put (ClientConstants.WSSEC_ENC_KEY_ALIAS, "keyalias");

    reqContext.put (ClientConstants.WSSEC_ENC_KEY_PASSWORD, "pw");

    reqContext.put (ClientConstants.WSSEC_SIG_KEY_ALIAS, "keyalias");

    reqContext.put (ClientConstants.WSSEC_SIG_KEY_PASSWORD, "pw");

    reqContext.put (ClientConstants.WSSEC_RECIPIENT_KEY_ALIAS, "serveralias");

    Here is a picture of link at all that I found useful:

    https://blogs.Oracle.com/OWSM/entry/owsm_concepts_11g

    http://docs.Oracle.com/CD/E21764_01/Web.1111/b32511/setup_config.htm#BABJHIBI

    Using Oracle Web Service security policies

    Review of the architecture of Oracle WSM in Oracle Fusion Middleware

  • Docs for migration

    Hello

    I need the actual Documents for migration.
    Thank you, for giving the links & ID metalink by which I can do the migration of o/s to o/s of both Apps & DB.

    early response will be appreciated.

    Kind regards
    Cherkaoui

    If you're on 10g, you can use the data pump in order to expedite the passage of the database migration. The first link is for the layer of apps, the 3 below depend on your version of the database. If you do not migrate a Unix (i.e. Windows) platform, you must install applications tier on the new operating system quickly and apply patches that you applied to the source instance.

    Migration to Linux with the version of Oracle Applications 11i
    http://MetaLink.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=238276.1

    Export/import for Oracle Applications 11i version 9i process
    http://MetaLink.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=230627.1

    Process Import/Export 10 g for Oracle Applications Release 11i
    http://MetaLink.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=331221.1

    10g Release 2 process of Import/Export for Oracle Applications Release 11i
    http://MetaLink.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=362205.1

  • How to migrate an application to an Envt to other IN Envt 11.1.2.2 HFM

    Hello Experts,

    I want to know how to migrate an application HFM to an Envt to another Envt with navigation in 11.1.2.2.,

    Help me on this and thanks in advance

    Hello

    Please take a look in the next Oracle, document

    using LCM.

    First time Lifecycle Management Migration for HFM

    by using the copy of HFM application utility,

    http://www.Oracle.com/technetwork/TestContent/financial-management-application-co-131813.PDF

    A truth about...:... HFM Application Copy Utility

    (mark this message as useful or appropriate if this can help you.)

    Kind regards

    -DM

  • Is it possible to migrate an application and drop one of the three types of plans?

    Migrating applications is 11.1.1.3 to 11.1.2.2.300.  Try to migrate an application and a company wants to only 2 of the 3 types of regime to be brought back.  Is there a way to do this?  Or to remove or hide the type of 11.1.2.2.300 if all 3 are migrated on?

    Here is what has been tried, but he cuased a problem in the DB:

    • Migrate an existing application that originally had 3 types of plan. Plan dropped type 1 and kept plan types 2 and 3

    • Created 2 types of plan when creating the application in 11.1.2.2

    • Initially built the contour using 11.1.1.3 LCM export dimensions and had to modify the XML to import. Edited plan 2 and made this plan type 1. Edited plan 3 and made this plan type 2. Had problems with the LCM/xml and finally finished by using the extractor contour and loading by using the outlineload utility. Dimensions are now based.

    • Initially, wrong Bishop Calc. To change the value of the hsp_systemcfg for the type of plan table = 2 instead of 3 as it was in the table.

    • Calc Mgr shows that type of plan 2 and no plan to type 1.

    Any ideas?

    Probably the best way to rebuild the application and then reload the hierarchies or hack files XML of LCM, if 11.1.2.3 then you would be able to create/delete plan types.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Where are the files in the tutorial for each tutorials?

    Where can I find the files in the tutorial for each video tutorial under each Adobe application? I know that they exist. However, it is confusing to find.

    Thank you.

    Tutorials Adobe Creative cloud for students | Tutorials Adobe Creative Cloud

  • I have a new Apple and made a Migration of Applications. data etc old Apple Apple again. Creative cloud gives error re damaged and to download and install again, however, after doing this installation starts but keeps giving the same error re C

    I have a new Apple and made a Migration of Applications. data etc old Apple Apple again. Creative cloud gives error re damaged and to download and install again, however, after doing this installation starts but keeps giving the same error re file creative cloud. How to solve?

    Uninstall, use the CS cleaning tool, and then reinstall.

    Adobe Creative Suite Cleaner Tool allows to solve the problems of installation for CS3 thru CS6 and creative cloud

    http://www.Adobe.com/support/contact/cscleanertool.html

  • Weblogic server integration is needed in Jdeveloper for BPEL of 10g and 11g upgrade?

    Hello

    Weblogic server integration is needed in Jdeveloper for BPEL of 10g and 11g upgrade?

    We migrated BPEL 10g and 11g. I understand that this integrated weblogic server is part of jdeveloper.

    Integration of weblogic server allows successful simulation of the weblogic Server real 11g which we installed as a separate product?

    or should we connect jdeveloper to weblogic server 11g instead of the integrated weblogic Server?

    Please notify.

    Thank you

    No, built-in weblogic server is not necessary in jdeveloper for bpel upgrade.

    If you are migrating bpel go separate domain and weblogic/managed servers, don't use integrated weblogic.

    Kind regards

    Anshul

  • Migrating an application to ASO

    Hello

    I would like to know the steps to migrate an application ASO of Prod to QA environment. I think my request for Prod is corrupted and I want the same migrating my application in QA test.

    * I know I need to export the data of level 0 of my request for ASO. But how do I do this?

    * Also, let me know what files should I copy prod request to the newly created application of QA?

    Thanks in advance!

    If you want, but look, you will find all the answers you are looking for, some of them on this same forum.

    A second application of google-fu three search returns the following success:

    Copy the cube with data in a different environment

    http://www.jasonwjones.com/2009/01/how-to-copy-an-Essbase-application-from-one-server-to-another/

    : Essbase ASO database users COP of dev to prod

    Personally, if you are on any modern version of the stack of the EMP, the LCM approach, assuming that you have enough disk space on the drive to record export Shared Services LCM, seems to be the best way to go.  But you could use the migration of EAS and export/import wizard data of level zero on your own as well.

    Kind regards

    Cameron Lackpour

  • OBIEE 11 g - role migration of applications DEV UAT or PROD

    Hi all

    There are blogs that have mentioned about migration applications role of UAT or Prod dev...

    Please provide the correct path below two files that we use for the migration of application role

    1 system-jazn-"Data.xml"

    2 jps-config. XML

    I have looked for these files but noticed there are 3 or 4 files whose name even under different paths.

    Kindly help. TIA

    Concerning

    If you mess up these files, your system will be getting damaged.

    You need to take good back and then do it.

    in other words, where you can avoid this risk is to manually enter roles. Creation of roles is an effort of time unless you keep deleting and creating new roles. If you do it manually you will have more control over the migration and you can fix it if there's a problem easily. Note that the migration of roles is not mapped groups to roles. You still need to map manually.

    OBIEEHOME\user_projects\domains\bifoundation_domain\config\fmwconfig

    1 system-jazn-"Data.xml"

    2 jps-config. XML

Maybe you are looking for