Hi, There,
  I am an novice and extend class

public class FmaUsersPeer
    extends com.onerev.fma.components.BaseFmaUsersPeer
{
  public static void main(String [] args)
  {
    System.out.println("testing...") ;

  }
}


I tried to run this class but jvm tells me that:

Hit uncaught exception org.apache.turbine.services.InstantiationException
java.lang.ExceptionInInitializerError:
org.apache.turbine.services.InstantiationException: ServiceBroker: unknown
service LoggingService requested        at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseService
Broker.java:356)        at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.j
ava:298)        at org.apache.turbine.util.Log.error(Log.java:449)      at
org.apache.turbine.om.peer.BasePeer.getMapBuilder(BasePeer.java:1863)   at
com.onerev.fma.components.BaseFmaUsersPeer.<clinit>(BaseFmaUsersPeer.java:34
) 

Isn't torque decoupled from turbine ? I want to only use torque to do
database access to save me some time. I am using structs
and weblogic frame work. I am thinking of using turbine to help me to do
bean managed persistence. I wonder if that is a valid choice. structs are
already chosen. Can I get some help from somewhere ?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to