When running the EJB integration sample which uses
cactus the jboss instance never stops and no test
result is produced.
Environment:
Windows XP
Ant 1.5.3-1
Java 1.4.1_03-b02
Maven Beta 11 (cvs co 17/7/2003)
jboss-3.2.1_tomcat-4.1.24
I have changed the RecursiveSearch as mentioned in
the README file and my build.properties seems correct:
jboss.home.dir = C:/opt/jboss/jboss-3.2.1_tomcat-4.1.24
jboss.server.dir = ${jboss.home.dir}/server/default
jboss.deploy.dir = ${jboss.server.dir}/deploy
j2ee.jar = ${jboss.server.dir}/lib/jboss-j2ee.jar
junit.jar =
C:/Projects/opensource/junitbook/repository/junit/jars/ju
nit-3.8.1.jar
I execute ant in junitbook\ejb\integration and after
compilation etc. Jboss is started and the last message
is "Jboss started..". Nothing else happens.
There seems to be either some documentation missing
or there is a bug somewhere.
Thomas
Logged In: YES
user_id=22169
Hi Thomas,
I'll be reviewing the EJB chapter code next week. I'll
rerun all examples at that time. I've also made some
changes to the source code that I need to commit and
that may fix the issue you're facing. I'll keep you
informed.
I hope you can wait one week! :-)
Thanks
-Vincent
Logged In: YES
user_id=22169
Hi Thomas,
Could you try using the 1.0 release and see if it works
better (it should!).
Thanks and sorry for the delay.
-Vincent
Logged In: YES
user_id=22169
I'm tentatively closing this bug as I cannot reproduce it
and I haven't heard from Thomas. Please feel free to
reopen it if it's still a problem with the latest 1.0 version.