Re: JUnit question

2008-11-20 Thread ericp56
://www.nabble.com/JUnit-question-tp20306283p20606400.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: JUnit question

2008-11-19 Thread ericp56
I wasn't paying attention to the package, only the class name. Thanks for the clarification:) -- View this message in context: http://www.nabble.com/JUnit-question-tp20306283p20580964.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: JUnit question

2008-11-05 Thread Jacek Laskowski
On Wed, Nov 5, 2008 at 12:05 AM, ericp56 [EMAIL PROTECTED] wrote: My current problem is caused by: Caused by: java.lang.NoClassDefFoundError: org/apache/commons/dbcp/BasicDataSource Add commons-dbcp-*.jar to CLASSPATH and start it over. Jacek -- Jacek Laskowski Notatnik Projektanta Java EE

Re: JUnit question

2008-11-05 Thread ericp56
That's already included in my classpath via openejb-core-3.0.jar (in Geronimo server). -- View this message in context: http://www.nabble.com/JUnit-question-tp20306283p20351506.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: JUnit question

2008-11-05 Thread David Blevins
On Nov 5, 2008, at 2:50 PM, ericp56 wrote: That's already included in my classpath via openejb-core-3.0.jar (in Geronimo server). Not sure I follow. The embeddable EJB container functionality for unit testing doesn't use the Geronimo server. Also Geronimo doesn't use commons-dbcp as

JUnit question

2008-11-03 Thread ericp56
: http://www.nabble.com/JUnit-question-tp20306283p20306283.html Sent from the OpenEJB User mailing list archive at Nabble.com.