Torque 3.0 b3 is missing about 3 or 4 jar files. You can get all the jars from http://jakarta.apache.org/turbine/torque/dependencies.html The error you're getting is because you don't have the commons-beanutils jar. The logging and jdbc2pool jars were also missing for me. I downloaded them and stuck them in my Torque\lib directory, and that fixed it.
Tobin Juday Software Engineer proud graduate of The Ohio State University [EMAIL PROTECTED] Phone: 614.564.4192 Pager: 877.546.0103 The #1 Way to Pay Online http://www.checkfree.com/paybillsonline "Christian Szczensny" <christian.szczensny@vo To: <[EMAIL PROTECTED]> ltimum.com> cc: Subject: MappedPropertyDescriptor error 08/01/2002 12:47 PM Please respond to "Turbine Torque Users List" Hi, I set up Torque successfully and was even able to compile a sample class. When trying to start it, I receive the following message: C:\torque>java org.apache.TorqueTest Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/be anutils/MappedPropertyDescriptor at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:130) at org.apache.torque.Torque.initDataSourceFactories(Torque.java:302) at org.apache.torque.Torque.initialize(Torque.java:229) at org.apache.torque.Torque.init(Torque.java:388) at org.apache.torque.Torque.init(Torque.java:368) at org.apache.TorqueTest.main(TorqueTest.java:15) I only inited ("Torque.init("Torque.properties");") Torque. What can I do? Thanks for your help- Christian -- 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]>
