You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Chris Cardona (JIRA)" <de...@geronimo.apache.org> on 2006/04/10 03:30:58 UTC

[jira] Created: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Add Embedded LDAP Server Viewer Portlet
---------------------------------------

         Key: GERONIMO-1823
         URL: http://issues.apache.org/jira/browse/GERONIMO-1823
     Project: Geronimo
        Type: New Feature
    Security: public (Regular issues) 
    Versions: 1.x    
    Reporter: Chris Cardona


Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
On 8/4/06, Joe Bohn <jo...@earthlink.net> wrote:
> Hi Aaron,
>
> So we *do* have a way to extend the console at deploy time (either
> plugin deployment or application deployment)?   Will this handle updates
> to the pageregistry and portletentityregistry?  Is there also a
> mechanism to "undo" the changes when a plugin or application is
> undeployed?   If so, then that is excellent!!

Right now it's kind of at the "prototype" stage.  The installation
works (though you have to either restart Geronimo or hit a specially
crafted URL to get the portal to reread its config files).  There is
no uninstallation, because Geronimo doesn't have any hooks for things
to execute when uninstalled.  There's a Jira to allow plugin
installation scripts, and as soon as we do that we can support the
uninstall.

Still, I don't see how we can reasonably add an LDAP portlet to the
console otherwise.

> I wasn't aware of anything in this area to make the console extensible
> and was thinking that we really needed this (esp. since Geronimo itself
> is extensible).

It'll be better to switch to a more dynamic portal server, but this
will do us for now.

> Has this been integrated in other places or just with gplugins (whatever
> that is ... I just started to see what I could find on this based upon
> your response)?   Is there any more information that you can point me to
> on this?

There's a Quartz plugin that adds a screen to the console which you
can build from source.  I haven't distributed it because the screen
has next to nothing on it, but it does demonstrate the functionality.
The project page is http://sourceforge.net/projects/gplugins/ though I
haven't really done a ton with it yet.

Thanks,
     Aaron

> Aaron Mulder (JIRA) wrote:
> >     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=comments#action_12425725 ]
> >
> > Aaron Mulder commented on GERONIMO-1823:
> > ----------------------------------------
> >
> > I think this would be better packaged as a plugin than integrated into the console, since the same is true of our Apache DS integration.  Can you package this portlet as a standalone WAR?  The gplugins project has a GBean you can add to geronimo-web.xml that can install portlets into the console.
> >
> >
> >>Add Embedded LDAP Server Viewer Portlet
> >>---------------------------------------
> >>
> >>                Key: GERONIMO-1823
> >>                URL: http://issues.apache.org/jira/browse/GERONIMO-1823
> >>            Project: Geronimo
> >>         Issue Type: New Feature
> >>     Security Level: public(Regular issues)
> >>         Components: console
> >>   Affects Versions: 1.2
> >>           Reporter: Chris Cardona
> >>        Attachments: dojo-0.3.1-bin.zip, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, sample.ldif
> >>
> >>
> >>Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.
> >
> >
>

Re: [jira] Commented: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by Joe Bohn <jo...@earthlink.net>.
Hi Aaron,

So we *do* have a way to extend the console at deploy time (either 
plugin deployment or application deployment)?   Will this handle updates 
to the pageregistry and portletentityregistry?  Is there also a 
mechanism to "undo" the changes when a plugin or application is 
undeployed?   If so, then that is excellent!!

I wasn't aware of anything in this area to make the console extensible 
and was thinking that we really needed this (esp. since Geronimo itself 
is extensible).

Has this been integrated in other places or just with gplugins (whatever 
that is ... I just started to see what I could find on this based upon 
your response)?   Is there any more information that you can point me to 
on this?

Thanks,
Joe



Aaron Mulder (JIRA) wrote:
>     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=comments#action_12425725 ] 
>             
> Aaron Mulder commented on GERONIMO-1823:
> ----------------------------------------
> 
> I think this would be better packaged as a plugin than integrated into the console, since the same is true of our Apache DS integration.  Can you package this portlet as a standalone WAR?  The gplugins project has a GBean you can add to geronimo-web.xml that can install portlets into the console.
> 
> 
>>Add Embedded LDAP Server Viewer Portlet
>>---------------------------------------
>>
>>                Key: GERONIMO-1823
>>                URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>>            Project: Geronimo
>>         Issue Type: New Feature
>>     Security Level: public(Regular issues) 
>>         Components: console
>>   Affects Versions: 1.2
>>           Reporter: Chris Cardona
>>        Attachments: dojo-0.3.1-bin.zip, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, sample.ldif
>>
>>
>>Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.
> 
> 

