Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Query in an assign operation

Hi Oleg,

you're absolutely correct - the query should not start with a '/' - not on
the first token in this case.

Cheers
Simon

Simon Moser, M.Eng.


                                                                          
 Websphere Integration       Mail:           IBM Deutschland Entwicklung  
 Developer Development       smoser@xxxxxx.  GmbH                         
 Team Lead BPEL Editor       com             Vorsitzender des             
 Dept. 4722, Bldg.           Phone:          Aufsichtsrats: Martin Jetter 
 71032-01, Room 086          +49-7031-16-43  Geschäftsführung: Herbert    
 Websphere Solutions and     04              Kircher                      
 Services                    Fax:            Sitz der Gesellschaft:       
 IBM Deutschland             +49-7031-16-48  Böblingen                    
 Entwicklung GmbH            90              Registergericht: Amtsgericht 
 Schönaicherstr. 220, D –                    Stuttgart, HRB 243294        
 71032 Boeblingen                                                         
                                                                          








                                                                           
             "Danilov, Oleg V"                                             
             <oleg.v.danilov@i                                             
             ntel.com>                                                  To 
             Sent by:                  "BPEL Designer project developer    
             bpel-dev-bounces@         discussions."                       
             eclipse.org               <bpel-dev@xxxxxxxxxxx>              
                                                                        cc 
                                                                           
             06.12.2007 15:05                                      Subject 
                                       [bpel-dev] Query in an assign       
                                       operation                           
             Please respond to                                             
              "BPEL Designer                                               
             project developer                                             
               discussions."                                               
             <bpel-dev@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




Hi all,

Attempted to use a query in an assign statement:

<bpws:copy>
  <bpws:from>...</bpws:from>
  <bpws:to part="payload" variable="output">

<bpws:queryqueryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[/tns:result]]></bpws:query>
...

Actually seems like editor should generate query [tns:result] instead of
[/tns:result], but I'm not very familiar with this. Could you confirm my
assumption?

Thanks,
  Oleg.



--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: 125252, Moscow, Russian Federation,
Chapayevsky Per, 14.

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev



Back to the top