[DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Vamsavardhana Reddy
Took the liberty to create this thread for discussion on the release. How do I install it as a plugin in G 2.1 using the artifacts in the staging repo? I tried deploy install-plugin directory-1.0.car but ended up with a missing dependency exception. ++Vamsi

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Hernan Cunico
make it two! I could use some guidance for installing it. I manually added the geronimo-directory-1.0.jar to the repo but then got another dep missing org.apache.directory.server/apacheds-server-jndi/1.5.1/jar Cheers! Hernan Vamsavardhana Reddy wrote: Took the liberty to create this thread

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Vamsavardhana Reddy
I have built the plugin from http://svn.apache.org/repos/asf/geronimo/plugins/directory/tags/directory-parent-1.0/and then used my local m2repo in Plugins portlet to install the plugin. I have verified by creating an LDAP Realm and a sample application using that realm. Only problem I ran into

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread David Jencks
On Mar 12, 2008, at 1:34 AM, Vamsavardhana Reddy wrote: Took the liberty to create this thread for discussion on the release. How do I install it as a plugin in G 2.1 using the artifacts in the staging repo? I tried deploy install-plugin directory-1.0.car but ended up with a missing

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Vamsavardhana Reddy
Was able to install using Admin Console. ++Vamsi On Wed, Mar 12, 2008 at 11:20 PM, David Jencks [EMAIL PROTECTED] wrote: On Mar 12, 2008, at 1:34 AM, Vamsavardhana Reddy wrote: Took the liberty to create this thread for discussion on the release. How do I install it as a plugin in G

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Vamsavardhana Reddy
The statement about the User DN may not be correct. Will reverify. Problem may not be with the directory plugin, but, when ever there is a login failure with the LDAP realm, the following error is logged (don't remember seeing this error earlier): 23:16:52,671 ERROR [UnbindHandler] failed to

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Vamsavardhana Reddy
On Wed, Mar 12, 2008 at 11:25 PM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: The statement about the User DN may not be correct. Will reverify. Verified to be not correct. Got confused with the ERROR logged that time!! Problem may not be with the directory plugin, but, when ever there

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread David Jencks
I believe I've seen this with standalone apacheds 1.5.1 as well, I don't think it is the plugin's fault. I don't see any geronimo- controlled classes in this stack trace. anyone able to verify? thanks david jencks On Mar 12, 2008, at 10:55 AM, Vamsavardhana Reddy wrote: The statement

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Hernan Cunico
Thanks for the update, I just tested big G ( both Tomcat and Jetty ) and got it working. Cheers! Hernan David Jencks wrote: On Mar 12, 2008, at 1:34 AM, Vamsavardhana Reddy wrote: Took the liberty to create this thread for discussion on the release. How do I install it as a plugin in G

Re: [DISCUSS] Geronimo 2.1 plugin for Apache Directory 1.5.1 version 1.0

2008-03-12 Thread Alex Karasulu
This is a minor and harmless bug in the server. It occurs on all unbinds and you might specifically want to make sure it is not allowed to log. We're aware of it and will fix this shortly over at Apache Directory. Alex On Wed, Mar 12, 2008 at 2:26 PM, David Jencks [EMAIL PROTECTED] wrote: I