StackOverflowError during BPEL transformation

Hi,
I am consuming the webservice of a external company. The webservice returns 5 mb of data with 3777 elements of a complex type with 20 simple types that I need to transform into another complex type with 17 simple types.
The transformation is a simple for-each loop that loops though the source data.
Unfortunately the transformation fails with the following error:
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}runtimeFault}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
parts: {{
summary=<summary>null</summary>
,detail=<detail>java.lang.StackOverflowError
     at oracle.xml.parser.v2.XMLText.xdkGetNextNode(XMLText.java:1181)
     at oracle.xml.parser.v2.XMLNode.getNextSibling(XMLNode.java:920)
     at oracle.xml.parser.v2.XMLNode.getSuccessor(XMLNode.java:3460)
     at oracle.xml.parser.v2.XMLTreeWalker.next_Node(XMLTreeWalker.java:334)
     at oracle.xml.parser.v2.XMLTreeWalker.next_Node(XMLTreeWalker.java:353)
     at oracle.xml.parser.v2.XMLTreeWalker.next_Node(XMLTreeWalker.java:353)
Is there a setting I can set to increase heap size? Or maybe a way to split the transformation into smaller chunks?
I am using JDeveloper Studio Edition Version 11.1.1.5.0, Build JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013. I'm running on a WebLogic Server 10.3.4.0
Thanks,
William
Edited by: William Lee on May 14, 2012 2:53 PM Fixed wls version

Hi,
Thanks for your replies.
I realized that the actual transformation actual went well. The error came afterwards in some embedded java which adds nils in the transformed xml.
Thanks again,
William

Similar Messages

  • Error in Passing BPEL variable Contents to BPEL Transform (XSLT)

    Hi,
    Problem Statement:
    ·     I want to Transform data, from schema1 to schema2.
    ·     Schema1 is basically a collection lets say collection of A. in XML terms, it has multiple same type of child elements under the root element.
    ·     Schema2 associated with each child element of Schema1.
    ·     In the Loop, I want to iterate through the schema1 data and iteration count would be as much as number of child elements in it.
    ·     Pick one child element (using index in XPATH) and use it to associate with Schema2 elements.
    ·     In this process I wanted to pass 2 parameters to BPEL Transform activity using properties datatype. (ref: http://blogs.oracle.com/rammenon/2007/05/07)
    ·     However it is not realizing the parameters passed to it.
    Please also suggest me a location to upload the related code for any verification.
    Please suggest the flaw in this and suggestions to rectify.
    Thanks
    Regards
    Joy

    Example counting nodes.
    ora:countNodes('Invoke_FileSyncRead_SynchronousRead_OutputVariable','Root-Element','/ns1:Root-Element/ns1:SiteInfo')
    Set that to Integer variable $count.
    Then set new variable type integer $interator = 1.
    That will give you a proper loop counter for your payload.
    AS far as mapping only certain elements, I would just transform 1st, then pick out what you need with an explicit assign activity to whatever you want to pass that to.
    Hope that helps.

  • Message payload(data) not availabe during message transformations

    Hi,
    I have a JMS-XI-JDBC scenario, my problem is after the content conversion in JMS the message <b>reaches</b> XI(I am able to see in Moni) and but(payload) it is not available during message transformation(mapping) ( I have debugged it using Trace the data is not available)..Target elements gets generated but without any data..

    Hi,
    I am a bit confused with your problem.
    <i>my problem is after the content conversion in JMS the message reaches XI(I am able to see in Moni) and but(payload) it is not available during message transformation(mapping)</i>
    If the message reaches XI, then, the mapping has already taken place.
    <i>but(payload) it is not available during message transformation(mapping)</i>
    Do you mean to say that, you are not able to view your payload in the IR trace?
    In your IR, did you test the mapping, by entering dummy values?was the output generated with the correct values in the IR?
    Regards,
    Smitha.

  • Error during creating Transformation /DTP

    Hi Gurus
    We have two key figures with Fixed Unit of Measure and data type Quant . The unit is % .
    We could create the Data Source successfully and when we create the Transformation , though I could see on the face of it the mapping for these key figures, it says No source unit is assigned and also no info Object is assigned for these fields.
    How do we normally handle scenarios with fixed unit of measure key figures during transformation.'
    Please share your thoughts
    Points will be awarded

    hi,
    Assuming you are using NW04s, in your transformation, there is a section called "Unit", it would have shown your fixed target unit and the next line would have "Unit" and dropdown box, contains two options, "From Conversion" and "No conversion". If you select "No Conversion" in the "Unit" dropdown box, your error message should be gone, as your key figure quant has fixed unit, so no conversion is required which should do no harm during data transformation when loading. Please give it a go.
    cheers.

  • JDeveloper Compiler Error during BPEL flow deployment

    Hi,
    Has anyone encountered the following during BPEL deployment? I am using JDeveloper 10.1.3.4. I was able to deploy last week without any problems.
    Compiling...
    Compiling D:\Datos\Jazztel\Cancelador\bpel\Cancelador.bpel
    [BPEL Compiler] Initializing compiler for first time use...
    BPEL suitcase generated in: D:\Datos\Jazztel\Cancelador\output\bpel_Cancelador_2.6.6.jar
    D:\Datos\jdevstudio10134\jdk\jre\bin\java.exe -jar D:\Datos\jdevstudio10134\jdev\lib\ojc.jar -source 1.5 -target 1.5 -noquiet -warn -nowarn:320 -nowarn:486 -nowarn:487 -deprecation:self -nowarn:560 -nowarn:704 -nowarn:489 -nowarn:415 -nowarn:909 -nowarn:412 -nowarn:414 -nowarn:561 -nowarn:376 -nowarn:371 -nowarn:558 -nowarn:375 -nowarn:413 -nowarn:377 -nowarn:372 -nowarn:557 -nowarn:556 -nowarn:559 -encoding Cp1252 -g -d D:\Datos\Jazztel\Cancelador\output -make D:\Datos\Jazztel\Cancelador\output\Cancelador.cdi -classpath D:\Datos\jdevstudio10134\jdk\jre\lib\rt.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\i18n.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\sunrsasign.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jsse.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jce.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\charsets.jar;D:\Datos\jdevstudio10134\jdk\jre\classes;D:\Datos\Jazztel\Cancelador\output;D:\Datos\jdevstudio10134\toplink\jlib\toplink.jar;D:\Datos\jdevstudio10134\toplink\jlib\toplink-oc4j.jar;D:\Datos\jdevstudio10134\toplink\jlib\antlr.jar;D:\Datos\jdevstudio10134\lib\xmlparserv2.jar;D:\Datos\jdevstudio10134\lib\xml.jar -sourcepath D:\Datos\Jazztel\Cancelador\src;D:\Datos\jdevstudio10134\jdk\src.zip;D:\Datos\jdevstudio10134\toplink\jlib\toplink-src.zip D:\Datos\Jazztel\Cancelador\src\ConsultaInstanciasCS\Customerservicecrmkpn.java D:\Datos\Jazztel\Cancelador\src\CustomerServices\Customerservicesconstantes.java D:\Datos\Jazztel\Cancelador\src\DBCONSTANTES\Constantes.java D:\Datos\Jazztel\Cancelador\src\DBCONSULTAHISTORICO\Historico.java D:\Datos\Jazztel\Cancelador\src\DBERRORESSISTEMA\Erroressistemasacciones.java D:\Datos\Jazztel\Cancelador\src\DBETAPAS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBINSERTARINCIDENCIA\Incidencias.java D:\Datos\Jazztel\Cancelador\src\DBINSERTETAPASCOMPLETADAS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBINSERTHISTORICO\Historico.java D:\Datos\Jazztel\Cancelador\src\DBINSERTORDERPROGRESS\Ordersprogress.java D:\Datos\Jazztel\Cancelador\src\DBNOTIFICACIONESASINCRONAS\NotifRedAsincronas.java D:\Datos\Jazztel\Cancelador\src\DBORDENESCRM\OrdenesCrm.java D:\Datos\Jazztel\Cancelador\src\DBORDENESMNP\OrdenesMnp.java D:\Datos\Jazztel\Cancelador\src\DBORDENESRED\OrdenesRed.java D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Historico.java D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Pedidos.java D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAADDONS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\Historico.java
    Error: compiler internal error
    *** OJC internal error log written to file C:\DOCUME~1\anipatel\CONFIG~1\Temp\ojcInternalError.log
    [10:45:12] Compilation complete: 1 errors, 156 warnings.
    The log file mentioned contains the following:
    OJC internal error log:
    Compiler version: 10.1.3
    Build number: 4270
    Source files:
         D:\Datos\Jazztel\Cancelador\src\ConsultaInstanciasCS\Customerservicecrmkpn.java
         D:\Datos\Jazztel\Cancelador\src\CustomerServices\Customerservicesconstantes.java
         D:\Datos\Jazztel\Cancelador\src\DBCONSTANTES\Constantes.java
         D:\Datos\Jazztel\Cancelador\src\DBCONSULTAHISTORICO\Historico.java
         D:\Datos\Jazztel\Cancelador\src\DBERRORESSISTEMA\Erroressistemasacciones.java
         D:\Datos\Jazztel\Cancelador\src\DBETAPAS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTARINCIDENCIA\Incidencias.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTETAPASCOMPLETADAS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTHISTORICO\Historico.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTORDERPROGRESS\Ordersprogress.java
         D:\Datos\Jazztel\Cancelador\src\DBNOTIFICACIONESASINCRONAS\NotifRedAsincronas.java
         D:\Datos\Jazztel\Cancelador\src\DBORDENESCRM\OrdenesCrm.java
         D:\Datos\Jazztel\Cancelador\src\DBORDENESMNP\OrdenesMnp.java
         D:\Datos\Jazztel\Cancelador\src\DBORDENESRED\OrdenesRed.java
         D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Historico.java
         D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Pedidos.java
         D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAADDONS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\Historico.java
    Options:
         source: 150
         target: 150
         classpath: D:\Datos\jdevstudio10134\jdk\jre\lib\ext\sunjce_provider.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\ext\sunpkcs11.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\ext\localedata.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\ext\dnsns.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\rt.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\i18n.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\sunrsasign.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jsse.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jce.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\charsets.jar;D:\Datos\jdevstudio10134\jdk\jre\classes;D:\Datos\Jazztel\Cancelador\output;D:\Datos\jdevstudio10134\toplink\jlib\toplink.jar;D:\Datos\jdevstudio10134\toplink\jlib\toplink-oc4j.jar;D:\Datos\jdevstudio10134\toplink\jlib\antlr.jar;D:\Datos\jdevstudio10134\lib\xmlparserv2.jar;D:\Datos\jdevstudio10134\lib\xml.jar
         sourcepath: D:\Datos\Jazztel\Cancelador\srcD:\Datos\jdevstudio10134\jdk\src.zipD:\Datos\jdevstudio10134\toplink\jlib\toplink-src.zip
         encoding: Cp1252
         excluded cls:
         rebuild: false
         noCodeGen: false
         lineNumbers: true
         sourceFile: true
         localVars: true
         codecoach: true
         omitAsserts: false
    Parser:
         errorFound: false
    java.lang.ArrayIndexOutOfBoundsException: 110
         at oracle.ojc.compiler.DepInfo.readInt(DepInfo.java:521)
         at oracle.ojc.compiler.DepInfo.readName(DepInfo.java:541)
         at oracle.ojc.compiler.DepInfo.read(DepInfo.java:578)
         at oracle.ojc.compiler.DepInfo.analyzeSources(DepInfo.java:279)
         at oracle.ojc.compiler.Compiler.main_internal(Compiler.java:1088)
         at oracle.ojc.compiler.Compiler.main_throws_exceptions(Compiler.java:816)
         at oracle.ojc.compiler.Compiler.main(Compiler.java:836)
         at oracle.jdeveloper.compiler.Ojc.translate(Ojc.java:1541)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:300)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:516)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:609)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:666)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:894)

    Just an update to this...
    I copied the BPEL flow project to our Linux server, where I was successfully able to compile and deploy the flow using devprompt and Ant. So, the problem is with JDev on my PC, but I'm not sure why though.
    I have rebooted my PC, shutdown any unnecessary apps, and the problem continues. Will see if the problem exists with other flows.
    Anit

  • XML file manupulation in BPEL transformation

    Hi All,
    I am creating a xml file based on schema using bpel transformation and file adapter. and My xml file looks like :
    <?xml version="1.0" ?>
    <MAIN>
         <HED>
         <VN>2.0</VN>
         <ET>20090714100737002</ET>
         <DT>BUS</DT>
         <EN>E0250005</EN>
         <OC>00000000</OC>
         <SN>0</SN>
         </HED>
         <HED>
         <VN>3.0</VN>
         <ET>20090714100737003</ET>
         <DT>BUS</DT>
         <EN>E0250005</EN>
         <OC>00000000</OC>
         <SN>0</SN>
         </HED>
         <HED>
         <VN>4.0</VN>
         <ET>20090714100737004</ET>
         <DT>BUS</DT>
         <EN>E0250005</EN>
         <OC>00000000</OC>
         <SN>0</SN>
         </HED>
    </MAIN>
    Is there any way that we can remove the carriage return and make it as
    <?xml version="1.0" ?>
    <MAIN>
         <HED><VN>2.0</VN><ET>20090714100737002</ET><DT>BUS</DT><EN>E0250005</EN><OC>00000000</OC><SN>0</SN></HED>
         <HED><VN>3.0</VN><ET>20090714100737003</ET><DT>BUS</DT><EN>E0250005</EN><OC>00000000</OC><SN>0</SN></HED>
         <HED><VN>4.0</VN><ET>20090714100737004</ET><DT>BUS</DT><EN>E0250005</EN><OC>00000000</OC><SN>0</SN></HED>
    </MAIN>
    If any idea, plase advice me.
    Thanks and Regards,
    Sreejit

    Hi Sreejit,
    Not sure about XSLT how you can do this in it? But, as a workaround, you can use java embedded acitivity, get the payload in java and manipulate it as per your requirement and write a file locally using java IO classes.
    Thanks-
    http://www.ibiztrack.com/
    http://www.ibiztrack.com/html/oracle-bpel-soa-training.html
    [email protected]

  • Controlling Resampling During Free Transform

    When I grab pictures from the internet to modify them or use em for inspiration, I often need to resize them. Using Image>Image Size tool works if I have the image I am resizing in a seperate window.
    Then I can select Resample Image: Bicubic Sharper. However using the free transform tool to scale down an image gives me no such option, causing the image to degrade in quality during free transform.
    Is there anyway to set the Resampling for free transform?

    the Free Transform command uses the default resampling method set in the general section of the preferences

  • BPMN to BPEL transformation coverage

    Can anyone provide a list of BPMN elements that can be transformed into BPEL elements to see which transformations are supported by Oracle BPA and which not?

    Harold,
    Here are the mappings from the quick start guide:
    - Notification Services are transformed into a Business Scope upon BPEL transformation. The corresponding Notification service as well as the BPEL artifacts for invoking the Notification service are created within the business scope.
    - Human tasks are converted to a human workflow business scope upon BPEL transformation. The Task Service gets automatically generated as well as the BPEL artifacts for invoking the Task service also gets generated. The Notification/Reminder notes get translated to business annotations.
    - Automated activities are converted to a business scope upon BPEL transformation.
    - Business Service is converted to a Partner Link upon BPEL transformation. If the Business Service is associated with a concrete WSDL, it is converted to a concrete Partner Link. Otherwise it is converted into an abstract Partner Link. If Represented by is set to "invoke", an invoke activity is created inside the business scope and is linked to the Partner Link. If Represented by is set to "receive", a receive activity is created inside the business scope and is linked to the Partner Link. The Sensor definition is converted in to a business annotation.
    - XOR, AND and OR gateways are converted to switch and case statements upon BPEL transformation.
    - All Business Data in the Business Process Diagram are converted to Variables upon BPEL transformation. If the Business Data is associated with an XSD, the XSD is exported and the Variable in the BPEL skeletal process generated is then set to the XSD type. Otherwise, the Variables are set to String type.
    - Business Rules are converted into a Decision Service. The free text in the Rules field is converted into business annotation.
    Hope that helps.
    Best Regards,
    Sidda

  • Real trouble creating BPEL transform activity, please advise.

    I am using JDeveloper 10G (10.1.3.3.0)
    1. I create a new application, right click it, create a new bpel process project. (Async)
    2. in the bpel design window, I drag a transform activity to the middle, double click it and in the transformation tab select source=inputVariable and target=outputVariable. (then click ok)
    3. up comes the xsl mapping: I drag a line across from the input to the result. (the only option as this only takes in 1 value and only outputs 1 value)
    4. I right click the center and test it. both Transformation_1-Source.xml and Transformation_1-Target.xml are selected. I click ok.
    here I get an error in a pop up window, "failed to transform source xml, null". what does this mean and how do you fix it?
    does this version of Jdeveloper have bugs, I am trying to follow tutorials but I keep getting these kind of errors.
    can anyone get a small example working like this? if so what did you do differently?
    Lavanya
    ps - I also get "failed to save xsl map, make sure xsl map is valid"....starting to wonder if it is a bug
    Edited by: LavanyaHalliwell on Jun 25, 2010 9:42 AM

    I'm having the same problem with 10.1.3.5.0.4306
    10.1.3.4 worked great but since moving up to .5 it's nothing but headaches with xsl. I even entered an SR and was sent a new version of lib/xmlparserv.jar but still have problems.
    Simple one-to-one test transforms even fail as above. If I view the source then go back to design it gives another error "Error: XSL Map generation failed. Please use the source editor to correct the problems an return to the design editor".
    I re-downloaded an installed and it worked for a little while then started flaking out again.
    How do we get it to work like 10.1.3.4 did?

  • BPEL transform issues

    Hi,
    I am using BPEL PM 10.1.2.1. The transform activity seems to be flaky. The transform works fine when it is created the first time. If any changes are made - using the GUI - the changes do not seem to take effect or in some cases the transform errors out. If a new transform is created with the same changes then it works fine. Are there any best practices when using the transform in 10.1.2.1? Any other options?
    Thanks in advance.

    If you make a change in the visual work flow in 10.1.2.1 then the change will map. As an example just add an empty process, save and deploy and the transform will work. on the next change/save delete the empty task etc. its odd but easier than starting and stopping etc .
    Hope it helps,
    Mark

  • EPC to BPEL Transformation - XOR-split

    Hi all,
    I am trying to transform EPC to BPEL. The process contains XOR-split activity followed by 3 events. I expect to have a switch activity followed by 3 branches for each condition in BPEL. However, I only got a switch activity and "default" branch.
    Has anyone encountered similar problem before?
    Thanks.
    cheers,
    Cipto

    Hello shirishsharma,
    Thank you for your reply and interest. I'm sorry I could not reply sooner myself.
    You are right that in this diagram, the AND-operator is not needed. However, this diagram serves as an example, which I tried to make as simple as possible. Perhaps too simple. It should show the case, where something happens in parallel with a loop doing something else. Adding an event and function on the parallel line would illustrate this better, but seemed more complex than necessary to me. However, it may be that to illustrate the full extent of this "glitch", functions and events should also be added between the AND-operators and the XOR-operators, above and below the loop.
    Another "glitch", which I ran into, has to with the combination of a loop and multiple start events. Multiple start events seem to be transformed quite well. However, when adding loops (and perhaps other structures) to the branches, strange things occur. Often resulting in just a single branch being transformed to BPEL. I have been unable to pinpoint the exact occurrence of this. The length of a branch even seems to have something to do with it.
    The example below illustrates this. It has two branches, a long one and one with a loop. In the current form it seems to transform successfully: The BPEL shows a flow containing the two branches, including the loop in one of them. However, when the long branch is shortened (remove the top events and functions), the resulting BPEL code no longer contains the flow and the second branch.
    I'm still very interested in explanations and possibly workarounds.
    Thanks for you attention,
    Meertens
    http://wwwhome.cs.utwente.nl/~meertens/oracle/bpasuite/multistart_branchlength.png
    !http://wwwhome.cs.utwente.nl/~meertens/oracle/bpasuite/multistart_branchlength.png!

  • ERRORS during activating transformations

    HI guys
    i am trying to upload data from a flatfile(csv format) with fields CID,CSALES,CPROFIT into IC(BI 7.0).I am able to see data in PSA(DS).then i tried to create transformations.....between DS and IC.....BETWEEN fields CID,CSALES,CPROFIT.....on both sides.....at the time of activating tranfrms....im gettings errors...like
    Rule 2 (target: CSALES): Source parameter 0002 is not being used
    Rule 2 (target: CSALES): Target parameter 0005 is not being used
    Rule (target: CSALES, group: Standard Group): Conversion type missing
    Rule 2 (target field: CSALES): Field CSALES must be assigned to an InfoObject
    like this for CPROFIT also....
    I tried to resolve it....but couldnt...Do you have any idea how to do it?
    thanx
    NR

    Hi,
    i'm expecting that there may be some  errors in ur data.....So better to check the data in ERROR STACK....after correcting that errors ....save that...come to your DTP there u can CREATE ERROR DTP & EXCUTE that error DTP......
    Hope it helps....
    Thanks
    chandra sekhar

  • Need help in Bpel transformation

    Hi
    I am reading the xml data file through partnerlink , the receive activity is dispalying the xml record.
    I want to transform that data into target xsd.The transform activity is not getting assigned.
    Regards
    mki

    Hmmm.... That seems odd...
    You should drop a transform activity after your receive, double click and open, the drop down on the left you should choose the output variable from the receive activity, and the right side you should select the target xsd schema.
    Then on the bottom either select automapper or create mapping manually, both will open the xslt UI.

  • 10.1.3.5 - Unable to delete tmp files during bpel redeployment

    when I try to re deploy bpel process, i am getting the following error
    An error occurred while attempting to deploy the BPEL suitcase file "C:\product\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\bpel_2455783.tmp"; the exception reported is: archive cannot rename C:\product\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\.bpel_WorkOrderIn_bpel_1.0_674431f9e04e68ddac78adf0281872dd.tmp
    it looks the directory is in use and the only way i can delete it is stopping the server and deleting it.
    Anyway to fix this ?

    same problem is discussed here :
    http://blog.thisisahmed.com/2009/10/bug-in-soa-suite-10g-10135-patchset-for.html
    http://www.ibiztrack.com/forums/bpel/msg/14.html
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=957142
    guess you're not the only one, and for as far as i can see it's a bug without a fix yet.

  • How to add attribute to the elements in XML file in BPEL transformation

    Hi All-
    I have to create a XML file using transformation and file adapater and the parent element is USERRECORDS, now when I am creating the XML file using transformation the XML get creates like
    <?xml version="1.0">
    <USERRECORDS>
    so on
    But I want the parent element and the xml version tags as:
    <?xml version="1.0" encoding="UTF-8"?>
    <USERRECORDS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="mySchema.xsd">
    as I need to add the attributes.
    Is it possible in transformation?
    Any idea, please suggest.
    Thanks and Regards,
    Sreejit

    I have never come across any functionality like that.
    However I assigned values to attributes in Assign Acitivity using XML Fragment on source side.

