RE: NoClassDefFoundError for class Resources

2007-05-17 Thread Steve Wooten
Thanks Chris! That did it. I added ibatis-sqlmap-2.3.0.jar To my application.xml file. -Original Message- From: Chris Lamey [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 5:14 PM To: user-java@ibatis.apache.org Subject: RE: NoClassDefFoundError for class Resources

RE: NoClassDefFoundError for class Resources

2007-05-16 Thread Chris Lamey
TED] > Sent: Wednesday, May 16, 2007 4:21 PM > To: user-java@ibatis.apache.org > Subject: RE: NoClassDefFoundError for class Resources > > What does your ear file's deployment descriptor look like? > > On Wed, 2007-05-16 at 16:15 -0400, Steve Wooten wrote: > > Thanks

RE: NoClassDefFoundError for class Resources

2007-05-16 Thread Steve Wooten
, Richard K CTR DMDC [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2007 3:02 PM > To: user-java@ibatis.apache.org > Subject: RE: NoClassDefFoundError for class Resources > > This is caused by the fact that EJB classes are loaded by a different > class loader than the one used

RE: NoClassDefFoundError for class Resources

2007-05-16 Thread Chris Lamey
ED] > Sent: Wednesday, May 16, 2007 3:02 PM > To: user-java@ibatis.apache.org > Subject: RE: NoClassDefFoundError for class Resources > > This is caused by the fact that EJB classes are loaded by a different > class loader than the one used by the web application.

RE: NoClassDefFoundError for class Resources

2007-05-16 Thread Steve Wooten
using jboss. Any other suggestions? -Original Message- From: Yee, Richard K CTR DMDC [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 3:02 PM To: user-java@ibatis.apache.org Subject: RE: NoClassDefFoundError for class Resources This is caused by the fact that EJB classes are loaded

RE: NoClassDefFoundError for class Resources

2007-05-16 Thread Yee, Richard K CTR DMDC
This is caused by the fact that EJB classes are loaded by a different class loader than the one used by the web application. Check your Jboss documentation for using EJBs. -Richard -Original Message- From: Steve Wooten [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 11:16 AM To

Re: NoClassDefFoundError Resources

2007-05-09 Thread Chris Lamey
Did you declare that jar in the ear deployment descriptor? On Wed, 2007-05-09 at 14:52 -0400, Steve Wooten wrote: > I am attempting to use ibatis in a Session bean with JBoss. > > I have a helper class that load the ibatis config with the following > code > >try { > >

RE: Noclassdeffounderror

2005-10-24 Thread Voorhoeve, Niels {PBG}
:47 PM To: user-java@ibatis.apache.org Subject: RE: Noclassdeffounderror Should I import the jar files into my web-inf/lib? Mithra Rajah -Original Message- From: Voorhoeve, Niels {PBG} [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 4:41 PM To: user-java@ibatis.apache.org

RE: Noclassdeffounderror

2005-10-24 Thread Rajah_Mithra
Should I import the jar files into my web-inf/lib? Mithra Rajah -Original Message- From: Voorhoeve, Niels {PBG} [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 4:41 PM To: user-java@ibatis.apache.org Subject: RE: Noclassdeffounderror Your application server's WEB-IN

RE: Noclassdeffounderror

2005-10-24 Thread Voorhoeve, Niels {PBG}
Your application server's WEB-INF/lib directory. That's the usual location for jar deployment. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 4:35 PM To: user-java@ibatis.apache.org Subject: RE: Noclassdeffounderror

RE: Noclassdeffounderror

2005-10-24 Thread Rajah_Mithra
gt; ibatis-common-2.jar & sqlmap-2.jar on my class path > > > Mithra Rajah > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Larry Meadors > Sent: Monday, October 24, 2005 3:57 PM > To: user-java@ibatis.apache.org &g

Re: Noclassdeffounderror

2005-10-24 Thread Larry Meadors
mp; sqlmap-2.jar on my class path > > > Mithra Rajah > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Larry Meadors > Sent: Monday, October 24, 2005 3:57 PM > To: user-java@ibatis.apache.org > Subject: Re: Noclassdeff

RE: Noclassdeffounderror

2005-10-24 Thread Rajah_Mithra
f Of Larry Meadors Sent: Monday, October 24, 2005 3:57 PM To: user-java@ibatis.apache.org Subject: Re: Noclassdeffounderror Where is the struts jar, and where is the ibatis jar? Larry On 10/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > I get this err

Re: Noclassdeffounderror

2005-10-24 Thread Larry Meadors
Where is the struts jar, and where is the ibatis jar? Larry On 10/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > I get this error when I use IBATIS with struts: > > java.lang.NoClassDefFoundError: > com/ibatis/common/resources/Resources > > I have set the classpath correctly. >