Service property assigned with a service reference

2011-10-24 Thread David Feliot
Hi, when defining a service property with a reference as a value, the property is assigned with a ServiceProxyWrapper (inner class of ReferenceRecipe). Here is the way it is defined: I would have expected the service property "Property1" to be assigned with an instance of "A" inst

RE: Service property assigned with a service reference

2011-10-24 Thread Timothy Ward
03 +0200 > From: david.fel...@scalagent.com > To: user@aries.apache.org > Subject: Service property assigned with a service reference > > Hi, > > when defining a service property with a reference as a value, the > property is assigned with a ServiceProxyWrapper (inner class o

Re: Service property assigned with a service reference

2011-10-25 Thread David Feliot
lete list. Regards, Tim > Date: Mon, 24 Oct 2011 10:14:03 +0200 > From: david.fel...@scalagent.com > To: user@aries.apache.org > Subject: Service property assigned with a service reference > > Hi, > > when defining a service property with a reference as a value, the >

RE: Service property assigned with a service reference

2011-10-25 Thread Timothy Ward
> To: user@aries.apache.org > Subject: Service property assigned with a service reference > > Hi, > > when defining a service property with a reference as a value, the > property is assign

Re: Service property assigned with a service reference

2011-10-25 Thread David Feliot
com> > To: user@aries.apache.org <mailto:user@aries.apache.org> > Subject: Service property assigned with a service reference > > Hi, > > when defining a service property with a reference as a value, the > property is assigned with a ServiceProxyWr

RE: Service property assigned with a service reference

2011-10-25 Thread Timothy Ward
houldn't end up with an internal blueprint recipe object in there. Tim Date: Tue, 25 Oct 2011 14:40:54 +0200 From: david.fel...@scalagent.com To: user@aries.apache.org Subject: Re: Service property assigned with a service reference If the service is a String, then an

Re: Service property assigned with a service reference

2011-10-25 Thread Felix Meschberger
Hi, Am 24.10.2011 um 10:14 schrieb David Feliot: > Hi, > > when defining a service property with a reference as a value, the property is > assigned with a ServiceProxyWrapper (inner class of ReferenceRecipe). > > Here is the way it is defined: > > > > > > > > > > > > I would have ex

Re: Service property assigned with a service reference

2011-10-26 Thread David Feliot
Hi, There is a class cast exception raised when the ServiceProxyWrapper object is cast into A. Regards, David Le 25/10/2011 10:22, Felix Meschberger a écrit : Hi, Am 24.10.2011 um 10:14 schrieb David Feliot: Hi, when defining a service property with a reference as a value, the property i

Re: Service property assigned with a service reference

2011-10-26 Thread David Feliot
ect in there. Tim Date: Tue, 25 Oct 2011 14:40:54 +0200 From: david.fel...@scalagent.com To: user@aries.apache.org Subject: Re: Service property assigned with a service reference If the service is a String, then an exception is raised because