I am using weblogic server, but only on the server side. I wish to use bean managed persistence instead of container managed one. and put the business logic in peers. Jinsong
-----Original Message----- From: Barry Glasco [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 1:52 PM To: Struts Users Mailing List Subject: Re: Torque problem WebLogic framework? or WebLogic Server? If you are using WebLogic server why do you need this framework? ----- Original Message ----- From: "Jinsong Hu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 3:31 PM Subject: Torque problem > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

