Re: Welcome "Shawn" Lin Quan Jian as a new committer

2009-08-31 Thread Kevan Miller
On Aug 31, 2009, at 6:48 PM, David Jencks wrote: I would like to welcome Shawn, as he recently accepted the Geronimo PMC invitation to become a committer. His account (genspring) has been created so we may be seeing some commits from him soon. Congratulations! Congrats Shawn! --kevan

Re: Welcome Ivan Xu as a new PMC member

2009-08-31 Thread Kevan Miller
On Aug 31, 2009, at 6:48 PM, David Jencks wrote: I would like to welcome Ivan as he recently accepted the Geronimo PMC invitation to join the PMC. We look forward to working with him to maintain oversight of the Geronimo project. Welcome! Welcome Ivan. Thanks for helping! --kevan

Re: Welcome "Shawn" Lin Quan Jian as a new committer

2009-08-31 Thread Jason Warner
Congrats! ~Jason Warner On Mon, Aug 31, 2009 at 6:48 PM, David Jencks wrote: > I would like to welcome Shawn, as he recently accepted the Geronimo PMC > invitation to become a committer. His account (genspring) has been created > so we may be seeing some commits from him soon. > > Congratulat

Re: Welcome Ivan Xu as a new PMC member

2009-08-31 Thread Jason Warner
Congratulations, Ivan ~Jason Warner On Mon, Aug 31, 2009 at 6:48 PM, David Jencks wrote: > I would like to welcome Ivan as he recently accepted the Geronimo PMC > invitation to join the PMC. We look forward to working with him to > maintain oversight of the Geronimo project. > > Welcome! > da

Welcome "Rex" Lei Wang as a new committer

2009-08-31 Thread David Jencks
I would like to welcome Rex, as he recently accepted the Geronimo PMC invitation to become a committer. We are still waiting for his account to be created, but hope to get that straightened out shortly and start seeing commits. Congratulations! david jencks

Welcome "Shawn" Lin Quan Jian as a new committer

2009-08-31 Thread David Jencks
I would like to welcome Shawn, as he recently accepted the Geronimo PMC invitation to become a committer. His account (genspring) has been created so we may be seeing some commits from him soon. Congratulations! david jencks

Welcome Ivan Xu as a new PMC member

2009-08-31 Thread David Jencks
I would like to welcome Ivan as he recently accepted the Geronimo PMC invitation to join the PMC. We look forward to working with him to maintain oversight of the Geronimo project. Welcome! david jencks

Re: SSL communication for EJBs in Geronimo 2.1.4

2009-08-31 Thread David Blevins
For the archive searchers: http://www.nabble.com/Remote-EJB-Communication-Over-SSL-in-Openejb-3.0.1-tp25174786p25174786.html On Aug 26, 2009, at 1:35 PM, Joe Dente wrote: Hi all, Is it possible to perform secure EJB communication over SSL in Geronimo 2.1.4? Our application communicates from

RE: Geronimo Service

2009-08-31 Thread Russell Collins
Thank you for this suggestion. This worked perfectly. Russell Collins Sr. Software Engineer McLane Advanced Technology "Do or do not, there is no try." - Yoda From: Jack Cai [mailto:greensi...@gmail.com] Sent: Tuesday, August 25, 2009 10:17 AM To: user@geronimo.apache.org Subject: Re: Geronimo

Re: EntityManager & Servlets

2009-08-31 Thread tornike
Yes, but if it's in their example maybe it's OK for Geronimo to use container managed EntityManager with the servlet and there won't be any threading issues. If it's true then we wouldn't need any EJB's in the project and simply communicate to JPA entities even when using container managed EntityM

RE: Securing An Embedded ActiveMQ Resource Adapter

2009-08-31 Thread Joe Dente
Thanks for the response. We are already waiting for 2.2 so we can use the ejbds protocol, so I guess we can wait until then to secure ActiveMQ as well. Do you have a solid estimate on when 2.2 is slated for release? Are you guys still on track for a Q3 2009 release as stated on the Geronimo site?

Re: EntityManager & Servlets

2009-08-31 Thread Fredrik Jonson
In <25221488.p...@talk.nabble.com> tornike wrote: > EntityManager is not thread safe and it should not be injected into the > servlet. (container managed one) However in the example of ejb-JPA > http://cwiki.apache.org/GMOxDOC21/container-managed-persistence-with-jpa.html > > I have tested th

EntityManager & Servlets

2009-08-31 Thread tornike
Hi, I was trying to follow the examples that are given in the Geronimo documentation to understand JPA. In lot of sources I have read that EntityManager is not thread safe and it should not be injected into the servlet. (container managed one) However in the example of ejb-JPA http://cwiki.apache