Bugs item #424615, was updated on 2001-05-16 11:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=424615&group_id=22866 Category: JBossServer Group: v2.3 (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Christian Biasuzzi (bchristian) Assigned to: Nobody/Anonymous (nobody) Summary: error restarting XADataSourceLoader Initial Comment: XADataSourceLoader MBean can not be restarted after having it stopped. here is my log excerpt: [DefaultDS] java.lang.NullPointerException [DefaultDS] at org.jboss.pool.jdbc.xa.XAPoolDataSource.setPoolName (XAPoolDataSource.java:96) [DefaultDS] at org.jboss.jdbc.XADataSourceLoader.startService (XADataSourceLoader.java:267) [DefaultDS] at org.jboss.util.ServiceMBeanSupport.start (ServiceMBeanSupport.java:101) [DefaultDS] at java.lang.reflect.Method.invoke (Native Method) [DefaultDS] at com.sun.management.jmx.MBeanServerImpl.invoke (MBeanServerImpl.java:1628) ..................... If I put a source = null; at the end of stopService() in XADataSourceLoader class (actually forcing the creation of a new XADataSource) everything runs fine, but I'm not sure this is the right thing to do.... Christian ----------------------------- ( I originally posted this message on the jboss-user mlist on MAY 15; today (MAY 16) I found two patches by David Jencks - who already knew the problem and a possible solution - in the patches page(#424399) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=424615&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
