RE: FW: surefire and initial context

2008-02-03 Thread Matthew Shaw
] Sent: Friday, 1 February 2008 12:32 PM To: Maven Users List Subject: Re: FW: surefire and initial context You can put a sleep statement in your test so that you can pause the process long enough to run ps and see the java command being executed. That output will have the full classpath the jvm

FW: surefire and initial context

2008-01-31 Thread Matthew Shaw
Thought I'd try again with this one. I am totally stuck. Any help would be greatly appreciated. -Original Message- From: Matthew Shaw [mailto:[EMAIL PROTECTED] Sent: Thursday, 31 January 2008 1:53 PM To: users@maven.apache.org Subject: surefire and initial context Hi there, I am

Re: FW: surefire and initial context

2008-01-31 Thread Wayne Fay
be greatly appreciated. -Original Message- From: Matthew Shaw [mailto:[EMAIL PROTECTED] Sent: Thursday, 31 January 2008 1:53 PM To: users@maven.apache.org Subject: surefire and initial context Hi there, I am running maven2 and surefire plugin 2.4 to execute junit4 style tests. I am

Re: FW: surefire and initial context

2008-01-31 Thread Brice Lambi
and initial context Hi there, I am running maven2 and surefire plugin 2.4 to execute junit4 style tests. I am using spring2.5 and creating a jndiTemplate bean with the following properties to talk to a weblogic 10 server message queue. bean id=jndiTemplate class

surefire and initial context

2008-01-30 Thread Matthew Shaw
Hi there, I am running maven2 and surefire plugin 2.4 to execute junit4 style tests. I am using spring2.5 and creating a jndiTemplate bean with the following properties to talk to a weblogic 10 server message queue. bean id=jndiTemplate class=org.springframework.jndi.JndiTemplate