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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
