Jacek Laskowski wrote:

[java] 21:19:02,431 WARN [DeploymentController] Unable to deploy URL file:c:/projects/geronimo/target/geronimo-DEV/etc/boot-service.xml
[java] org.apache.geronimo.kernel.deployment.DeploymentException: [Adaptor:protocol=JRMP] java.lang.ClassNotFoundException: mx4j.adaptor.rmi.jrmp.JRMPAdaptor

I've just figured it out. The class name should've been mx4j.tools.adaptor.rmi.jrmp.JRMPAdaptor. In order to reflect the class name's change the file - modules/core/src/conf/boot-service.xml - needs to be updated:


<mbean code="mx4j.tools.adaptor.rmi.jrmp.JRMPAdaptor" name="Adaptor:protocol=JRMP">

I'm going to create an issue report in Geronimo's JIRA so that it won't be missed.

Jacek



Reply via email to