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]

Reply via email to