thanks to all who responded, the point indeed is the fact that with 1.5 sun bundles the jmx extension with the standard edition.
(i.e. recompiling would not work, however recompiling does at all, since ant complaints: [execmodules] javac: source release 1.4 requires target release 1.4) putting the jboss libraries one after the other in Xbootclasspath (or with the same effect in jre/lib/endorsed) just got me to a nullpointer exception when it tried to get hold of a manager. at last i tried to just ged rid of the management extension from sun. i unjared the rt.jar file from sun, got rid of the whole javax/management directory, jared it again and put it at it's place in jre/lib. jboss then booted and my tests indeed worked :-) again, thanks to all, heinz-dieter ------------------------------------------------------- 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
