It's also strange why the SUN BPEL engine didn't report this error. -Kodeninja
kodeninja wrote: > > Thanks Tammo, that did the trick! Crap, I'm aware of this, dunno how I > missed it :-(. Maybe, coz this example works as-is in NetBeans. > > Also, shouldn't the BPEL compiler complain that the BPEL process is trying > to use an un-initialized variable rather than throwing the unintuitive > Assignment Failure exception? > > -Kodeninja > > > Tammo van Lessen wrote: >> >> Hi, >> >> you need to initialize the target variable before you can access a >> subpath of it (as ODE can't guess that). In your example >> $outputVar.resultType should be initialized with a <ns2:paramA/> element. >> >> HTH, >> Tammo >> > -- View this message in context: http://www.nabble.com/Problems-deploying-NetBeans-SynchronousSample-to-Apache-ODE-tp25132707p25133246.html Sent from the Apache Ode User mailing list archive at Nabble.com.
