Re: Resolving an calling the target of a reference

2007-09-20 Thread Florian Rosenberg
hi, first of all the good news. I got rid of the reference warning by implementing a correct resolving of the component type. I had the componentType file but the resolving was incorrect. I still have some issues and comments inline. Jean-Sebastien Delfino [EMAIL PROTECTED] wrote on 09/11/2007

Resolving an calling the target of a reference

2007-09-11 Thread Florian Rosenberg
hi, we have created a component implementation for a small RESTful composition language which does not support references to other components, now we want to add support for that. The component implementation is similar to BPEL, but without all the WSDL and partnerlink stuff. Just support for

Re: Resolving an calling the target of a reference

2007-09-11 Thread Jean-Sebastien Delfino
Florian Rosenberg wrote: hi, we have created a component implementation for a small RESTful composition language which does not support references to other components, now we want to add support for that. The component implementation is similar to BPEL, but without all the WSDL and partnerlink