Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-07-18 Thread Srepfler Srgjan
Marco Mistroni wrote: hi darren, there are problems with surefire-2.0.. i have mailed testng mailiing lists.. if you run maven -x with both surefire-2.2 and surefire-2.0 you'llnoticd that with 2.2 there are plenty of jars being loaded in jboss, while with 2.0there areonly 3.. that was as far as

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Marco Mistroni
hi darren, there are problems with surefire-2.0.. i have mailed testng mailiing lists.. if you run maven -x with both surefire-2.2 and surefire-2.0 you'llnoticd that with 2.2 there are plenty of jars being loaded in jboss, while with 2.0there areonly 3.. that was as far as i debugged.. i m pretty

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Srepfler Srgjan
Darren Hartford wrote: Tested with alpha 8, no problems. Although, still need to use the SUREFIRE-2.2-SNAPSHOT plugin. -D But the set of files are completely different, what is the list we can cut/replace? Srgjan - To unsu

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Darren Hartford
Tested with alpha 8, no problems. Although, still need to use the SUREFIRE-2.2-SNAPSHOT plugin. -D > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 27, 2006 11:39 AM > To: Maven Users List > Subject: Re: Sample project using M2/

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Srepfler Srgjan
Marco Mistroni wrote: hello, sorry... you have to get it from ejb3-embeddable alpha6 ... go to www.jboss.org, and look for EJB3 Download you should look for EJB3.0 RC6 PFD now they are at version 8 i'll try asap to see if my simple sample break i will if necessary update zip hth marco

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Marco Mistroni
hello, sorry... you have to get it from ejb3-embeddable alpha6 ... go to www.jboss.org, and look for EJB3 Download you should look for EJB3.0 RC6 PFD now they are at version 8 i'll try asap to see if my simple sample break i will if necessary update zip hth marco On 6/27/06, Srepfler Sr

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Srepfler Srgjan
Hi Marco, I want to try your example but where can we find the files ehcache-alpha6.jar, hibernate-all-alpha6.jar, jboss-ejb3-all-alpha6.jar and thirdparty-all-alpha6.jar ? The latest jboss microcontainer release is 1.0.2 and it doesn't contain these libs (actually, is this the project we're s

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marco Mistroni
Mistroni [mailto:[EMAIL PROTECTED] > Sent: June 26, 2006 9:50 AM > To: Maven Users List > Subject: Re: Sample project using M2/EJB3/TestNG for using > jboss embeddable container > > Hi, > just noticed one minor thing (i already post msg on testng > mailing list) in that pro

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marco Mistroni
HI Serge, no, but it s just a matter of making the EJB3ContainerTest class an AbstractJUnit test.. i'll do it as soon as i have timne changes are very trivial, ifyou want you can change it yourself :) regards marco On 6/26/06, Serge Emmanuel Pagop <[EMAIL PROTECTED]> wrote: Hi marco, I want t

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marc Tremblay
co Mistroni [mailto:[EMAIL PROTECTED] > Sent: June 26, 2006 9:50 AM > To: Maven Users List > Subject: Re: Sample project using M2/EJB3/TestNG for using > jboss embeddable container > > Hi, > just noticed one minor thing (i already post msg on testng > mailing list) in that pro

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Serge Emmanuel Pagop
Hi marco, I want to know if you already run a simple junit sample of jboss embeddable ejb3 testcase unter maven 2.0? On 6/26/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: Hi, just noticed one minor thing (i already post msg on testng mailing list) in that project, surefire version is 2.2-SNAPS

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marco Mistroni
Hi, just noticed one minor thing (i already post msg on testng mailing list) in that project, surefire version is 2.2-SNAPSHOT if you change it to 2.2, all the test will fail.. for some weird reason that i still have to figue out this just to let you know rgds marco On 6/26/06, Darren Hartford

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Darren Hartford
Yay! Thanks Marco, Tim :-) > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 25, 2006 2:02 PM > To: Maven Users List > Subject: Sample project using M2/EJB3/TestNG for using jboss > embeddable container > > hi all, >i have added to maven pa