Actually, what it seems to be complaining about is that the persistence layer in JBoss
Messaging has a declared dependency to the JGroups ChannelFactory service. This service
is deployed by default in the clustered "all" configuration (run "jboss.sh
-c all"), but is not in the default or minimal configurations.
You can either:
1. switch to the "all" configuration
2. deploy the ChannelFactory service into the configuration you're using
3. set the messaging to be non-clustered:
* set the Clustered attribute of the MessagingPostOfficeService mbean to be false
* comment out the dependency on the ChannelFactory service
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191534#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...