Hide Forgot
Date of First Response: 2008-01-25 11:24:41 project_key: SOA BindingServiceUnitTestCase verifies the binding manager service jboss EAP on 2 EAP instances. It starts up 2 EAP instances based on the binding configurations in sample-bindings.xml The test complains that the jboss.esb:service=DataFilerScheduler is not started. Does port binding configurations need to be defined in sample-bindings.xml for jboss.esb:service=DataFilerScheduler ? Or should the test ignore this? Attaching the test case. 2008-01-22 16:49:05,064 INFO [org.jboss.test.binding.BindingServiceUnitTestCase] +++ testAvailableServices, jndiURL=jnp://10.18.90.97:1199 2008-01-22 16:49:07,483 DEBUG [org.jboss.security.SecurityAssociation] Using ThreadLocal: false 2008-01-22 16:49:15,523 DEBUG [org.jboss.test.binding.BindingServiceUnitTestCase] Skipping BarrierController.Barrier service: 'jboss.ha:service=HASingletonDeployer,type=Barrier', in state: Started 2008-01-22 16:50:32,419 ERROR [org.jboss.test.binding.BindingServiceUnitTestCase] jboss.esb:service=DataFilerScheduler is not Started, state=null 2008-01-22 16:51:04,239 INFO [org.jboss.test.binding.BindingServiceUnitTestCase] +++ testAvailableServices, jndiURL=jnp://10.18.90.97:1299 2008-01-22 16:51:25,464 DEBUG [org.jboss.test.binding.BindingServiceUnitTestCase] Skipping BarrierController.Barrier service: 'jboss.ha:service=HASingletonDeployer,type=Barrier', in state: Created 2008-01-22 16:52:14,191 ERROR [org.jboss.test.binding.BindingServiceUnitTestCase] jboss.esb:service=DataFilerScheduler is not Started, state=null
Attachment: Added: BindingServiceUnitTestCase.java
Rajesh - can you attach the server log? Thx!
Link: Added: This issue related JBESB-1520
Fixed in CP branch (see JBESB-1520). drseuss:console tcunning$ svn commit ./management/src/main/java/org/jboss/soa/esb/monitoring/server/BeanRegistrationServlet.java Sending management/src/main/java/org/jboss/soa/esb/monitoring/server/BeanRegistrationServlet.java Transmitting file data . Committed revision 18150.
Rajesh - can you re-run this test with the SOA-P GA bits?
can this issue be closed or does it need re-opening
Link: Added: This issue is related to SOA-473