Hey, something must have gone wrong the first time i fetched the CVS tree, because it is working now (tried a complete clean). However that code stump still puzzled me, but at least it is working :)
Since I got you, do you have a solution for the extend dynamic user? I just wanted to set up a one-to-one relation so I ididnt have to extend the table too much.. But am I supposed to change a lot of places just for this one, I mean in all of the hibernate manager/impl and so on? Btw I keep getting more and more pleased with turbine (and now the antelope implementation), really sah-weet :) Thanks /Martin -----Original Message----- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: 29. juni 2004 13:50 To: Martin Wendel; 'Turbine Users List' Subject: RE: eric.. Fulcrum CVS out of date? 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]
