Re: upgrade axis2 from 1.3 to 1.6

2012-08-21 Thread fyrachek
hough, you just need to comment out that operation). >> >> Thanks, >> Waruna >> >> On 11 June 2012 19:43, fyrachek wrote: >> >>> >>> Who tried it? >>> I'm working on that... >>> Do you have any useful information on this topic

ws bpel 1.1 vs XPath 1.0 vs insertMissingData

2012-08-21 Thread fyrachek
Hi DEV guys ! You have implemented very useful thing : "path specified by the destination ("to-spec") is automatically created, if it doesn't already exist". for this we need to add 'insertMissingToData="yes"' to copy activity. I analyzed sources and found that it's implemented only in XPath20Ex

upgrade axis2 from 1.3 to 1.6

2012-06-11 Thread fyrachek
Who tried it? I'm working on that... Do you have any useful information on this topic? Thanks. -- View this message in context: http://old.nabble.com/upgrade-axis2-from-1.3-to-1.6-tp33993370p33993370.html Sent from the Apache Ode Dev mailing list archive at Nabble.com.

Schemas with same namespaces problem.

2011-09-21 Thread fyrachek
When we include one schema to another we have two schemas with the same namespace names. ODE handles this situation very odd : While schemas capturing we have diferent(random) schemas order(depends on the hash) at the _schemas map wich is : private final Map _schemas = new HashMap(); Map ca

NullPointerException while deploying WS-BPEL1 project.

2011-05-04 Thread fyrachek
During deploying simple WS-BPEL_1 project i got this exception at the ODE log. 2011-05-04 13:48:00 DeploymentPoller [ERROR] Deployment of HelloWorld failed, aborting for now. java.lang.NullPointerException at org.apache.ode.utils.xsl.XslTransformHandler.setErrorListener(XslTransformHandle

[Apache ODE] deploy bpel

2011-03-29 Thread fyrachek
I created a project for example project HelloWorld2(ODE examples). I try to invoke remote webservice on my machine. It's wsdl and xsd files i added to HelloWorld2 project folder. To remote webservice wsdl i added this code to invoke it's service http://docs.oasis-open.org/wsbpel/2.0/plnktype";>