Re: Error when J2EE Client App on G2.0.1 terminates

2007-09-07 Thread David Jencks
I wonder if you are including -Djava.endorsed.dirs=lib/endorsed in the command line to start the app client? I'd expect the client wouldn't start without this, but I have no other explanation for this error. thanks david jencks On Sep 7, 2007, at 9:04 AM, David Carew wrote: When I run a

A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-07 Thread Shiva Kumar H R
Just in case someone is interested in doing Java EE 5 app development using Eclipse + WTP and looking for some instructions, here is some: http://cwiki.apache.org/confluence/display/GMOxSBOX/Java+EE+5.0+App+Development+on+Geronimo+simplified+using+Eclipse Hernan, Request you to move this page to

Re: A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-07 Thread Shiva Kumar H R
Wow, that's really quick. Thanks Hernan! - Shiva On 9/7/07, Hernan Cunico [EMAIL PROTECTED] wrote: You wanted a new location, you got it ;-) There is a new section on the cwiki for presentations ( http://cwiki.apache.org/geronimo) Shiva, here is the direct link to your material

Re: Error when J2EE Client App on G2.0.1 terminates

2007-09-07 Thread David Carew
Yep. That was it. Thanks ! On 9/7/07, David Jencks [EMAIL PROTECTED] wrote: I wonder if you are including -Djava.endorsed.dirs=lib/endorsed in the command line to start the app client? I'd expect the client wouldn't start without this, but I have no other explanation for this error.

G2.0.1 @Stateless and @Stateful name parameter ignored?

2007-09-07 Thread Xh
Hi All! I've encountered a strange thing. I've noticed that all @State*(name=Name) definitions are ignored by Geronimo 2.0.1. Application deploys successfully, but in JNDI Viewer there are no session beans. Simple: @Stateless(name = ModuleProxy) public class ModuleProxyBean implements

Re: G2.0.1 @Stateless and @Stateful name parameter ignored?

2007-09-07 Thread David Blevins
On Sep 7, 2007, at 1:14 PM, Xh wrote: Hi All! I've encountered a strange thing. I've noticed that all @State*(name=Name) definitions are ignored by Geronimo 2.0.1. Application deploys successfully, but in JNDI Viewer there are no session beans. Simple: @Stateless(name = ModuleProxy)

SSL Key Management

2007-09-07 Thread Wayne Rasmuss
I need to manage SSL certificates from java application the controls an instance of geronimo. If I have to use Process.exec to do so that would be fine. I need to peform the following tasks Install A certificate Generate a self signed certificate with a given host name And generate a certificate

Re: G2.0.1 @Stateless and @Stateful name parameter ignored?

2007-09-07 Thread Xh
Hi David! There were no errors during deployment. Application deploys and starts. Bean does not work. Without name attribute, everything is OK. best regards Ɓukasz - Original Message From: David Blevins [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Saturday, 8 September, 2007