> The JMX Spec allows you to override the MBeanServerBuilder Implementation. > Just add -Djavax.management.builder.initial > = org.jboss.mx.server.MBeanServerBuilderImpl to your run.conf and you are > done. Almost. > > Because you first might encounter a few JMX JDK Bugs, which will prevent > booting JBoss. I have reported them against build-32 and got a confirmation > that those are fixed, but haven't been able to check whether they made it in > the current build or not.
this is obviously a lot more convenient than my self build rt.jar file. unfortunately, then it tries to load the the jboss managment server immediately. i.e. throws a ClassNotFoundException just as in the case, when i put the jboss-jmx.jar in the Xbootclasspath. this could of course just be what you hinted at: > The second problem is the "broken" LoaderRepository implementation > within Jboss (4.x), so you need to patch Jboss in order to get it up and > running. i am running JBoss 3.2.3, but i do not think this will make a great difference. i guess i have to wait for the new release for doing it propertly. thanks again, heinz-dieter conradi ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
