Hi Martin...

This one was kinda a head scratcher..  took a while to search through and
find the code you are referering..   However..  The class, *I think*, you
are referring to is (at least in the email you referenced) moved into a
/security/api/ tree...

I just did a clean compile, including downloading from a fresh repository..
And I don't see this error..  Can you post back the compile errors you are
getting, and double check you are using the latest from CVS..

Make sure to ignore anything in jakarta-turbine-fulcrum/src.   That is all
old, everything should be in there own project per component sub directory.

ERic Pugh

> -----Original Message-----
> From: Martin Wendel [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 24, 2004 3:03 PM
> To: 'Turbine Users List'; [EMAIL PROTECTED]
> Subject: eric.. Fulcrum CVS out of date?
>
>
> 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