RE: codi and webservices

2011-07-09 Thread Pieter Martin
Hi, Is there any support for having a webservice request happening inside a cdi/codi world. In particular I am using apache cxf in jetty, starting up the CXFNonSpringServlet which does the magic. So I imagine somehow this servlet's requests needs to be wrapped in a codi life cycle similar to

Matt ROSSNER est absent(e).

2011-07-09 Thread matt . rossner
Je serai absent(e) à partir du 09/07/2011 de retour le 18/07/2011. I will be away from 11/07/2011 until 18/07/2011. For urgent issues please contact Nicolas Delassaux This message and any attachments (the message) is intended solely for the addressees and is confidential. If you receive

RE: codi and webservices

2011-07-09 Thread Mark Struberg
Hi Pieter! This is more a CDI container question than a CODI question :) From the stacktrace you posted in an older post I saw that you are using Apache OpenWebBeans, right? good decision btw :D Since I know a little bit about OWB, I'll try to explain ;) Basically any Servlet inside your

Re: codi and webservices

2011-07-09 Thread Pieter Martin
Thanks, yes I am using OpenWebBeans and happily so. I tried the BeanManagerProvider and things are working well. I reckon I will have the same issue with regards to jms, when I get round to putting hornetq or ApacheMq into Jetty? Thanks Pieter On 09/07/2011 11:32, Mark Struberg wrote: Hi

Re: codi and webservices

2011-07-09 Thread Mark Struberg
You might try using OpenWebBeans + OpenEJB. Those 2 play really well together, and EJB contains MDB. Not sure though if the MDB impl in OpenEJB already works together with CDI. David, I guess you know more than I about that, mind to share your thoughts? txs and LieGrue, strub --- On Sat,

Re: codi and webservices

2011-07-09 Thread David Blevins
On Jul 9, 2011, at 12:55 PM, Mark Struberg wrote: You might try using OpenWebBeans + OpenEJB. Those 2 play really well together, and EJB contains MDB. Not sure though if the MDB impl in OpenEJB already works together with CDI. David, I guess you know more than I about that, mind to share