I can't tell if you're using BPEL 1.1 or 2.0. In BPEL 2.0 the queryLanguage value should be "urn:oasis:names:tc:wsbpel: 2.0:sublang:xpath1.0" for XPath 1.0. The value you're using now was for BPEL 1.1.
alex On 8/21/07, Anup Chandran <[EMAIL PROTECTED]> wrote: > > > > > Hi All, > > I'm using BPEL plugin to create my .bpel file and ODE compile throws error > when i try to deploy my process on 1.1RC4 version. > > [UnknownExpressionLanguage] The expression language > "http://www.w3.org/TR/1999/REC-xpath-19991116" is unrecognized. > > Here is the snippet of my definition. > > <bpws:assign name="Assign" validate="no"> > <bpws:copy> > <bpws:from><![CDATA[concat("Hello,*******************", > $input.payload/tns:username," ", $input.payload/tns:password > ," ",$input.payload/tns:type," ",$input.payload/tns:name," > ",$input.payload/tns:rev," ",$input.payload/tns:policy," > ",$input.payload/tns:vault)]]></bpws:from> > <bpws:to part="payload" variable="output"> > <bpws:query > queryLanguage="http://www.w3.org/TR/1999/REC-xpath-19991116 > "><![CDATA[/tns:response]]></bpws:query> > </bpws:to> > </bpws:copy> > </bpws:assign> > > Looks like the XPATH queryLanguage value is different for ODE? > > Regards > Anup > -- > View this message in context: > http://www.nabble.com/%3Cbpws%3Aquery%3E-definition-in-Assign-fails-to-compile.-tf4305193.html#a12254657 > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
