Re: [OT-ish] testing EJB3 components? ( embedded jboss? )

2008-11-09 Thread Mick Knutson
Look at the cargo plugin to start and deploy to jboss. On Sun, Nov 9, 2008 at 1:12 PM, Rick <[EMAIL PROTECTED]> wrote: > I'm really having a heck of time figuring out how to EASILY test my > EJB3 components with Maven2/TestNG. I'm using the @EJB annotations to > inject EJBs into my Stateless sess

Re: [OT-ish] testing EJB3 components? ( embedded jboss? )

2008-11-09 Thread Stephen Connolly
depending on what you want to test, you might get part of the way (for unit testing anyway) with easygloss.dev.java.net it only covers injecting the resources, but with a good mocking framework you can get the important stuff tested (I wrote it, so I should know ;-) ) -Stephen On 09/11/2008, Ri

Re: [OT-ish] testing EJB3 components? ( embedded jboss? )

2008-11-09 Thread Karsten Ohme
Rick schrieb: > I'm really having a heck of time figuring out how to EASILY test my > EJB3 components with Maven2/TestNG. I'm using the @EJB annotations to > inject EJBs into my Stateless session beans and it works fine in my > deployed ear to JBoss5. What I want to do is to test some of these > E

[OT-ish] testing EJB3 components? ( embedded jboss? )

2008-11-09 Thread Rick
I'm really having a heck of time figuring out how to EASILY test my EJB3 components with Maven2/TestNG. I'm using the @EJB annotations to inject EJBs into my Stateless session beans and it works fine in my deployed ear to JBoss5. What I want to do is to test some of these EJB3s. Some of them call