Re: ServiceFactory

2016-02-27 Thread Brad Johnson
t; > brad.john...@mediadriver.com> wrote: > >> Quinn, >> >> So thanks for the heads up on that. I probably will use the >> ServiceFactory mechanism to make this work right. >> >> On Sat, Feb 27, 2016 at 2:32 PM, Brad Johnson < >> brad.john.

Re: ServiceFactory

2016-02-27 Thread Brad Johnson
a bug. On Sat, Feb 27, 2016 at 2:48 PM, Brad Johnson wrote: > Quinn, > > So thanks for the heads up on that. I probably will use the > ServiceFactory mechanism to make this work right. > > On Sat, Feb 27, 2016 at 2:32 PM, Brad Johnson < > brad.john...@mediadriver.com>

Re: ServiceFactory

2016-02-27 Thread Brad Johnson
Quinn, So thanks for the heads up on that. I probably will use the ServiceFactory mechanism to make this work right. On Sat, Feb 27, 2016 at 2:32 PM, Brad Johnson wrote: > Yeah, I'm obviously going to have to try another mechanic. This current > mechanism using the OSGi framework

Re: ServiceFactory

2016-02-27 Thread Brad Johnson
t;>> CBTS > >>>> but that may be an impedance mismatch between the test harness and an > >>>> actual OSGi container and not indicative of how it will be handled by > >>>> blueprint in Karaf. > >>>> > >>>> On Fri, Feb 26, 2016 at 3:23 PM, Ranx > >>> wrote: > >>>> > >>>>> If I create a service factory instantiated in blueprint like this: > >>>>> > >>>>>>>>>> factory-method="createService" > > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> And inside the factory just do a Class.forName to instantiate and > >>> return > >>>>> it, > >>>>> will the service reference itself be proxied? > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> View this message in context: > >>>>> http://camel.465427.n5.nabble.com/ServiceFactory-tp5778336.html > >>>>> Sent from the Camel - Users mailing list archive at Nabble.com. > >>>>> > >>> > >>> > >> > >

Re: ServiceFactory

2016-02-27 Thread Quinn Stevenson
n Karaf. >>>> >>>> On Fri, Feb 26, 2016 at 3:23 PM, Ranx >>> wrote: >>>> >>>>> If I create a service factory instantiated in blueprint like this: >>>>> >>>>> >>>> factory-method="createService" > >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> And inside the factory just do a Class.forName to instantiate and >>> return >>>>> it, >>>>> will the service reference itself be proxied? >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://camel.465427.n5.nabble.com/ServiceFactory-tp5778336.html >>>>> Sent from the Camel - Users mailing list archive at Nabble.com. >>>>> >>> >>> >>

Re: ServiceFactory

2016-02-27 Thread Brad Johnson
Ranx >> wrote: >> > >> >> If I create a service factory instantiated in blueprint like this: >> >> >> >>> >> factory-method="createService" > >> >> >> >> >> >> >

Re: ServiceFactory

2016-02-27 Thread Brad Johnson
And inside the factory just do a Class.forName to instantiate and return > >> it, > >> will the service reference itself be proxied? > >> > >> > >> > >> > >> > >> -- > >> View this message in context: > >> http://camel.465427.n5.nabble.com/ServiceFactory-tp5778336.html > >> Sent from the Camel - Users mailing list archive at Nabble.com. > >> > >

Re: ServiceFactory

2016-02-27 Thread Quinn Stevenson
>> >> >> And inside the factory just do a Class.forName to instantiate and return >> it, >> will the service reference itself be proxied? >> >> >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/ServiceFactory-tp5778336.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >>

Re: ServiceFactory

2016-02-26 Thread Brad Johnson
itself be proxied? > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ServiceFactory-tp5778336.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

ServiceFactory

2016-02-26 Thread Ranx
.465427.n5.nabble.com/ServiceFactory-tp5778336.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ServiceFactory of Cxf Endpoint is not working

2015-12-16 Thread Claus Ibsen
Okay found a mistake in the cxf namespace parser - and added a fix for correct setter on the endpoint. Nobody really use that service factory as camel sets one out of the box. On Wed, Dec 16, 2015 at 3:58 PM, Joseph Kampf wrote: > BTW, > > You should also consider removing the servi

Re: ServiceFactory of Cxf Endpoint is not working

2015-12-16 Thread Joseph Kampf
BTW, You should also consider removing the serviceFactory element from the XSD. That is also misleading. Joe On 12/16/15, 9:29 AM, "Claus Ibsen" wrote: >That was a mistake in the camel cxf documentation - i am removing >that. Also that other xml file is not in use in

Re: ServiceFactory of Cxf Endpoint is not working

2015-12-16 Thread Joseph Kampf
n using camel-cxf. Just >remove it from your code. > > > >On Wed, Dec 16, 2015 at 1:21 PM, Joseph Kampf wrote: >> I am trying to specify the ServiceFactory used by my CXF Endpoint. >> >> > address="${esbservices.proxy.baseurl}/path" >> serviceCl

Re: ServiceFactory of Cxf Endpoint is not working

2015-12-16 Thread Claus Ibsen
Kampf wrote: > I am trying to specify the ServiceFactory used by my CXF Endpoint. > > address="${esbservices.proxy.baseurl}/path" > serviceClass="MyPortClass" > endpointName="s:completePort" serviceName="s:aria_complete_a

ServiceFactory of Cxf Endpoint is not working

2015-12-16 Thread Joseph Kampf
I am trying to specify the ServiceFactory used by my CXF Endpoint. However I am getting the following error: karaf@root()> Exception in thread "SpringOsgiExtenderThread-50" org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to