BPEL Process migration problems   from 10.1.2. to 10.1.3(SOA)

Hi,
I am migrating the BPEL Project which was desinged for the BPEL(10.1.2) using BPEL Designer to SOA Suite using the JDeveloper 10.1.3.1 Developer Preview version.
The taken the project which is deploying&working perfectly in the BPEL Desg&serv (10.1.2).
But the same project is not compiling in the newer preview version.i got invalid xpath exception.
my xpath is like
bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts')
if i change like this xpath, woking fine...
bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input')
The input element defined as string in wsdl.However am expecting in runtime process will recive an proper xml string as a value of input element so the xpath will work fine..
Is the any configuration property to turn of xpath validation & variable not initialized warning while compile and building bpel project in the jdevstudio10.1.3.1. preview as well as in SOASuite server.
I would be happy on any reply.
Thanks
bogi

Hi,
Bogiraja and me work on the same team... this is a follow up we noticed today. As part of the deployment descriptors of a BPEL, one can set the configuration property "xpathValidation" to False (it is by default True going by 10.1.2 documentation). The documentation says that this would make the compiler not to validate the xpath queries.
When we tried this in 10.1.3, it did not seem to make any difference and the compiler still did not allow a xpath query which contained a node name which was not defined in the WSDL (bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts') in Bogiraja's mail above)
Basically, the problem is like this.
a. The WSDL for the BPEL process defines the input variable as a "string"
b. When this BPEL process is invoked, we read the content of this variable which is an XML and assign that to a variable of a defined type in the BPEL.
c. For this purpose, we used to use the syntax as mentioned by Bogiraja in 10.1.2 which does not seem to work on 10.1.3.
A further observation is that if we define a dummy variable of xsd:any and copy the content of the input into that variable and then apply a similar xpath ('/client:dummyXSDAnyVar/ns1:listOfProducts') on that resultant variable then it seems to work!!
Expected functionality? Anything we seem to be missing out here?
Would highly appreciate any responses.
Thanks in advance.

