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
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
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.
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
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
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";>