I had some JBuilder settings wrong, so it actually wasn't finding the torque.jar. So that problem is resolved. However, I'm now facing a probably simple configuration issue. I'm getting:
org.apache.turbine.services.InstantiationException: ServiceBroker: unknown service LoggingService requested during a BasePeer.getMapBuilder() call. Looks like it's not resolving the location of the TurbineResources.properties file, which is located in WEB-INF/conf (per the documentation). Before I get the source and track this down, any ideas or suggestions? Thanks. -----Original Message----- From: Patrick Saunders [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 4:16 PM To: Turbine Users List Subject: Re: NoClassDefFoundError: org/apache/turbine/om/BaseClass Robert, Are you sure this is a Torque error? I am unable to lookup the API at the moment, but off the top of head, it looks like that class may come from the turbine jar - tdk2-1b.jar . A simple way to test what classes are availabe is to edit an existing class (or create a new one), then type in "org.apache.turbine." and JBuilder will show you available classes. I am doing all my development under Jbuilder4 on linux, quite successfully as I know a few others are, so if this doesn't fix it I'm sure someone else will have some input. pat. > I'm trying to get a simple JSP/Struts app running using Torque under > JBuilder 6 Enterprise. The torque.jar is included in the project, but I get > the above exception when trying to instantiate an object generated by > Torque. Couldn't find anything in the archives on this. Any suggestions? > > > ------------------------------------------- > Robert D. Morse > [EMAIL PROTECTED] > PGP Key: D9C4AA6A > PGP Finger Print: ED56 DEEA 95CF AC99 C2B0 77D4 7D92 ACCA D9C4 AA6A > > > -- > To unsubscribe, e-mail: <mailto:turbine-user- [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-user- [EMAIL PROTECTED]> > > > -- NeoMail - Webmail that doesn't suck... as much. http://neomail.sourceforge.net -- 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]>
