Redeploy database pool, app blows up (in CMP finder/prefetch code) ------------------------------------------------------------------ Key: GERONIMO-1056 URL: http://issues.apache.org/jira/browse/GERONIMO-1056 Project: Geronimo Type: Bug Components: connector, naming, OpenEJB Versions: 1.0-M5 Reporter: Aaron Mulder Fix For: 1.0 Using Head (10/10). I redeployed a database pool, and the app that uses in then blew up with this: Caused by: java.lang.NullPointerException at org.tranql.sql.DataSourceDelegate.getConnection(DataSourceDelegate.java:36) at org.tranql.sql.jdbc.JDBCQueryCommand.execute(JDBCQueryCommand.java:61) at org.tranql.sql.prefetch.PrefetchGroupHandler.execute(PrefetchGroupHandler.java:160) at org.openejb.entity.cmp.CMPFinder.execute(CMPFinder.java:95) at org.openejb.entity.cmp.CollectionValuedFinder.execute(CollectionValuedFinder.java:81) at org.openejb.dispatch.DispatchInterceptor.invoke(DispatchInterceptor.java:72) at org.openejb.security.EJBSecurityInterceptor.invoke(EJBSecurityInterceptor.java:104) at org.apache.geronimo.naming.java.ComponentContextInterceptor.invoke(ComponentContextInterceptor.java:56) at org.openejb.ConnectionTrackingInterceptor.invoke(ConnectionTrackingInterceptor.java:81) at org.openejb.entity.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:136) at org.openejb.entity.cmp.InTxCacheInterceptor.invoke(InTxCacheInterceptor.java:90) at org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java:119) ... 55 more -- 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