0

I have started using PAX-EXAM with Karaf container to test our application. Sometimes the test just hangs before the test methods starts and it always hangs on cxf registering mbeans:

registering MBean org.apache.cxf:bus.id=service-cxf1915658948,type=Bus.Service.Endpoint,service="{http://org.service/}Service",port="Service",instance.id=888648364: javax.management.modelmbean.RequiredModelMBean@2dc85fc

Anyone knows why this occurs?

Pax-exam: 3.4.0
Karaf-container: 2.3.1

Marcus
  • 1,866
  • 1
  • 20
  • 33

1 Answers1

1

You should use the latest Karaf Container 2.3.3, afairc with 2.3.2 onward the blueprint graceperiod issue had been fixed or better worked around, this might lead to these situations.

Achim Nierbeck
  • 5,265
  • 2
  • 14
  • 22
  • Will try this, good though is that I'm now using pax, very easy to try 2.3.3 with my application. – Marcus Jan 16 '14 at 11:58