Re: Apache Geronimo 3.0M1 DB Manager missing in console DB Manager does not appear in console

2011-06-06 Thread chi runhua
Hi Ryan, DB-manager related portlets are not enabled in Geronimo 3.0-M1. If you'd like to try to enable it over 3.0-M1, you may refer to Geronimo-5597. https://issues.apache.org/jira/browse/GERONIMO-5597 G3.0 docs are now pairing with what's happening in 3.0-trunk. Let us know if you have any

RE: JMS Port and portOffset

2011-06-06 Thread Florian Schaetz
Hi Kevan, Stop your server and edit var/config/config.xml: [..] Thanks, worked like a charm. Flo

Re: Travel Assistance applications now open for ApacheCon NA 2011

2011-06-06 Thread Kevan Miller
All, If you're interested in attending ApacheCon and could use some travel assistance to help get you there, this is a great program. --kevan On Jun 6, 2011, at 4:03 AM, Gavin McDonald wrote: The Apache Software Foundation (ASF)'s Travel Assistance Committee (TAC) is now accepting

Help with G3.0 building

2011-06-06 Thread Russell E Glaue
I am not sure what I need to do to get a successful maven packaging of G3.0. I am successfully compiling G3.0-SNAPSHOT with Maven without errors. However, during the packaging stage, I get this error: - ... [org.apache.geronimo.gbean.runtime.GBeanInstanceState] : GBeanInstanceState for:

Re: Help with G3.0 building

2011-06-06 Thread David Jencks
On Jun 6, 2011, at 2:15 PM, Russell E Glaue wrote: I am not sure what I need to do to get a successful maven packaging of G3.0. I am successfully compiling G3.0-SNAPSHOT with Maven without errors. However, during the packaging stage, I get this error: - ...

Re: Logout method of custom login module never called

2011-06-06 Thread Adrie de Heer
After further investigation I discovered that (due to the fact that the logout method isn't called) Geronimo is leaking memory in the ContextManager (subjectContexts map). Newly created subjects aren't unregistered. This looks like the issue reported in GERONIMO-5800. When I add a servlet filter