Re: EJB 3.1 Early Draft

2008-03-05 Thread Mohammad Nour El-Din
On Tue, Mar 4, 2008 at 9:50 PM, David Blevins <[EMAIL PROTECTED]> wrote: > > On Mar 4, 2008, at 1:32 AM, Mohammad Nour El-Din wrote: > > > David I have 2 questions > > > > 1- Apache replied with NO on that JSR, Will this affect our > > implementation of EJB3.1 in OpenEJB ? > > No. The issue

Re: Interested in writing OpenEJB articles or speaking about OpenEJB?

2008-03-05 Thread Mohammad Nour El-Din
I hope I can do all of this, I will start to look at these at the end of March :) . On Tue, Mar 4, 2008 at 10:25 PM, David Blevins <[EMAIL PROTECTED]> wrote: > > On Mar 4, 2008, at 1:47 AM, Mohammad Nour El-Din wrote: > > > 1- I will not present in JDC as there is no available place for my > >

Re: Interested in writing OpenEJB articles or speaking about OpenEJB?

2008-03-05 Thread Karan Malhi
David, I am interested in preparing a doc on the following: - unit testing ejbs; show anything from basic testing to detailed configuration, testing transactions, testing security - unit testing GlassFish apps; yes, we support their descriptors and can unit test their ejbs just fine. - host

RE: Cannot find @Stateless annotation in other module

2008-03-05 Thread Karsten.Ohme
"jdbc:derby:derbyDB;create=true"); properties.setProperty("DerbyDatabase.JdbcDriver", "org.apache.derby.jdbc.EmbeddedDriver"); properties.setProperty("DerbyDatabase.JtaManaged", "false"); } InitialContext initialCon

Re: Interested in writing OpenEJB articles or speaking about OpenEJB?

2008-03-05 Thread David Blevins
On Mar 5, 2008, at 6:56 AM, Karan Malhi wrote: David, I am interested in preparing a doc on the following: - unit testing ejbs; show anything from basic testing to detailed configuration, testing transactions, testing security - unit testing GlassFish apps; yes, we support their descriptors

Re: Interested in writing OpenEJB articles or speaking about OpenEJB?

2008-03-05 Thread Karan Malhi
Sure On Wed, Mar 5, 2008 at 3:35 PM, David Blevins <[EMAIL PROTECTED]> wrote: > > On Mar 5, 2008, at 6:56 AM, Karan Malhi wrote: > > > David, > > > > I am interested in preparing a doc on the following: > > > > - unit testing ejbs; show anything from basic testing to detailed > > configuration,

OpenEJB Client with secure socket / SSL

2008-03-05 Thread weilu
We have a java application that is a client to geronimo 2.0.2. The client communicates with the server using remote EJBs. How can we enable or configure OpenEJB to use secure sockets? What server-side configuration is needed, and if any, what is needed on the client? Any help or hints that wou

Re: OpenEJB Client with secure socket / SSL

2008-03-05 Thread David Blevins
On Mar 5, 2008, at 2:46 PM, weilu wrote: We have a java application that is a client to geronimo 2.0.2. The client communicates with the server using remote EJBs. How can we enable or configure OpenEJB to use secure sockets? We don't have that feature quite yet. -David

Re: OpenEJB Client with secure socket / SSL

2008-03-05 Thread Dain Sundstrom
If weilu switched to the ejbd over http, can't he secure the communication using the web container's https implementation? -dain On Mar 5, 2008, at 3:10 PM, David Blevins wrote: On Mar 5, 2008, at 2:46 PM, weilu wrote: We have a java application that is a client to geronimo 2.0.2. The c

Re: OpenEJB Client with secure socket / SSL

2008-03-05 Thread David Blevins
On Mar 5, 2008, at 3:45 PM, Dain Sundstrom wrote: If weilu switched to the ejbd over http, can't he secure the communication using the web container's https implementation? That might work, but it'd take some hacking. You'd need to add a servlet like this: import org.apache.openejb.loade