[JBoss-user] cactus problem: classcastexception and "Errorfinding class"

2002-12-09 Thread Rajendra_Prasad
hi all i am prasad from india i am facing following problem with cactus . i am using it with the ejb and jboss. can u get me the solution for the above exception. the following is the exception: test: [echo] ./target/classes [junit] Running org.apache.cactus.sample.ejb.ConverterTest

Re: [JBoss-user] cactus problem: classcastexception and "Errorfinding class"

2002-12-03 Thread Dave Smith
You are problably redeploying jars that are out of the scope of the ear. The JVM cache's the orginal and then when the jar is deployed there are two copies. I would suggest that all of the jars/ejbs that are required for the test are in the ear. My application.xml looks like this ( the cactus and j

Re: [JBoss-user] cactus problem: classcastexception and "Errorfinding class"

2002-12-03 Thread Dave Smith
You are problably redeploying jars that are out of the scope of the ear. The JVM cache's the orginal and then when the jar is deployed there are two copies. I would suggest that all of the jars/ejbs that are required for the test are in the ear. My application.xml looks like this ( the cactus and j

Re: [JBoss-user] cactus problem: classcastexception and "Errorfinding class"

2002-12-02 Thread SainTiss
Hi, I found out the second exception was my own fault (packaging mistake), but the first is still a mistery... (although I'm not able to reproduce it so it seems...) Hans On Mon, 2002-12-02 at 18:22, SainTiss wrote: > Hi, > > I managed to build and run a simple cactus test, but then I rebuilt a