RE: Integrating JAX-RS runtime into DOSGi

2009-08-31 Thread Sergey Beryozkin
August 2009 10:38 To: dev@cxf.apache.org Subject: Re: Integrating JAX-RS runtime into DOSGi I'm using declarative services to register my endpoints, so it would be useful for me to specify the provider property using class names rather than instances in the service properties. Perhaps something like

RE: Integrating JAX-RS runtime into DOSGi

2009-08-31 Thread Sergey Beryozkin
Missed 'would result in the array value being passed'... -Original Message- From: Sergey Beryozkin [mailto:sbery...@progress.com] Sent: 31 August 2009 13:10 To: dev@cxf.apache.org Subject: RE: Integrating JAX-RS runtime into DOSGi Ok, I didn't know property name

RE: Integrating JAX-RS runtime into DOSGi

2009-08-31 Thread Sergey Beryozkin
[mailto:jmholtz...@gmail.com] On Behalf Of Josh Holtzman Sent: 31 August 2009 13:04 To: dev@cxf.apache.org Subject: Re: Integrating JAX-RS runtime into DOSGi This works when specifying a single property, but not as an array. In other words, this is fine: property name=org.apache.cxf.rs.provider value

Re: Integrating JAX-RS runtime into DOSGi

2009-08-26 Thread Josh Holtzman
://www.nabble.com/RE%3A-Integrating-JAX-RS-runtime-into-DOSGi-tp24127832p25138636.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Integrating JAX-RS runtime into DOSGi

2009-08-26 Thread Sergey Beryozkin
? I'll look into it... cheers, Sergey P.S. was about to ping you on #cxf but somehow I lost the connection - Original Message - From: Josh Holtzman jholtz...@berkeley.edu To: dev@cxf.apache.org Sent: Wednesday, August 26, 2009 5:02 PM Subject: Re: Integrating JAX-RS runtime into DOSGi

Re: Integrating JAX-RS runtime into DOSGi

2009-08-26 Thread Josh Holtzman
the connection - Original Message - From: Josh Holtzman jholtz...@berkeley.edu To: dev@cxf.apache.org Sent: Wednesday, August 26, 2009 5:02 PM Subject: Re: Integrating JAX-RS runtime into DOSGi Great, thanks Sergey. I just tried this, and wasn't able to read/write an arbitrary object

Re: Integrating JAX-RS runtime into DOSGi

2009-08-26 Thread Sergey Beryozkin
-endpoint basis with jaxrs:endpoints then it would be of help. thanks for your help Sergey - Original Message - From: Josh Holtzman jholtz...@berkeley.edu To: dev@cxf.apache.org Sent: Wednesday, August 26, 2009 5:37 PM Subject: Re: Integrating JAX-RS runtime into DOSGi Bah, my

Re: Integrating JAX-RS runtime into DOSGi

2009-08-22 Thread Demetris
After looking at the project I mentioned - here is the article here on their web site: (http://www.dosgi.com/distributed-osgi-webservices-articles-list/39-distributed-osgi-webservices-articles-category/55-initial-idea-distributed-osgi-through-web-services.html) it seems that the similarities

Re: Integrating JAX-RS runtime into DOSGi

2009-08-22 Thread Demetris
Ok - for whoever will actually read this email - sorry it's late so my previous email may be a bit confusing. The project I mentioned (included the link) and the Apache CXF Distributed OSGi seem to share similarities but the person who is working on that MS thesis is not really making a

Re: Integrating JAX-RS runtime into DOSGi

2009-08-22 Thread Josh Holtzman
Hi Sergey. Yes, we are using JAXB with both JAX-RS and JAX-WS endpoints. Josh On Aug 21, 2009 6:28 PM, Sergey Beryozkin sbery...@progress.com wrote: Hi Josh Can you please let me know if JAXB is being used for your JAX-RS endpoints ? I've spotted that for HTTP Service based JAX-RS endpoints no

Re: Integrating JAX-RS runtime into DOSGi

2009-08-21 Thread Sergey Beryozkin
-RS-runtime-into-DOSGi-tp24127832p25086130.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Integrating JAX-RS runtime into DOSGi

2009-07-03 Thread David Bosschaert
Hi all, 2009/6/20 Sergey Beryozkin sbery...@progress.com: Hi, ... snip/ ... There's something else David is thinking of doing shortly, possibly next week or so. At the moment one has to configure DOSGI properties on the individual service basis, either from the code or from the xml. David

Re: Integrating JAX-RS runtime into DOSGi

2009-06-25 Thread Sergey Beryozkin
enhancements but will be able to reply to all your dosgi jaxrs related queries Cheers, Sergey -Original Message- From: Sergey Beryozkin Sent: 12 June 2009 14:43 To: 'dev@cxf.apache.org' Subject: RE: Integrating JAX-RS runtime into DOSGi Fantastic, thanks a million. I might not be able

Re: Integrating JAX-RS runtime into DOSGi

2009-06-12 Thread David Bosschaert
Hi Sergey, 2009/6/11 Sergey Beryozkin sbery...@progress.com: ... The only question I have is where this model info should reside, in META-INF/cxf-dosgi ? I'll check with Favid/Eoghan ... thanks, Sergey We already use OSGI-INF/cxf/intents for our CXF-DOSGi specific intents files, so maybe

RE: Integrating JAX-RS runtime into DOSGi

2009-06-12 Thread Sergey Beryozkin
2009 14:20 To: dev@cxf.apache.org Subject: Re: Integrating JAX-RS runtime into DOSGi I've attached the jaxws/jaxrs/databinding patch to https://issues.apache.org/jira/browse/CXF-2252 Thanks, Josh On Fri, Jun 12, 2009 at 3:19 AM, Sergey Beryozkin sbery...@progress.comwrote: Hi, I agree

Re: Integrating JAX-RS runtime into DOSGi

2009-06-11 Thread Sergey Beryozkin
Hi Josh This is super, thanks for starting the actual integration project. I'm not sure how the cxf-rt-frontend-jaxrs dependency should be handled. It is embedded inside cxf-minimal-bundle (2,3-SNAPSHOT) so there's no need to update single or multi bundle distributions. Yesterday I updated

Re: Integrating JAX-RS runtime into DOSGi

2009-06-11 Thread Josh Holtzman
Great, I'm glad this is helpful. And thanks for explaining the redundancy regarding databindings... that makes sense. I'd seen your comments about model info earlier in this or a related thread, but I don't know what model info is. Perhaps this is a good time to hand over the reigns to you?

Re: Integrating JAX-RS runtime into DOSGi

2009-06-11 Thread Sergey Beryozkin
Hi Josh Great, I'm glad this is helpful. And thanks for explaining the redundancy regarding databindings... that makes sense. I'd seen your comments about model info earlier in this or a related thread, but I don't know what model info is. It is just the alternative way to tell the JAX-RS

Re: Integrating JAX-RS runtime into DOSGi

2009-06-11 Thread Sergey Beryozkin
There's some uinfortunate typo in my last message, hope David won't notice it :-) - Original Message - From: Sergey Beryozkin sbery...@progress.com To: dev@cxf.apache.org Sent: Thursday, June 11, 2009 5:11 PM Subject: Re: Integrating JAX-RS runtime into DOSGi Hi Josh Great, I'm

