Re: project.xml file

2005-12-31 Thread Tanju Erinmez
Leila, This reply might be not the solution you seek. Perhaps, you might want to check out maven2 for your purposes. Especially for a simple setup you will be up and running quite fast: You would need to: 1. Download and install it from http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2

Re: Testing with EJB3

2005-11-14 Thread Tanju Erinmez
eBootstrap.boot( > EJB3StandaloneBootstrap.java:209) > > I'm guessing it could have something to do with an incompatibility in > the versions of the xerces that the embedded ejb3 container comes with > and the one that maven uses. Did you run into this at all? How did you > solve i

Re: Testing with EJB3

2005-11-12 Thread Tanju Erinmez
The problem deployment wise with the JBoss EJB3 alpha 3 release is that the 3rd party libs are not pruned (reduced to the necessary ones). So you might find yourself doing some unnecessary work. What I did for the time being and not waste too much time on infra was to simply jar everything up and i