Re: EJB Authentication Problem

2007-09-25 Thread Kory Markevich
Kevan Miller [EMAIL PROTECTED] writes: Kory, You can give the latest 2.0.2-SNAPSHOT build a try (http:// people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/ assemblies/geronimo-tomcat6-jee5/2.0.2-SNAPSHOT/geronimo-tomcat6- jee5-2.0.2-20070922.184612-1-bin.zip or similarly

Re: EJB Authentication Problem

2007-09-25 Thread Tim McConnell
Hi Kory, it took me a while to find the Eclipse plugin error messages you noticed. Are these below similar to the messages you're getting in your workspaces\.metadata\.log file ?? !ENTRY org.eclipse.emf.ecore 2 0 2007-09-21 17:37:42.265 !MESSAGE Both 'org.apache.geronimo.deployment.model' and

EJB Authentication Problem

2007-09-24 Thread Kory Markevich
I've been doing some research into using Geronimo 2.0.1 to host some EJB3 session beans, interacting with a stand-alone client. I can connect to the server and call methods fine, but I've encountered some difficulties with security. Specifically I've tried using Context.SECURITY_PRINCIPAL and

Re: EJB Authentication Problem

2007-09-24 Thread David Jencks
On Sep 24, 2007, at 2:17 PM, Kory Markevich wrote: I've been doing some research into using Geronimo 2.0.1 to host some EJB3 session beans, interacting with a stand-alone client. I can connect to the server and call methods fine, but I've encountered some difficulties with security.

Re: EJB Authentication Problem

2007-09-24 Thread Kevan Miller
On Sep 24, 2007, at 6:48 PM, Kory Markevich wrote: David Jencks [EMAIL PROTECTED] writes: I think this is what you need to do. With openejb standalone the login-by-getting-jndi might work better. We could fix it in geronimo by having you supply a realm name I guess what I need to know is