Re: Integrating JAX-RS runtime into DOSGi

2009-06-10 Thread Sergey Beryozkin
Hi Josh What do you think about this idea. The factory which returns handlers can check first if a given service intents include HTTP but no SOAP and a frontend.jaxrs property is set, and if yes then it returns JaxRSPojoConfigurationTypeHandler which will do what PojoConfigurationTypeHandler

Re: Integrating JAX-RS runtime into DOSGi

2009-06-10 Thread Josh Holtzman
I'm not sure how the cxf-rt-frontend-jaxrs dependency should be handled. The work I've done so far [1] will tie the DSW software to the JAX-RS implementation. Since cxf-rt-frontend-jaxrs isn't an osgi bundle, I'd have to embed the jar within DSW to satisfy the dependency. This doesn't seem like

Re: Integrating JAX-RS runtime into DOSGi

2009-06-09 Thread Josh Holtzman
Sergey Beryozkin wrote: This means that AbstractPojoConfigurationTypeHandler.createClientProxyFactoryBean() won't be able to return a JAXRSClientFactoryBean. What do you think about this idea. The factory which returns handlers can check first if a given service intents include HTTP but

Re: Integrating JAX-RS runtime into DOSGi

2009-06-08 Thread David Bosschaert
and collapse handlers into a single one... Thanks, Sergey -Original Message- From: Josh Holtzman [mailto:jholtz...@berkeley.edu] Sent: 06 June 2009 00:47 To: dev@cxf.apache.org Subject: Re: Integrating JAX-RS runtime into DOSGi Hi Sergey, Yes, I would like to work on integrating your JAX

Re: Integrating JAX-RS runtime into DOSGi

2009-06-08 Thread Josh Holtzman
Sergey Beryozkin wrote: This means that AbstractPojoConfigurationTypeHandler.createClientProxyFactoryBean() won't be able to return a JAXRSClientFactoryBean. What do you think about this idea. The factory which returns handlers can check first if a given service intents include HTTP

RE: Integrating JAX-RS runtime into DOSGi

2009-06-07 Thread Sergey Beryozkin
] Sent: 06 June 2009 00:47 To: dev@cxf.apache.org Subject: Re: Integrating JAX-RS runtime into DOSGi Hi Sergey, Yes, I would like to work on integrating your JAX-RS work with the JAX-WS patch I put together. I'm still very inexperienced with CXF internals, so I may need a little hand holding. I took

Integrating JAX-RS runtime into DOSGi

2009-06-05 Thread Sergey Beryozkin
Hi I'm planning to integrate the JAX-RS runtime into DOSGi. Both JAXRS endpoints and client proxies can be created either from Spring or programmatically and they can work with JAXB, Aegis, XmlBeans. First CXF minimal bundle needs to be updated to include cxf-frontend-jaxrs and depend on

Re: Integrating JAX-RS runtime into DOSGi

2009-06-05 Thread Josh Holtzman
Hi Sergey, Yes, I would like to work on integrating your JAX-RS work with the JAX-WS patch I put together. I'm still very inexperienced with CXF internals, so I may need a little hand holding. I took a quick look at JAXRSClientFactory and JAXRSClientFactoryBean. It looks like these don't