Hi there,
I'm trying to extend the the base TurbineUser class. I've had a few issues around 
compiling the OM layer generated by Torque.

My BaseNewappPeer extends FlsUserPeerAdapter which in turn extends the TurbineUserPeer.

I get the following method error....which is correct considering User is a static 
method. Am I missing something? 

Thanx in advance,
James
The method com.maxware.fls.om.FlsUser row2Object(com.workingdogs.village.Record, int, 
java.lang.Class) declared in class com.maxware.fls.om.BaseFlsUserPeer cannot override 
the method of the same signature declared in class 
org.apache.turbine.om.security.peer.TurbineUserPeer. They must have the same return 
type. public static FlsUser row2Object (Record row, int offset,Class cls ) 

Reply via email to