How to create a Proxy per request

2011-11-17 Thread KingAndrew
ndrew -- View this message in context: http://camel.465427.n5.nabble.com/How-to-create-a-Proxy-per-request-tp5002903p5002903.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to create a Proxy per request

2011-11-17 Thread Claus Ibsen
gt; View this message in context: > http://camel.465427.n5.nabble.com/How-to-create-a-Proxy-per-request-tp5002903p5002903.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.

Re: How to create a Proxy per request

2011-11-21 Thread KingAndrew
i for CamelProxyFactoryBean and there weren't any > create > > methods close to what I was hoping for. > > > > Anyone have any ideas how I can tie a proxy to a specific object > instance? > > > > Thanks in advance, > > > > Andrew > > &g

Re: How to create a Proxy per request

2011-11-21 Thread KingAndrew
a CamelProxyFactoryBean (proxy) on the fly? I would then pass >> the >> > proxy between the services as we do now with the RMI stub. >> > >> > I checked the api for CamelProxyFactoryBean and there weren't any >> create >> > methods close to what I was hop

Re: How to create a Proxy per request

2011-11-21 Thread KingAndrew
re >>> > the target remote objects. As a new RequestItemImpl is created how >>> can I >>> > create a CamelProxyFactoryBean (proxy) on the fly? I would then pass >>> the >>> > proxy between the services as we do now with the RMI st

Re: How to create a Proxy per request

2011-11-25 Thread KingAndrew
;>>> > Hi All, >>>> > Currently my system is Corba/RMI-IIOP. We are using Camel to >>>> decouple the >>>> > services. We have a request repository that contains RequestItems >>>> which are >>>> > the target remote o