Can you post a copy of your TurbineUserAdapter, TurbineUserAdapterPeer, and TurbineMapBuilderAdapter? Depending on how you implemented it, you may not have all of of these....
-------------------------------------------- Quinton McCombs NequalsOne - HealthCare marketing tools mailto:[EMAIL PROTECTED] http://www.NequalsOne.com > -----Original Message----- > From: Stefan Kuhn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 11:27 AM > To: Turbine Users List > Subject: Problems extending TURBINE_USER > > > Hello, > I'm having problems when extending the TURBINE_USER table in > the database. I > followed the HowTo and I think I did everything like > described, but it works > only partly. If I set one of my new properties on a User > object and then call > TurbineSecurity.saveUser(runData.getUser()) it gets written > to the db. But if > I take a user from the session and call getProperty, it is > always null, even > if the respective column in the db is not. I implemented the > setProperty/getProperty via the Perm hashtable, as described > in the HowTo. It > seems the perm hashtable gets written to database columns, > but the columns > are not read. Any ideas ? Can anybody tell me where exactly > the hashtable is > filled - I could do some debugging then, but it's hard to > find the place in > all the classes. > Thanks a lot > Stefan > > -- > Stefan Kuhn M. A. > Cologne University BioInformatics Center > (http://www.cubic.uni-koeln.de) Z�lpicher Str. > 47, 50674 > Cologne > Tel: +49(0)221-470-7428 Fax: +49 (0) 221-470-5092 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