Similar Messages

  • BPEL Process migration problem.from 10.1.2. to 10.1.3(SOA)

    Hi,
    I am migrating the BPEL Project which was desinged for the BPEL(10.1.2) to SOA Suite using the JDeveloper 10.1.3.1 Developer Preview version.
    The taken the project which is buildin and deploying correctly in the BPEL Desg&ser (10.1.2).
    But the same project is not compiling in the newer preview version.i got invalid xpath exception.
    my xpath is like
    bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts')
    if i change like this xpath, woking fine...
    bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input')
    the element defined as string in wsdl.however am expecting in runtime process will recive an proper xml string as a value of input element so the xpath will work fine..
    is the any configuration property to turn of xpath validation & variable not initialized warning while compile and building bpel project in the jdev10.1.3.1. preview version.
    could you please any one give me solution ?
    Thanks
    bogi

    Hi,
    Bogiraja and me work on the same team... this is a follow up we noticed today. As part of the deployment descriptors of a BPEL, one can set the configuration property "xpathValidation" to False (it is by default True going by 10.1.2 documentation). The documentation says that this would make the compiler not to validate the xpath queries.
    When we tried this in 10.1.3, it did not seem to make any difference and the compiler still did not allow a xpath query which contained a node name which was not defined in the WSDL (bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts') in Bogiraja's mail above)
    Basically, the problem is like this.
    a. The WSDL for the BPEL process defines the input variable as a "string"
    b. When this BPEL process is invoked, we read the content of this variable which is an XML and assign that to a variable of a defined type in the BPEL.
    c. For this purpose, we used to use the syntax as mentioned by Bogiraja in 10.1.2 which does not seem to work on 10.1.3.
    A further observation is that if we define a dummy variable of xsd:any and copy the content of the input into that variable and then apply a similar xpath ('/client:dummyXSDAnyVar/ns1:listOfProducts') on that resultant variable then it seems to work!!
    Expected functionality? Anything we seem to be missing out here?
    Would highly appreciate any responses.
    Thanks in advance.

  • BPEL Process transporting problem.from 10.1.2. to 10.1.3(SOA)

    Hi,
    When i move the project to new SOASuite designer, the transformation activity is showing as assign activity.. and its not moving the imported xsd folders from project root folder to the bpel folder.So while building, it's not able to find the xsd in the relative path what is there in the wsdl.
    Thanks,
    Bogi.

    Hi,
    Bogiraja and me work on the same team... this is a follow up we noticed today. As part of the deployment descriptors of a BPEL, one can set the configuration property "xpathValidation" to False (it is by default True going by 10.1.2 documentation). The documentation says that this would make the compiler not to validate the xpath queries.
    When we tried this in 10.1.3, it did not seem to make any difference and the compiler still did not allow a xpath query which contained a node name which was not defined in the WSDL (bpws:getVariableData('inputVariable','payload','/client:commonProjectProcessRequest/client:input/ns1:listOfProducts') in Bogiraja's mail above)
    Basically, the problem is like this.
    a. The WSDL for the BPEL process defines the input variable as a "string"
    b. When this BPEL process is invoked, we read the content of this variable which is an XML and assign that to a variable of a defined type in the BPEL.
    c. For this purpose, we used to use the syntax as mentioned by Bogiraja in 10.1.2 which does not seem to work on 10.1.3.
    A further observation is that if we define a dummy variable of xsd:any and copy the content of the input into that variable and then apply a similar xpath ('/client:dummyXSDAnyVar/ns1:listOfProducts') on that resultant variable then it seems to work!!
    Expected functionality? Anything we seem to be missing out here?
    Would highly appreciate any responses.
    Thanks in advance.

  • FTP Adapter fails first time when bpel process is invoked from concurrent

    Hi,
    We noticed that the invoke of the FTP adapter fails the first time when the bpel process is invoked from a concurrent program. The second time the concurrent is ran, it completes fine. However, when invoked from the console, it compeltes fine the first time itlsef.
    Any idea what could be worng. We are on SOA Suite 10.1.3.4
    Thanks
    -Prapoorna

    What you are doing with FTP adapter? Are you writing a file ? Any error details in logs when it is failing on first invocation ?

  • OWSM GATEWAY VIRTUALIZED BPEL PROCESS INVOCATION PROBLEM

    Hi
    This is the error i am getting when i try to invoke the VIRTUALIZED BPEL process from test page of OWSM. i have created a component and added service to it. But this error surfaced when i try to invoke the service. I can see the virtualized WSDL in internet explorer though.
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">null
    <env:Body>
    <env:Fault
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <faultcode>env:Server</faultcode>
    <faultstring>ORABPEL-08021 Cannot find partner wsdl. parnterLink "OWSM_SYNC_BPEL_PROCESS" is not found in process "OWSM_SYNC_BPEL_PROCESS" (revision "1.0") Please check the deployment descriptor of the process to find the correct partnerLink name. </faultstring>
    null</env:Fault>
    </env:Body>
    </env:Envelope>

    Hi Gurus,
    Any update on the issue???
    Regards,
    Dev

  • Format of location of deployed bpel process - to access from osb

    We have oracle 11g Soa suite installed. I deployed a sample BPEL process in the server. I want to call this BPEL from OSB.
    For this, wsdl of the bpel process should have http url specified in "wsdl:service" element
    What is the format of http url for the BPEL process wsdl to specify in wsdl:service-->soap:address location

    If you want to call 11g bpel from osb 10.x you can't use the bpel10g transport. So for as far i know you just use the wsdl of the bpel process and use http transport to call it from osb.
    The wsdl-url of the bpel service you can just find in the 11g console

  • OWSM EMPTY BPEL PROCESS VIRTUALIZATION PROBLEM!!!!!!!!!!

    Hi,
    I developed an EMPTY BPEL PROCESS which gets instantiated by a FILE ADAPTER . I am trying to virtualize the process by using OWSM GATEWAYS, but get error when i test it in the test page option unders tools link in OWSM MONITOR.
    I am also not sure about the efficacy of using gateways to virtualize an EMPTY BPEL PROCESS.
    CAN WE USE GATEWAYS TO VIRTUALIZE AN EMPTY BPEL PROCESS INITIATED BY A FILE ADAPTER???????
    Regards,
    Vishnu

    Hi,
    I developed an EMPTY BPEL PROCESS which gets instantiated by a FILE ADAPTER . I am trying to virtualize the process by using OWSM GATEWAYS, but get error when i test it in the test page option unders tools link in OWSM MONITOR.
    I am also not sure about the efficacy of using gateways to virtualize an EMPTY BPEL PROCESS.
    CAN WE USE GATEWAYS TO VIRTUALIZE AN EMPTY BPEL PROCESS INITIATED BY A FILE ADAPTER???????
    Regards,
    Vishnu

  • CMR migration problem from 9.0.4 to 10.1.2.0.2

    Hi,
    we have a J2EE 1.3 system developed and working on a production enviroment in which OAS 9.0.4 platform is installed.
    This system uses EJB 2.0 CMP Entity Bean with CMR.
    We deployed the same system (.ear) in a 10.1.2.0 platform but we detected that CMR is not working correctly. Entity beans in the association targets are not being retrieved correctly. We're using http://download-uk.oracle.com/docs/cd/B14099_18/web.1012/b15505/ormap.htm#sthref640, could it be the problem??
    Is there any tool that could be used for migrating ejb-jar.xml and orion-ejb-jar.xml files from 9.0.4 to 10.1.2.0.2.
    Is there any special issue or process to be taken into account for migrating from 9.0.4 to 10.1.2.0.2?
    We can provide further details under request.

    Hi,
    we took a look at the provided reference but no code-oriented tool was found (just Oracle infrastructure's components).
    We found that the problem we were having had to do with OAS 10.1.2.0.2 bug no. 4450233.
    We requested the patch through Metalink, then we applied it and now tha application seems to be working correctly.
    Anyway, thank you very much for your answer.

  • Migration problem from NW 04s to NW 7.1 CE

    Hi,
    Our project (based on Java Webdynpro tech.) has to be migrated from NW 04s to NW 7.1 CE. We have a new track and everything that is needed.
    The problem is that is seems to be that 7.1 is compatible backward to 04s according to the documentation should be. But in our real case of XI it does not work properly because we are not able to deploy our DC-s to our new 7.1 track.
    We faced several problems:
    - Some packages are not permitted to public use in NW (XI Proxy and ID Generators) anymore, which were available in 7.0. We have to request these usage from NW   
      Structure Governance Board.
    - The generated XI Java Classes (which are processing the communications with XI) are only partly deployable on the 7.1 engine.
    - The service marketplace does not contain MS-SQL Version of the 7.1 CE Engine (The link in MS-SQL Page in Service Marketplace pointed to MaxDB version download)
    - The license of the NW 7.1 CE and release needs more clarifications, because SAP does not release NW 7.1 as platform.
    Has anybody done a migration regarding XI content or the below mentioned migration issues?
    Thank you in advance,
    Tamas

    i never worked on this before but i guess because of JDK version change from j2ee to jee5 in CE7.1 your problem came
    Samrat

  • Migration problems from Oracle 10gAS R1-R2.

    We moved from Oracle 10gAS R1 to 10gAS R2. So i had to re-compile my code in Oracle forms to deploy them. I was successful in moving all files except for one.WHenever i try to run this file (after compilation in R2) i am receiving the foll error.
    I checked the whole code in that file, it has no refernce to the old servers..everything was updated. I am sure this error is due to the file and nothing related to my configuration files in the AS. This is because other forms (using webutil) works fine except for this form. How do i get around this, the logs and error messages dont really help.
    6/05/25 16:29:12 formsweb: Forms session <103> aborted: unable to communicate with runtime process.
    06/05/25 16:29:12 formsweb: Forms session <103> exception stack trace:
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at java.io.DataInputStream.readLine(DataInputStream.java:562)
    at oracle.forms.net.HTTPHeaderTool.parseResponseHeader(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi,
    I have a similiar problem here while migrating from jboss 3.04 to oc4j 9.0.4. I get the same error message: invalid column identifier.
    What do I have?
    A small web application with jsp and struts, some session beans, some entity beans with relations, some finder methods (EJB-QL), separate FK-classes, CMP and CMR.
    I checked all my identifiers and they are correct. Now I tracked down the problem to the following:
    When I deploy the ear file to oc4j, then the container takes my orion-ejb-jar.xml and generates its own one for runtime. In this generated new file you can see the queries (select statements) which the container will use. Unfortunately, some of these selects use a WRONG identifier...
    Let's say a field is named "homeStation_implName". Then you find two occurences of this field name in a select: one is correct with "homeStation_implName", but the other one is WRONG with "homeStation_".
    And that's what causes the "invalid column identifier" error message.
    As a workaround, I tried to modify the generated orion-ejb-jar.xml to use consistently the field name "homeStation_". But after restarting the server, my modificatons are gone again...
    Do you have any idea, what problem this could be?
    Any workaround I could use?
    Thanks,
    Torsten

  • Migration problem from albpm 6.5 to 10.3.3

    Hi,
    We are in the process of migrating our project from Albpm 6.5 to 10.3.3. We imported the project file into the new studio and its deployed sucessfully but the problem we are facing is when we are trying to start the engine and run the workspace the workspace is comming up and after inputting the username its just keeps on loading for ages there is nothing displayed. the error we are getting in the bpm studio log is as follows
    1.Java heap space
    java.lang.OutOfMemoryError: Java heap space
    2.The directory event notifier will terminate.
    Thread [fuego.directory.provider.notifiers.DirectoryNotifier$NotifierScheduler@83aa6e] (8628846), in charge of directory events notifying, has thrown an unexpected error and will terminate.
    possible ways we tried are
    change these parameters in the eclipse.ini file. It is located in the X:\bea\albpm6.0\studio\eclipse.
    The following is my eclipse.ini:
    -vmargs
    -Xms256m
    -Xmx512m
    -Dfuego.fstudio=true
    -DprodMode=preProduction
    -Dbea.home=C:\bea\albpm6.0\studio\..
    -Djava.endorsed.dirs=""
    -XX:PermSize=256M
    -XX:MaxNewSize=256M
    -XX:MaxPermSize=1024M
    Can anyone please help on this
    Thanks

    It definitely works. I have used MA at least 100 times in the past. I’m not sure what’s happening here. What is the exact error message? Is the old Mac updated to 10.5.8 with all updates installed? Is your son using FWTDM successfully so that the new Mac recognizes the old one? Is there enough free space on the target Mac?
    Björn

  • ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3

    Hi,
    I am migrating an application from JDev 10.1.3.5 to 11.1.1.3 in order to deploy it to a java 1.6 JVM which is only certified with JDev 11.1.1.3
    No matter what I do the DataBindings.cpx file content is emptied by the IDE, the migration was successful => no errors displayed.
    I tried to solve the problem by doing the following but the file stays empty:
    1) the removing the project from the application and adding it again, migration is done again => FILE EMPTY
    2) adding manually the content in the source file then running XML validation => no errors, I close the file, reopen it and EMPTY AGAIN!
    Your is needed and will be appreciated!
    Thanks
    Fred
    Content of file DataBindings.cpx:
    <?xml version='1.0' encoding='UTF-8' ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" id="DataBindings"
    Package="" version="10.1.2.18.73" SeparateXMLFiles="false"
    ClientType="JClient">
    <pageMap/>
    <pageDefinitionUsages>
    <page id="PanelWeventEditParamVO1UIModel"
    path="com.xxx.view.web.PanelWeventEditParamVO1UIModel"/>
    <page id="TogglePanelPrintSizeDpiUIModel"
    path="com.xxx.view.lab.TogglePanelPrintSizeDpiUIModel"/>
    <page id="PanelPhotographerLabROfPhotolabVO1UIModel"
    path="com.xxx.view.web.PanelPhotographerLabROfPhotolabVO1UIModel"/>
    <page id="PanelWeventEditStatusVO1UIModel"
    path="com.xxx.view.web.PanelWeventEditStatusVO1UIModel"/>
    <page id="MDDPhotographerGalleryWelcomeUIModel"
    path="com.xxx.view.web.MDDPhotographerGalleryWelcomeUIModel"/>
    <page id="PanelTranslationCountryRegionLangTableVO1UIModel"
    path="com.xxx.view.system.PanelTranslationCountryRegionLangTableVO1UIModel"/>
    <page id="PanelDestGroupDestRTableVO1UIModel"
    path="com.xxx.view.system.PanelDestGroupDestRTableVO1UIModel"/>
    <page id="PanelWeventEditPackageVO1UIModel"
    path="com.xxx.view.web.PanelWeventEditPackageVO1UIModel"/>
    <page id="PanelSiteTariffPaymentTableVO1UIModel"
    path="com.xxx.view.system.PanelSiteTariffPaymentTableVO1UIModel"/>
    <page id="PanelPhotolabClobFreePage1L1VO1UIModel"
    path="com.xxx.view.web.PanelPhotolabClobFreePage1L1VO1UIModel"/>
    <page id="PhotoWebshopDesktopUIModel"
    path="com.xxx.view.start.PhotoWebshopDesktopUIModel"/>
    <page id="PanelItemGiftKitItemGiftTableVO1UIModel"
    path="com.xxx.view.lab.PanelItemGiftKitItemGiftTableVO1UIModel"/>
    <page id="TabbedFormUIModel"
    path="com.xxx.view.system.TabbedFormUIModel"/>
    <page id="PanelEntityPhotolabVO1UIModel"
    path="com.xxx.view.system.PanelEntityPhotolabVO1UIModel"/>
    <page id="PanelAddressVO1UIModel"
    path="com.xxx.view.web.PanelAddressVO1UIModel"/>
    <page id="SiteEventTypesAndTariffsFormUIModel"
    path="com.xxx.view.start.SiteEventTypesAndTariffsFormUIModel"/>
    <page id="PanelSiteVO1UIModel"
    path="com.xxx.view.system.PanelSiteVO1UIModel"/>
    <page id="PanelSiteBonusTypeVO1UIModel"
    path="com.xxx.view.system.PanelSiteBonusTypeVO1UIModel"/>
    <page id="PanelWeventAccountFileUploaderUIModel"
    path="com.xxx.view.web.PanelWeventAccountFileUploaderUIModel"/>
    <page id="PanelLabelWhereVO1UIModel"
    path="com.xxx.view.system.PanelLabelWhereVO1UIModel"/>
    <page id="PanelLabelWhatVO1UIModel"
    path="com.xxx.view.system.PanelLabelWhatVO1UIModel"/>
    <page id="PanelLabelWhoVO1UIModel"
    path="com.xxx.view.system.PanelLabelWhoVO1UIModel"/>
    </pageDefinitionUsages>
    <dataControlUsages>
    <BC4JDataControl Configuration="BaseTablesAMLocal"
    Package="com.xxx.model.system"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="BaseTablesAMDataControl"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    syncMode="Immediate">
    <Parameters>
    <Parameter name="FactoryClass"
    value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
    <Parameter name="SupportsFindMode" value="true"/>
    <Parameter name="Configuration" value="BaseTablesAMLocal"/>
    <Parameter name="SupportsTransactions" value="true"/>
    <Parameter name="Package" value="com.xxx.model.system"/>
    <Parameter name="SubType" value="DCBC4J"/>
    <Parameter name="Name" value="BaseTablesAMDataControl"/>
    <Parameter name="id" value="BaseTablesAMDataControl"/>
    </Parameters>
    </BC4JDataControl>
    <BC4JDataControl Configuration="SiteTablesAMLocal"
    Package="com.xxx.model.system"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="SiteTablesAMDataControl"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    syncMode="Immediate">
    <Parameters>
    <Parameter name="FactoryClass"
    value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
    <Parameter name="SupportsFindMode" value="true"/>
    <Parameter name="Configuration" value="SiteTablesAMLocal"/>
    <Parameter name="SupportsTransactions" value="true"/>
    <Parameter name="Package" value="com.xxx.model.system"/>
    <Parameter name="SubType" value="DCBC4J"/>
    <Parameter name="Name" value="SiteTablesAMDataControl"/>
    <Parameter name="id" value="SiteTablesAMDataControl"/>
    </Parameters>
    </BC4JDataControl>
    <BC4JDataControl Configuration="SystemViewAMLocal"
    Package="com.xxx.model.system"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="SystemViewAMDataControl"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    syncMode="Immediate">
    <Parameters>
    <Parameter name="FactoryClass"
    value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
    <Parameter name="SupportsFindMode" value="true"/>
    <Parameter name="Configuration" value="SystemViewAMLocal"/>
    <Parameter name="SupportsTransactions" value="true"/>
    <Parameter name="Package" value="com.xxx.model.system"/>
    <Parameter name="SubType" value="DCBC4J"/>
    <Parameter name="Name" value="SystemViewAMDataControl"/>
    <Parameter name="id" value="SystemViewAMDataControl"/>
    </Parameters>
    </BC4JDataControl>
    <BC4JDataControl Configuration="PhotolabSetupAMLocal"
    Package="com.xxx.model.lab"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="PhotolabSetupAMDataControl"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    syncMode="Immediate">
    <Parameters>
    <Parameter name="FactoryClass"
    value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
    <Parameter name="Configuration" value="PhotolabSetupAMLocal"/>
    <Parameter name="SupportsFindMode" value="true"/>
    <Parameter name="SupportsTransactions" value="true"/>
    <Parameter name="Name" value="PhotolabSetupAMDataControl"/>
    <Parameter name="SubType" value="DCBC4J"/>
    <Parameter name="Package" value="com.xxx.model.lab"/>
    <Parameter name="id" value="PhotolabSetupAMDataControl"/>
    </Parameters>
    </BC4JDataControl>
    <BC4JDataControl Configuration="PhotolabWebAMLocal"
    Package="com.xxx.model.web"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="PhotolabWebAMDataControl"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    syncMode="Immediate">
    <Parameters>
    <Parameter name="FactoryClass"
    value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
    <Parameter name="Configuration" value="PhotolabWebAMLocal"/>
    <Parameter name="SupportsFindMode" value="true"/>
    <Parameter name="SupportsTransactions" value="true"/>
    <Parameter name="Name" value="PhotolabWebAMDataControl"/>
    <Parameter name="SubType" value="DCBC4J"/>
    <Parameter name="Package" value="com.xxx.model.web"/>
    <Parameter name="id" value="PhotolabWebAMDataControl"/>
    </Parameters>
    </BC4JDataControl>
    </dataControlUsages>
    </Application>

    Ok it seems I have resolved my problem see end of thread
    Still have following relevant question for an Oracle team member:
    Why is my <pageMap/> empty in my migrated application cpx file?
    => when I create a new ADF Swing application this tag is not empty:
    in new file:
    <pageMap>
    <page path="view.PanelPhotolabVO1" usageId="view_PanelPhotolabVO1PageDef"/>
    </pageMap>
    <pageDefinitionUsages>
    <page id="view_PanelPhotolabVO1PageDef"
    path="view.pageDefs.PanelPhotolabVO1PageDef"/>
    in migrated file:
    <pageMap/>
    <pageDefinitionUsages>
    <page id="PanelWeventEditParamVO1UIModel"
    path="com.photoswing.view.web.PanelWeventEditParamVO1UIModel"/>
    Solution to empty migrated cpx file:
    It seems the migration utility couldn't cope with the BC4JDataControl definitions, so I edited them manually.
    Example of 10.1.3... syntax:
    <dataControlUsages>
    <BC4JDataControl Configuration="BaseTablesAMLocal"
    Package="com.xxx.model.system"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"
    id="BaseTablesAMDataControl"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    syncMode="Immediate">
    <Parameters>
    <Parameter name="FactoryClass"
    value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
    <Parameter name="SupportsFindMode" value="true"/>
    <Parameter name="Configuration" value="BaseTablesAMLocal"/>
    <Parameter name="SupportsTransactions" value="true"/>
    <Parameter name="Package" value="com.photoswing.model.system"/>
    <Parameter name="SubType" value="DCBC4J"/>
    <Parameter name="Name" value="BaseTablesAMDataControl"/>
    <Parameter name="id" value="BaseTablesAMDataControl"/>
    </Parameters>
    </BC4JDataControl>
    New syntax:
    <BC4JDataControl id="BaseTablesAMDataControl"
    Package="com.xxx.model.system"
    FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
    SupportsTransactions="true" SupportsFindMode="true"
    SupportsRangesize="true" SupportsResetState="true"
    SupportsSortCollection="true"
    Configuration="BaseTablesAMLocal" syncMode="Immediate"
    ExceptionMode="Immediate"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
    Tip:
    Do this editing outside JDev with ide closed to avoid crashing it.
    Regards
    Fred

  • Migration problem from 3.2 to 3.5

    hi,
    I had some problem with migration of an existing application from weblogic personalization
    server 3.2 to weblogic personalization server 3.5.I am not able to migrate the
    ruleset from 3.2 to 3.5.I have followed all the instructions in the migration
    document.So if any of you had encountered the following problem, maybe you could
    help me.
    E:\bea\WebLogicCommerce3.5\bin\win32>dumprules32.bat e:\rules32
    Dumping existing rule sets to e:\rules32
    Processor specific args not satisfied
    Args must be as follows for mode migrate32to35
    <output directory>
    http://apache.org/xml/features/nonvalidating/load-external-dtd
    Usage: java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness ( migrate32to35
    | dump35 ) [<optional mode args>]
    Any help would be highly appreciated.
    Thanx in advance,
    Subu

    sorry i am posting it again.
    I had created the directory e:\rules32.I had set the environment using the set-environment.bat
    file before running this command.
    I tried running this command directly too.However I am still having the same problem.
    "Daniel Selman" <[email protected]> wrote:
    Subu,
    1. Did you create the e:\rules32 directory first?
    2. Did you try running:
    java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness
    migrate32to35 e:\rules32
    directly?
    If yes, please post the ruleset that is causing the error.
    Thanks,
    Daniel Selman
    "Subramaniam" <[email protected]> wrote in message
    news:3b17e7ce$[email protected]..
    hi,
    I had some problem with migration of an existing application from weblogicpersonalization
    server 3.2 to weblogic personalization server 3.5.I am not able tomigrate
    the
    ruleset from 3.2 to 3.5.I have followed all the instructions in themigration
    document.So if any of you had encountered the following problem, maybeyou
    could
    help me.
    E:\bea\WebLogicCommerce3.5\bin\win32>dumprules32.bat e:\rules32
    Dumping existing rule sets to e:\rules32
    Processor specific args not satisfied
    Args must be as follows for mode migrate32to35
    <output directory>
    http://apache.org/xml/features/nonvalidating/load-external-dtd
    Usage: java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness( migrate32to35
    | dump35 ) [<optional mode args>]
    Any help would be highly appreciated.
    Thanx in advance,
    Subu
    [problem.txt]

  • Migration problem from Struts 1.2.7 to 1.3.8:java.lang.ClassNotFoundExcepti

    Hi, my current configuration is tomcat 6.0.18 and jdk 1.5. Here are the steps I followed for the migration.
    1. Replaced struts.jar with struts-core-1.3.8.jar
    2. Updated taglib .tld files which were under /WEB-INF and also kept the corresponding struts-taglib-1.3.8.jar files in lib directory.
    3. Kept the external mappings in web.xml for the tld files though.
    4. Updated struts-config.xml with
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
    "http://struts.apache.org/dtds/struts-config_1_3.dtd">
    5. As not using any cancel buttons hence did not use the cancellable attribute.
    6. Updated validation.xml with specified doctype in strutsupgrade docs.
    7. Replaced older jar files with newer versions.
    After compiling the files and deploying in Tomcat I get the following error while trying to run.
    exception
    javax.servlet.ServletException: Wrapper cannot find servlet class jsp.login_jsp or a class it depends on org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    java.lang.Thread.run(Thread.java:595)
    root cause
    java.lang.ClassNotFoundException: jsp.login_jsp
    org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
    org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    java.lang.Thread.run(Thread.java:595)
    What am I missing out on?
    Thankx in advance.

    hanks for the reply.
    All class files are created during build.
    I even deleted all the existing ones in tomcat/work folder.
    So the classes are up to date.
    Any other pointers?
    Furthermore do I need to change the jsp header
    <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
    to
    <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
    and so forth?(I did that, and its compiling but during accessing i get the same error.)
    The java deprecations shows Resources.getLocale as deprecated. Is that a problem,
    and if it is how to replace it?

  • Migration problem from JDev2.0 to 3.0

    Hi,
    I have created a default master-detail form between dept and emp table in 2.0 (infobus form using wizard). When I tried to open this
    form in 3.0, it upgraded the business components to 3.0's bc and the form runs. Then I added sessionInfo.revokeSession() to the File->Exit and processWindowEvent code.
    (which is available in the default form created using 3.0's infobus form wizard).
    Now, when I call this form from another frame
    through a button, the form runs. But when I close the form it throws a long exception list. (This does'nt happen with default form
    created with 3.0)
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at oracle.jbo.server.PackageDefImpl.removeChild(Compiled Code)
    at oracle.jbo.server.PackageDefImpl.removeChild(Compiled Code)
    at oracle.jbo.server.ViewLinkDefImpl.unsetDefForComponent(Compiled Code)
    at oracle.jbo.server.ComponentObjectImpl.setDef(Compiled Code)
    at oracle.jbo.server.ViewLinkImpl.setDef(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.removeChild(Compiled Code)
    at oracle.jbo.server.ComponentObjectImpl.remove(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.removeViewLinks(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.resetState(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.txnRemoved(Compiled Code)
    at oracle.jbo.server.DBTransactionImpl.disconnect(Compiled Code)
    at oracle.dacf.dataset.SessionInfo.close(Compiled Code)
    at oracle.dacf.dataset.SessionInfo.revokeSession(Compiled Code)
    at oracle.dacf.dataset.SessionInfo.revokeSession(Compiled Code)
    at package7.Frame1.processWindowEvent(Compiled Code)
    at java.awt.Window.processEvent(Compiled Code)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:79)
    I am unable to make out the reason for this.
    The only difference I can see is that, the xml files are separate in 3.0's default form.
    Where as in 2.0 everything is in the same file.
    This happens only when I try to call the form
    from another frame (When a button is pressed or a menu is invoked).
    Can anyone throw some light in to this problem, and suggest a workaround?
    TIA,
    Gopal
    null

    sorry i am posting it again.
    I had created the directory e:\rules32.I had set the environment using the set-environment.bat
    file before running this command.
    I tried running this command directly too.However I am still having the same problem.
    "Daniel Selman" <[email protected]> wrote:
    Subu,
    1. Did you create the e:\rules32 directory first?
    2. Did you try running:
    java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness
    migrate32to35 e:\rules32
    directly?
    If yes, please post the ruleset that is causing the error.
    Thanks,
    Daniel Selman
    "Subramaniam" <[email protected]> wrote in message
    news:3b17e7ce$[email protected]..
    hi,
    I had some problem with migration of an existing application from weblogicpersonalization
    server 3.2 to weblogic personalization server 3.5.I am not able tomigrate
    the
    ruleset from 3.2 to 3.5.I have followed all the instructions in themigration
    document.So if any of you had encountered the following problem, maybeyou
    could
    help me.
    E:\bea\WebLogicCommerce3.5\bin\win32>dumprules32.bat e:\rules32
    Dumping existing rule sets to e:\rules32
    Processor specific args not satisfied
    Args must be as follows for mode migrate32to35
    <output directory>
    http://apache.org/xml/features/nonvalidating/load-external-dtd
    Usage: java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness( migrate32to35
    | dump35 ) [<optional mode args>]
    Any help would be highly appreciated.
    Thanx in advance,
    Subu
    [problem.txt]

Maybe you are looking for

  • How To Delete .mov file Created In Quick Time

    How do I delete an audio file created in Quick Time Player and saved in my Movies folder as a .mov file? I can't drag it to Trash, and I can't access the delete option in the Edit dropdown, and Help doesn't seem to cover that topic. It just puts the

  • Wireless is coming through a LAN port

    Just got broadband, and there tech support has done something to my computer that now my wireless signal comes through a lan port and not the wireless port. Anyone know how to fix this?

  • Oddly persisting password

    I would like to know how to delete a password which is oddly persisting. After I do a full Reset Safari, all password-access pages ask for password -- except for one. To make that site ask again for password, I also have to Quit. If I don't Quit, I c

  • Errors in application.log "Unexpected characters found in locale."

    We have need seeing a lot of this error in our log.  50 or > at the same second.  Developers feel that is the reason the application is becoming unresponsive and that Clients are calling in about the same time reporting that they are unable to access

  • Some album artwork no longer displays

    I recently started having a problem where some of my album artwork will not display on my Ipod. It does show on Itunes. Some are Itunes purchases and some not. I tried deselecting artwork and resyncing, then selecting it and resyncing again with no l