[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0 CR2 and PostgreSQL

akpraha do-not-reply at jboss.com
Sun Nov 23 04:59:43 EST 2008


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#4191534

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



More information about the jboss-user mailing list