Maybe you are looking for

  • PC users can't open iMovie .m4v file

    my son made a really cute movie in iMovie, and saved it as an iTunes file, which put it in the .m4v format. i emailed the .m4v file to all our family and friends ... and the PC users can't open the file. can i do something about this (ie. save it in

  • Error: Vendor and Material Import tasks fail

    Hi gurus. Our CLM Vendor and Material imports tasks have been working fine until recently when we experienced the error: Data Import Service: File: Material20150401-101647-817.xml is corrupt and cannot be imported We have not done changes to either C

  • Masking Payment (Credit) Card number in CRM 4.0

    Hi Experts, I was wondering how can I mask the credit card number in CRM at BP as well as transaction level. SAP Help says that it happens automatically at transaction level, but it is not happening in our CRM 4.0 system. We need the masking to be do

  • Opening Verizon web page

    After I turn my computer on and try to open Verizon web page by double clicking on desktop icon it takes forever to open up. I also get this message:" http://wapp.verizon.net/bookmarks/bmredir.asp?region=all&bw=dsl&cd=7.0unattached&bm=ho_central Then

  • I want to see the calls received, dialed, missed separately

    I have iphone4, I want to see the dialed , received, missed calls separetely, similar for messages, i want to see it as a list with received and sent seperately. there is no option in settings to do this, which is a normal feature for all phones