OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Stephen Smithstone
Any one using the ojb stuff ?? which jar files do i need to deploy with my struts app i have trouble when i include the xercesImpl.jar and xml-apis.jar in my struts app /WEB-INF/lib folder the struts actionservelet throws up some nasty java.lang.VerfiyError upon loading of tomcat any help

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Kwok Peng Tuck
Shouldn't the xercesImpl.jar and xml-apis.jar be in $CATALINA_HOME/common/endorsed ? Stephen Smithstone wrote: Any one using the ojb stuff ?? which jar files do i need to deploy with my struts app i have trouble when i include the xercesImpl.jar and xml-apis.jar in my struts app /WEB-INF/lib

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Thomas CORNET
I'm using OJB 0.9.8 with Struts 1.1 rc1, and the only jars I've included in my WEB-INF/lib are 'jakarta-ojb-0.9.8.jar', 'jakarta-ojb-0.9.8-junit.jar' and 'jdbc2_0-stdext.jar'. I had no problems with that config for the moment. Thomas At 11:37 01/04/2003, you wrote: Any one

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Guido
What JDK version are you using? I had that exception when I was compiling my classes with a JDK and running them in a Tomcat using a different version. Regards, Guido. Stephen Smithstone wrote: Any one using the ojb stuff ?? which jar files do i need to deploy with my struts app i have trouble

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Stephen Smithstone
Im running 1.4.1_01 On Tuesday 01 April 2003 3:41 pm, Guido wrote: What JDK version are you using? I had that exception when I was compiling my classes with a JDK and running them in a Tomcat using a different version. Regards, Guido. Stephen Smithstone wrote: Any one using the ojb