If it is due to the ServiceBindingManager, you'd have the same problem with
ports-default.
You can confirm it's due to the SBM by commenting out the following in
conf/jboss-service.xml. If the problem goes away, it's the SBM.
| <mbean code="org.jboss.services.binding.ServiceBindingManager"
| name="jboss.system:service=ServiceBindingManager">
| <attribute name="ServerName">ports-01</attribute>
| <attribute
name="StoreURL">${jboss.home.url}/docs/examples/binding-manager/sample-bindings.xml</attribute>
| <attribute name="StoreFactoryClassName">
| org.jboss.services.binding.XMLServicesStoreFactory
| </attribute>
| </mbean>
|
BTW, what version of JBoss AS are we talking about here?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229431#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...