[jboss-jira] [JBoss JIRA] Closed: (JBCACHE-790) NPE on getNotifier after cache instantiation
Manik Surtani (JIRA)
jira-events at jboss.com
Thu Oct 19 09:33:41 EDT 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-790?page=all ]
Manik Surtani closed JBCACHE-790.
---------------------------------
Resolution: Done
> NPE on getNotifier after cache instantiation
> --------------------------------------------
>
> Key: JBCACHE-790
> URL: http://jira.jboss.com/jira/browse/JBCACHE-790
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Ben Wang
> Assigned To: Manik Surtani
> Fix For: 2.0.0
>
>
> Consider the following scenario:
> cache = DefaultCacheFactory.createInstance(config, false); // not to start cache lifecycle
> cache.getNotifier(); // return null becuase it is created in create() method call.
> I think we need to move the notifier creation to the constructor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list