Re: OpenEJB in an OSGi container

2008-10-15 Thread Henri Gomez
> > Succeeded to load OpenEJB in Felix 1.2.1 OSGi container. > See > https://issues.apache.org/jira/browse/OPENEJB-921 > for details. > It's not perfect but it fits my needs (for now - just had to produce > a proof of concept). > /zog What about a wiki/blob about this Proof Of Concept. Good

Re: OpenEJB in an OSGi container

2008-10-14 Thread Zog
Succeeded to load OpenEJB in Felix 1.2.1 OSGi container. See https://issues.apache.org/jira/browse/OPENEJB-921 for details. It's not perfect but it fits my needs (for now - just had to produce a proof of concept). /zog Zog wrote: > > Thought I should give a first update here: > I took t

Re: OpenEJB in an OSGi container

2008-10-10 Thread Zog
Thought I should give a first update here: I took the approach to package the whole OpenEJB (except the javaee jar) inside a single bundle, trying to run from inside OSGi but still configuring from openejb.home/conf/openejb.xml and loading my EJBs from openejb.home/apps. I did 2 things: - created

Re: OpenEJB in an OSGi container

2008-10-09 Thread Zog
I'm using apache Felix 1.2.1 with OSGi 1.4. I've no code to share yet - I started on this just recently and am still in information gathering mode :) but for sure I'll share this once I get it to work. Thanks a lot for the help /Zog David Blevins wrote: > > Thanks, Guillaume. That

Re: OpenEJB in an OSGi container

2008-10-09 Thread David Blevins
Thanks, Guillaume. That gives me a pretty good idea on what the pieces are. Zog, let me know what OSGi kernel and version you're using and I'll see if I can't whip up some boot code for you. If you've got any starter code you can share, feel free to zip it up and attach it do a JIRA (cr

Re: OpenEJB in an OSGi container

2008-10-09 Thread Guillaume Nodet
It's been a long time since I work on that and I still have not found the time to continue this integration work. Anyway, the code I used is available at: http://svn.apache.org/repos/asf/servicemix/smx4/features/branches/ejb3 It uses a spring-powered bundle to set up OpenEJB: http://svn.apache

Re: OpenEJB in an OSGi container

2008-10-09 Thread Zog
(in case that was for me and not for Guillaume N): I'm not using servicemix - I'd like to have openejb running in a plain barebone Felix installation. That would be the start, then I'd take a look at how to deploy ejbs in there (i.e. directly via the openeejb conf or as bundles like Guillaume has

Re: OpenEJB in an OSGi container

2008-10-09 Thread David Blevins
Guillaume is the one who's done most the work in this area in regards to his use of OpenEJB in the OSGi-based ServiceMix 4. What boot technique did you use in ServieMix? -David On Oct 9, 2008, at 2:08 PM, Zog wrote: Hi So, I managed to get my EJB app running just fine in Tomcat/ OpeneEJ