Thanks Chris,

I don't mean testing, I mean running the web application in container for 
development.
I'd like to be able to meet the following goals:

1. Make changes from my working copy and view at http://localhost immediately 
with no 'mvn deploy',
  just like with the jetty6 plugin.
2. Use EJB3.

Any solution that lets me meet those goals would be great.

Thanks

Tony,

If you want to test your session beans and MDBs you can use the JBoss
microcontainer.
It starts up very quickly. No need for a long running server.
Its been discussed a few times on this mailing list - I also have an
example in my book's source code.

EJB3 entity beans (aka JPA) can easily be tested outside of the container.

I hope this helps

Chris


--
Enterprise POJO consulting - http://www.chrisrichardson.net
Author, POJOs in Action - http://www.manning.com/crichardson
Enterprise POJOs blog - http://chris-richardson.blog-city.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to