[ http://issues.apache.org/jira/browse/DIRSERVER-589?page=comments#action_12428909 ] Alex Karasulu commented on DIRSERVER-589: -----------------------------------------
How about a patch so I can see exactly what you are changing? Also I can apply that patch. > DefaultDirectoryService nulls members BEFORE calling > serviceListener.afterShutdown(this) > ---------------------------------------------------------------------------------------- > > Key: DIRSERVER-589 > URL: http://issues.apache.org/jira/browse/DIRSERVER-589 > Project: Directory ApacheDS > Issue Type: Bug > Components: core > Affects Versions: 1.0-RC1 > Environment: Don't think it's relevant, but here's the details anyway: > -Windows XP > -Java java version "1.5.0_04" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) > Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) > Reporter: George Spalding > Assigned To: Alex Karasulu > > This bug does not show up until DIRSERVER-588 is resolved. > Then this problem causes a NullPointerException > In class org.apache.directory.server.core.DefaultDirectoryService.shutdown(): > finally > { > //FIXME Geospa flyttade upp raden föra nullningen > serviceListener.afterShutdown( this ); > environment = null; > interceptorChain = null; > startupConfiguration = null; > } -- 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
