Sorry about that. It was a typo (semicolon at end of line) ...
----- Original Message ----- From: "Matthew Pomar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 6:12 AM Subject: Extending User in Turbine 2.3 - ClassNotFoundException > I'm following the instructions on the Turbine website to extend the security > system to include a custom User implementation that includes additional > fields. I've gone all the way to the end, but when I try to run the first > page of the app after the server restarts, I get a ClassNotFoundException > for my custom user peer. > > From my TurbineResources.properties file: > > services.SecurityService.torque.userPeer.class = > com.mycompany.myapp.om.TurbineUserPeer; > > I've verified .class file exists in the classpath and even instantiated the > file in a screen class (Index.java) with no exceptions. > > Is the possible the problem is the name? > > Thanks, > - Matt > > --------------------------------------------------------------------- > 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]
