Greetings,
I apologize if this is a simple question. I check the
mail archives and could not find an answer. I am
trying to walkthrough the tutorial. I have
successfully generated my classes and SQL code.
However, when I try to run a Test program that will
insert a record I get the following error message:
Exception in thread "main"
java.lang.ExceptionInInitializerError:
org.apache.turbine.services.InstantiationException:
ServiceBroker: unknown service LoggingService
requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseServiceBroker.java:356)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.java:298)
at
org.apache.turbine.util.Log.error(Log.java:449)
at
org.apache.turbine.om.peer.BasePeer.getMapBuilder(BasePeer.java:1863)
at
org.apache.turbine.BaseStudentPeer.<clinit>(BaseStudentPeer.java:34)
at
org.apache.turbine.BaseStudent.save(BaseStudent.java:263)
at TestTorque.main(TestTorque.java:12)
Any insights? I checked my Classpath and everything
looked alright to me.
Thanks ahead of time for the help,
John
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>