Ok i've been searching through the fulcrum service trying to resolve all the
errors, besides the fact that there are so many, it strikes me that
something is odd.

One of the many errors is this one:

        if (aclFactoryService != null) 
        { 
           FIXME: manager.release(aclFactoryService); 
        } 
        aclFactoryService = null;

where I've typed FIXME on the line that fails.

I did a little search, and only one answer came up - a CVS commit from you
Eric at Date: Tue, 26 Aug 2003 00:39:55 +0000


http://www.mail-archive.com/[EMAIL PROTECTED]/msg12868.html

and here you'll see that the patch in the bottom says:

      public void dispose()
       {
  -     /*
  -        if (aclFactoryService != null)
  -        {
  -            manager.release(aclFactoryService);
  -        }
  -        aclFactoryService = null;
  -        */
  +     
                manager.release(userManager);
                manager.release(roleManager);
                manager.release(groupManager);


I can't help wondering if there is something wrong with the current CVS
version. True or false?

/M


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to