You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2006/04/20 08:43:39 UTC

[jira] Created: (GERONIMO-1875) More work to port little-g to 1.1

More work to port little-g to 1.1
---------------------------------

         Key: GERONIMO-1875
         URL: http://issues.apache.org/jira/browse/GERONIMO-1875
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
    Versions: 1.1    
    Reporter: David Jencks
 Assigned to: David Jencks 
     Fix For: 1.1


This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:

- additional plans for new configs
- turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.

- modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
- modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

Aaron Mulder commented on GERONIMO-1875:
----------------------------------------

Never mind that last comment -- I applied GERONIMO-1923 separately at Joe's request.

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_RemoveDeps.patch, 1875_RemoveDeps2.patch, 1875_RemoveDeps3.patch, 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

Joe Bohn updated GERONIMO-1875:
-------------------------------

    Attachment: 1875_RemoveDeps.patch

Dave,

As we discussed, here is the patch with the changes that I currently have.   I'm still working on several problems.  The first one you'll notice is a an error building the config for client-corba:

40266 [main] ERROR org.apache.geronimo.deployment.Deployer  - Deployment failed due to
java.lang.NoClassDefFoundError: org/omg/CSI/IdentityToken

I need to find which package contains this class and get it in the path.

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_RemoveDeps.patch, 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

    Resolution: Fixed

This stage of minimization seems complete.  If there are more problems we'll open new issues.

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_RemoveDeps.patch, 1875_RemoveDeps2.patch, 1875_RemoveDeps3.patch, 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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: help with build instructions from wiki

Posted by Prasad Kashyap <go...@gmail.com>.
Hi Ryan,

I don't have AIM but I could try to help you if you come on IRC. I
also have Yahoo msngr. You may send me a mail directly.

Cheers
Prasad

On 4/21/06, Ryan Ovrevik <ge...@ovrevik.com> wrote:
> I have been attempting to build from source for 2 days following the
> instructions on the wiki. I keeps failing while executing "maven new"
> with unsatisfied dependencies.
>
> Can someone please work with me off line (maybe via aim) to help me
> resolve this? I am not super familiar with maven but I suspect that
> could manually prime the repository to satisfy the dependencies.
>
> Anyway a little assistance would be greatly appreciated.
>
> Thanks
> Ryan
>
>

help with build instructions from wiki

Posted by Ryan Ovrevik <ge...@ovrevik.com>.
I have been attempting to build from source for 2 days following the 
instructions on the wiki. I keeps failing while executing "maven new" 
with unsatisfied dependencies.

Can someone please work with me off line (maybe via aim) to help me 
resolve this? I am not super familiar with maven but I suspect that 
could manually prime the repository to satisfy the dependencies.

Anyway a little assistance would be greatly appreciated.

Thanks
Ryan


[jira] Updated: (GERONIMO-1875) More work to port little-g to 1.1

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

Joe Bohn updated GERONIMO-1875:
-------------------------------

    Attachment: 1875_axis+builder+clientDeploy.patch

David,   Please apply this patch with the really long name  (C:\GeronimoPatches\1875_axis+builder+clientDeploy.patch) rather than the previous one (C:\GeronimoPatches\1875_axis+builder.patch).   This new patch includes everthing from the previous plus the client-deployer changes.

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

Joe Bohn updated GERONIMO-1875:
-------------------------------

    Attachment: 1875_RemoveDeps3.patch

I would really, really like to have this patch applied (1875_RemoveDeps3.patch).   I've verified it with the web console on both jetty & tomcat.  

It gets the minimal-tomcat-server assembly down to about 19.7 meg.   

I'm going to continue to work to remove the corba-spec and anything else that I can ... but we need to keep at xstream and xpp3 (because of the xml object persistence) which we had removed in trunk.  Together with the corba-spec this accounts for approx. 1 meg of the difference.   Will have to investigate some more to figure out where the additional 3 meg is being added.   

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_RemoveDeps.patch, 1875_RemoveDeps2.patch, 1875_RemoveDeps3.patch, 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

Joe Bohn updated GERONIMO-1875:
-------------------------------

    Attachment: 1875_axis+builder.patch

This patch splits out axis from j2ee-server and axis-builder from j2ee-deployer

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

Joe Bohn updated GERONIMO-1875:
-------------------------------

    Attachment: 1875_littleg.patch

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_littleg.patch
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1875?page=comments#action_12376852 ] 

David Jencks commented on GERONIMO-1875:
----------------------------------------

Latest patch applied with modifications 
g. rev 397699
openejb rev 2627

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_RemoveDeps.patch, 1875_RemoveDeps2.patch, 1875_RemoveDeps3.patch, 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

Joe Bohn updated GERONIMO-1875:
-------------------------------

    Attachment: 1875_RemoveDeps2.patch

This new patch (1875_RemoveDeps2.patch) results in a clean build and cleans up many of the dependencies.  Minimal-tomcat-server is around 20 meg.   However, there is an issue with starting applications on the big servers due to the packaging rependencies.     An invalid configuration because of not being able to deserialize a gBean due to ClassNotFound ....  ClassNotFoundException: Could not load class org.openejb.corba.CORBAHandleDelegate$HandleDelegateReference

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_RemoveDeps.patch, 1875_RemoveDeps2.patch, 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

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

Joe Bohn updated GERONIMO-1875:
-------------------------------

    Attachment: 1875_openejb-deployer.diff

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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-1875) More work to port little-g to 1.1

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1875?page=comments#action_12375631 ] 

David Jencks commented on GERONIMO-1875:
----------------------------------------

first 4 patches applied by rev 395993.  Needed a couple tweaks and a fix to UnavailableEJBReferenceBuilder.

> More work to port little-g to 1.1
> ---------------------------------
>
>          Key: GERONIMO-1875
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1875
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Versions: 1.1
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.1
>  Attachments: 1875_axis+builder+clientDeploy.patch, 1875_axis+builder.patch, 1875_littleg.patch, 1875_openejb-deployer.diff
>
> This issue will be used to hold more patches for little-g modularization of geronimo 1.1.  Some pieces:
> - additional plans for new configs
> - turning single valued references to ejb builder, axis builder, client builder, connector builder etc into something that will work.  The problem is that all these builders can't be in the ancestor tree of j2ee-deployer, or we'd always be pulling them into the server.  Therefore they need to be collection valued references.  We can make a collection wrapper that returns a single element or null, or objects to the presence of more than one element, and use this to hold many of these  0..1 valued references.  Both EarConfigBuilder and ClientModuleBuilder need this modification.
> - modify existing plans to remove gbeans now in the new plans. Be sure to update the defaultEnvironments as appropriate.
> - modify the assemblies.

-- 
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