Hi, > > [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.
I made this change few days ago in MX4J. Which MX4J version is Geronimo using ? If it is using the current MX4J CVS head, then I *strongly* suggest to move to JSR 160: there is no point in using the old stuff (that BTW is not mantained anymore). Simon > 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 > >
