RE: [JBoss-user] Running Junit tests inside the same VM

2002-09-27 Thread Schnitzer, Jeff
. > > thanks > david jencks > > > > > If I can get these tests to work, it will save me the hassle of > > transition towards Cactus. > > > > TIA, > > DUshy > > > > > > -Original Message- > > From: David Jencks [mailto:

RE: [JBoss-user] Running Junit tests inside the same VM

2002-09-27 Thread Demyanovich, Craig - Apogent
t: Friday, September 27, 2002 12:06 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Running Junit tests inside the same VM > > > Demyanovich, Craig - Apogent wrote: > >>-Original Message- > >>From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] > >

Re: [JBoss-user] Running Junit tests inside the same VM

2002-09-27 Thread Dain Sundstrom
Demyanovich, Craig - Apogent wrote: >>-Original Message- >>From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] >>Sent: Friday, September 27, 2002 1:12 AM >>To: [EMAIL PROTECTED] >>Subject: Re: [JBoss-user] Running Junit tests inside the same VM >> >&g

RE: [JBoss-user] Running Junit tests inside the same VM

2002-09-27 Thread Demyanovich, Craig - Apogent
> -Original Message- > From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 1:12 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Running Junit tests inside the same VM > > ... > Junit internals suck. I would love to rewrite i

Re: [JBoss-user] Running Junit tests inside the same VM

2002-09-26 Thread Dain Sundstrom
David Jencks wrote: > On 2002.09.26 21:10:55 -0400 Dushyant Shrivastava wrote: > >>Hi David, >>Thanks for the reply! >> >>I did have a look at the cmp2 tests > > (jboss-all\testsuite\src\main\org\jboss\test\cmp2\cmr\test > >>), but still don't understand what actually triggers the tests inside

Re: [JBoss-user] Running Junit tests inside the same VM

2002-09-26 Thread David Jencks
]] > Sent: Thursday, September 26, 2002 8:35 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Running Junit tests inside the same VM > > > What you are doing won't work. Look at the cmp2 tests in the jboss > testsuite, Dain has a way of doing this. > >

RE: [JBoss-user] Running Junit tests inside the same VM

2002-09-26 Thread Dushyant Shrivastava
September 26, 2002 8:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Running Junit tests inside the same VM What you are doing won't work. Look at the cmp2 tests in the jboss testsuite, Dain has a way of doing this. david jencks On 2002.09.26 02:53:27 -0400 Dushyant Shrivastava wrot

Re: [JBoss-user] Running Junit tests inside the same VM

2002-09-26 Thread David Jencks
What you are doing won't work. Look at the cmp2 tests in the jboss testsuite, Dain has a way of doing this. david jencks On 2002.09.26 02:53:27 -0400 Dushyant Shrivastava wrote: > Hi, > I am trying to run a simple JUnit test inside JBoss server > > My environment: > JBoss : 3.0.2 > Ant: 1.

[JBoss-user] Running Junit tests inside the same VM

2002-09-25 Thread Dushyant Shrivastava
Title: Running Junit tests inside the same VM Hi, I am trying to run a simple JUnit test inside JBoss server My environment: JBoss : 3.0.2 Ant    : 1.5 JDK  : 1.4.0_01 JUnit :3.8.1 Now my testcase has a simple test which tries to talk to the local interface of a session bean running