[JBoss-user] javax.management location in 3.0.4

2003-02-04 Thread G.L. Grobe
So where did the package 'javax.management' move to in 3.0.4? A lot of 
jmx*.jar's have moved around from 3.0.2 to 3.0.4.

Thnxs



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] javax.management location in 3.0.4

2003-02-04 Thread G.L. Grobe
Sorry, I need to clarify that last ... I'm looking for the package 
where MBeanServer got moved to.

So where did the package 'javax.management' move to in 3.0.4? A lot of 
jmx*.jar's have moved around from 3.0.2 to 3.0.4.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] javax.management location in 3.0.4

2003-02-04 Thread Guy Rouillier

- Original Message -
From: G.L. Grobe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 04, 2003 6:19 PM
Subject: Re: [JBoss-user] javax.management location in 3.0.4


 Sorry, I need to clarify that last ... I'm looking for the package
 where MBeanServer got moved to.

A little trick I use:

cd /jboss-/lib
unzip -l *.jar javax/management/MBeanServer.class

reveals that in 3.2, this class is in jboss-jmx.jar.  If you don't know
the full name of the class, you can find it with this:

unzip -l *.jar | grep MBeanServer.class




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user