[jira] Commented: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=comments#action_12425725 ] 
            
Aaron Mulder commented on GERONIMO-1823:
----------------------------------------

I think this would be better packaged as a plugin than integrated into the console, since the same is true of our Apache DS integration.  Can you package this portlet as a standalone WAR?  The gplugins project has a GBean you can add to geronimo-web.xml that can install portlets into the console.

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Chris Cardona
>         Attachments: dojo-0.3.1-bin.zip, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Christopher M. Cardona (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Christopher M. Cardona reassigned GERONIMO-1823:
------------------------------------------------

    Assignee: Christopher M. Cardona

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Christopher M. Cardona
>         Assigned To: Christopher M. Cardona
>         Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, GERONIMO-1823-trunk3.patch, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Christopher M. Cardona (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Christopher M. Cardona updated GERONIMO-1823:
---------------------------------------------

    Attachment: GERONIMO-1823-trunk3.patch

Gianny,

Thanks for your help again with this patch. Attached is the updated patch with copyright changes and LDAPManagerHelper.main() removed. I intentionally left it for testing purposes but I'm not sure if that was a good practice. I think adding JUnit tests for LDAPManagerHelper is definitely a good idea but currently I don't know how to fire up and stop an embedded LDAP server programmatically. Any ideas regarding this will be helpful. We can always add this as soon as we figure it out. Please let me know if you have other comments.

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Christopher M. Cardona
>         Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, GERONIMO-1823-trunk3.patch, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Christopher M. Cardona (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=comments#action_12447982 ] 
            
Christopher M. Cardona commented on GERONIMO-1823:
--------------------------------------------------

Anybody got any issues / concerns in applying this patch for 1.2 release?

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Christopher M. Cardona
>         Assigned To: Christopher M. Cardona
>         Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, GERONIMO-1823-trunk3.patch, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Christopher M. Cardona (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Christopher M. Cardona updated GERONIMO-1823:
---------------------------------------------

    Attachment: ldapviewer-portlet-1.2-SNAPSHOT.jpg
                ldapviewer-webapp-1.2-SNAPSHOT.jpg

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Christopher M. Cardona
>         Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Chris Cardona (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Chris Cardona updated GERONIMO-1823:
------------------------------------

    Attachment: ldapMgrPortlet.patch
                ldapMgrPortlet-Snapshot.zip
                sample.ldif

Attached are the ff. files and their description:

1. ldapMgrPortlet.patch - the LDAP viewer portlet patch file which was tested to work on rev. 394887
2. ldapMgrPortlet-Snapshot.zip - contains *.jpg snapshot of the LDAP Viewer portlet
3. sample.ldif - sample ldif file to use for testing / to import the ldif file you can use the ldapadd command: ldapadd.exe -a -D "uid=admin,ou=system" -f sample.ldif -h localhost -p 1389 -x -w secret

Note:

1. DWR 1.1 and nightly Dojo build - dojo-2006-04-12-src were used in this patch
2. The portlet uses the default embedded Apache DS configuration
3. The portlet was tested to work on IE and Firefox
4. A better LDAP/Directory icon can be used for this portlet

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>          Key: GERONIMO-1823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>      Project: Geronimo
>         Type: New Feature
>     Security: public(Regular issues) 
>     Versions: 1.x
>     Reporter: Chris Cardona
>  Attachments: ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, sample.ldif
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Christopher M. Cardona (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Christopher M. Cardona updated GERONIMO-1823:
---------------------------------------------

    Attachment: GERONIMO-1823-trunk2.patch
                ldapviewer-jetty-1.2-SNAPSHOT.car
                ldapviewer-tomcat-1.2-SNAPSHOT.car

The ff. files are attached:

1. GERONIMO-1823-trunk2.patch - an updated patch with the ff. changes:

- Added a way to connect to other LDAP servers and not just the embedded Apache DS. By default it connects to the embedded Apache DS but if it fails to connect the user will have the option to connect to other directory servers.
- Left navigation portlet link was modified from 'Embedded LDAP' to 'LDAP Viewer' to make it more generic and appropriate.

2. ldapviewer-portlet-1.2-SNAPSHOT.jpg - sample connecting to Apache DS

Note: 

Because it is now possible to connect to other LDAP servers it would be nice for this portlet to be included in the Console as an additional easily accessible tool like the JMX viewer. This will allow the user to test and navigate any directory server being used when creating an LDAP realm or just to test any directory server being used by any application.

This patch was included as one of the options to integrate this work to Geronimo. The other option as suggested by Aaron is to create a standalone webapp version of this portlet so I created the ff. plugins:

1. ldapviewer-jetty-1.2-SNAPSHOT.car - LDAP viewer webapp for G/Jetty 1.2-SNAPSHOT build

2. ldapviewer-tomcat-1.2-SNAPSHOT.car - LDAP viewer webapp for G/Tomcat  1.2-SNAPSHOT build

3. ldapviewer-webapp-1.2-SNAPSHOT.jpg - sample connecting to OpenLDAP

As always comments and suggestions are welcome. Thanks.

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Christopher M. Cardona
>         Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-tomcat-1.2-SNAPSHOT.car, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Chris Cardona (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Chris Cardona updated GERONIMO-1823:
------------------------------------

           Patch Info: [Patch Available]
    Affects Version/s: 1.2
                           (was: 1.x)

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Chris Cardona
>         Attachments: dojo-0.3.1-bin.zip, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Gianny Damour (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=comments#action_12440640 ] 
            
Gianny Damour commented on GERONIMO-1823:
-----------------------------------------

Chris, thanks for this patch. 

Just a couple of minor comments: I think that you need to update your copyright template as the date range is not correct. Also, I think that LDAPManagerHelper.main should not be there. If it is not too expensive to start-up an embedded LDAP server, then perhaps that you could implement a JUnit test for LDAPManagerHelper.

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Christopher M. Cardona
>         Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Christopher M. Cardona (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Christopher M. Cardona closed GERONIMO-1823.
--------------------------------------------

    Fix Version/s: 1.2
       Resolution: Fixed

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Christopher M. Cardona
>         Assigned To: Christopher M. Cardona
>             Fix For: 1.2
>
>         Attachments: dojo-0.3.1-bin.zip, GERONIMO-1823-trunk2.patch, GERONIMO-1823-trunk3.patch, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, ldapviewer-jetty-1.2-SNAPSHOT.car, ldapviewer-portlet-1.2-SNAPSHOT.jpg, ldapviewer-tomcat-1.2-SNAPSHOT.car, ldapviewer-webapp-1.2-SNAPSHOT.jpg, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Chris Cardona (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Chris Cardona updated GERONIMO-1823:
------------------------------------

    Component: console

> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>          Key: GERONIMO-1823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>      Project: Geronimo
>         Type: New Feature
>     Security: public(Regular issues) 
>   Components: console
>     Versions: 1.x
>     Reporter: Chris Cardona
>  Attachments: ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, sample.ldif
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1823) Add Embedded LDAP Server Viewer Portlet

Posted by "Chris Cardona (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1823?page=all ]

Chris Cardona updated GERONIMO-1823:
------------------------------------

    Attachment: ldapMgrPortlet-B1.1.1.patch
                dojo-0.3.1-bin.zip
                ldapMgrPortlet-B1.1.1.jpg

Updated the patch to work on geronimo\branches\1.1.1 source:

1. ldapMgrPortlet-B1.1.1.patch - the LDAP viewer portlet patch file
2. dojo-0.3.1-bin.zip - Dojo 0.3.1 binary files (unzip this under geronimo\applications\console-framework\src\webapp\js\)
3. ldapMgrPortlet-B1.1.1.jpg - sample snapshot of the LDAP Viewer portlet
4. sample.ldif (same file) - sample ldif file to use for testing / to import the ldif file you  can use the ldapadd command: ldapadd.exe -a -D "uid=admin,ou=system" -f sample.ldif -h localhost -p 1389 -x -w secret

Note:

1. DWR 1.1 and Dojo 0.3.1 were used in this patch
2. The portlet uses the default embedded Apache DS configuration and by default this is not installed. To install go to "Create and Install Plugins" portlet and install "Apache Directory 0.92 for Geronimo (1.1)" plugin
3. The portlet was tested to work on IE and Firefox

Comments and suggestions are welcome. Please review patch. Thanks.


> Add Embedded LDAP Server Viewer Portlet
> ---------------------------------------
>
>                 Key: GERONIMO-1823
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1823
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.x
>            Reporter: Chris Cardona
>         Attachments: dojo-0.3.1-bin.zip, ldapMgrPortlet-B1.1.1.jpg, ldapMgrPortlet-B1.1.1.patch, ldapMgrPortlet-Snapshot.zip, ldapMgrPortlet.patch, sample.ldif
>
>
> Add a new portlet for viewing the contents of the embedded directory server (Apache DS). This portlet will be under 'Misc' portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira