[JBoss-dev] jboss and icmp sockets (any use?)

2002-12-22 Thread Michael Bartmann
Hi socket programmers, While writing mbeans to interface with legacy tcp/ip hosts, I often thought it would be really usefull to be able to ping them. [[ As you surely know ping is icmp based, and jdks up to 1.4 don't support icmp sockets. Even if you write some jni code you are urged to run the

[JBoss-dev] Dynamic Loading/Unloading of Plugins (was: RE: [eclipse-dev] Eclipse Project 2.2 Draft Plan posted)

2002-12-22 Thread Matt Munz
Christophe, Well, I'm not aware of a doc that refers to loading/unloading specifically. JMX is a specification that focuses on instrumentation of networked components, and it, like many Java Specifications, has a limited focus, with few implementation details described in the

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 22-December-2002

2002-12-22 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 991 Successful tests: 983 Errors:6 Failures: 2 [time of test: 2002-12-22.12-05 GMT] [java.version: 1.3.1]

[JBoss-dev] Good-bye II

2002-12-22 Thread Andy
Hi Geeks Some people asked why I am leaving and therefore I took some time to explain what happened from my view. The kick-out also raises the question how owns the code of an open-source project especially when a company like JBoss Group (JBG) makes money out of it but also controls who can

RE: [JBoss-dev] Dynamic Loading/Unloading of Plugins (was: RE: [eclipse-dev] Eclipse Project 2.2 Draft Plan posted)

2002-12-22 Thread James Higginbotham
Funny, I was thinking about this concept the other day, as I still have delusions of grandjeur to build a rich client application on top of the Jboss kernel. My thoughts on this were along the lines of the following, based on a scenario of an upgraded component version (discovered via some

Re: [JBoss-dev] Dynamic Loading/Unloading of Plugins (was: RE: [eclipse-dev] Eclipse Project 2.2 Draft Plan posted)

2002-12-22 Thread David Jencks
How much of what you are thinking of would be handled by: jmx jboss service lifecycle jboss mbean dependencies enhanced by including the version as a key in the ObjectName and using queries or filter conditions rather than equality for resolution of dependencies. BTW in jboss 4 clients using

RE: [JBoss-dev] Dynamic Loading/Unloading of Plugins (was: RE: [eclipse-dev] Eclipse Project 2.2 Draft Plan posted)

2002-12-22 Thread James Higginbotham
How much of what you are thinking of would be handled by: jmx Most if not all of it - the JMX timer would be responsible for the async work of taking down and upgrading the module and its dependencies. In addition, the rich client platform would benefit from JMX itself. The only problem is

Re: [JBoss-dev] jboss and icmp sockets (any use?)

2002-12-22 Thread Scott M Stark
If anything has a portable ICMP layer I would expect it in the Ethereal protocol analyzer : http://www.ethereal.com/ I'm interested in getting this an other network topology tools working in JBoss to better support cluster configuration issues so I'll help get something going here.