[ http://issues.apache.org/jira/browse/GERONIMO-1283?page=all ] Matt Hogstrom closed GERONIMO-1283: -----------------------------------
Resolution: Fixed The plan is now in configs and is processed by Velocity. > Demo Application Broken > ----------------------- > > Key: GERONIMO-1283 > URL: http://issues.apache.org/jira/browse/GERONIMO-1283 > Project: Geronimo > Type: Bug > Components: sample apps > Versions: 1.0-M5 > Reporter: Aaron Mulder > Assignee: David Jencks > Fix For: 1.0 > > The demo application plan at > applications/demo/src/webapp/WEB-INF/geronimo-web.xml contains this: > <reference > name="LoginService"><module>geronimo/security/${pom.currentVersion}/car</module><name>JaasLoginService</name></reference> > However, this is not run through velocity so there's nothing to substitute in > ${pom.currentVersion}. As a result two GBeans do not start: > WARNING: Some GBeans were not started successfully: > demo-properties-realm (starting) > demo-properties-login (starting) > and then during shutdown: > 21:11:01,430 ERROR [org.apache.geronimo.gbean.runtime.GBeanInstance] > GBeanInstance should already be stopped before die() is called: > objectName=geronimo.server:J2EEApplication=null,J2EEModule=geronimo/security-demo/1.0-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=SecurityRealm,name=demo-properties-realm > state=starting > 21:11:01,432 ERROR [org.apache.geronimo.gbean.runtime.GBeanInstance] > GBeanInstance should already be stopped before die() is called: > objectName=geronimo.server:J2EEApplication=null,J2EEModule=geronimo/security-demo/1.0-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=LoginModuleUse,name=demo-properties-login > state=starting -- 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