Re: [JBoss-user] "Invalid invocation, check your deployment packaging"error and JUnitEJB

2003-04-02 Thread Stefan Puiu
Thanks very much, I'll look that up. Scott M Stark wrote: You have class version problems due to the packaging of your compoents and the default call by reference optimization done by JBoss. See the class loading architecture docs and then look to the 3.0.5+ versions which eliminated many of the

Re: [JBoss-user] "Invalid invocation, check your deployment packaging" error and JUnitEJB

2003-04-01 Thread Scott M Stark
bject: Re: [JBoss-user] "Invalid invocation, check your deployment packaging" error and JUnitEJB > Come on, hasn't anybody encountered this problem yet? Tell me that > friday afternoon is not a good time to ask technical questions, but > don't tell me this... Search

Re: [JBoss-user] "Invalid invocation, check your deployment packaging"error and JUnitEJB

2003-04-01 Thread Stefan Puiu
Come on, hasn't anybody encountered this problem yet? Tell me that friday afternoon is not a good time to ask technical questions, but don't tell me this... Searching for "Invalid invocation" in the list archive doesn't yield anything useful, google gives some very short reply message that does

[JBoss-user] "Invalid invocation, check your deployment packaging" error and JUnitEJB

2003-03-28 Thread Stefan Puiu
Hello list, I'm using the Sun 1.4.1 JDK, JBoss 3.0.4 on a Mandrake Linux 9.0 box. I'm experiencing a problem in running tests using JUnitEJB on some .ear packages. I have two packages, and , and each one of them has a 'test' subpackage which includes tests that inherit from EJBTestCase. The .