[jboss-user] [EJB 3.0] - Re: RC9 + JBoss Messaging 1.0.1GA Install Problem

xiangya do-not-reply at jboss.com
Thu Oct 26 04:14:37 EDT 2006


JBoss4.0.5, EJB3-RC9, Jboss-messaging1.0.2Alpha1  
I try these again, and with some troubles, and again get it.
There are some steps should be:
1, configure messaging:
cd jboss/jboss-messaging-1.2.0.Alpha1/util
ant -f release-admin.xml -Dconfig.name=messaging
where "messaging" is jboss server config name.
2, configure ejb3
cd jboss/jboss-EJB-3.0_RC9-FD
ant -f install.xml -Djboss.server.config=messaging
and again, where "message" is jboss server config name.
3, clean ejb3
cd jboss/jboss-4.0.5.GA/server/messaging/deploy
rm ejb3-clustered-sfsbcache-service.xml ejb3-entity-cache-service.xml
rm -fr jms
where there jms is old jms and it's mustly condition deploy ejb3 with messaging.
4, validate test
cd jboss/jboss-messaging-1.2.0.Alpha1/examples/queue
ant
this should be successful.
5, test ejb3mdb
cd jboss/jboss-messaging-1.2.0.Alpha1/examples/ejb3mdb
ant
this should be successfull.


By the way, as you seen, ant use property jboss.server.config and config.name. identify thing but different name, because of difference team or group.
Is there some responsible against PM? 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980933#3980933

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980933



More information about the jboss-user mailing list