Re: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapp ing via pluggable XMLet

2001-04-06 Thread Andreas Schaefer
Hi Stacy Because you used the RMIConnector is there anything I can improve on it ? I started to implement some sort of a plugin for the notification transport which then can use another technique than RMI (like a JMS etc.) to send the event over the wire. BTW I was wondering how you create a MB

FW: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapp ing via pluggable XMLet

2001-04-06 Thread Stacy Curl
-Original Message- From: Stacy Curl Sent: 06 April 2001 16:14 To: 'marc fleury' Subject: RE: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapp ing via pluggable XMLet > What is the mechanism for proxying? RMI? What do you use to connect to the > distant JMX

RE: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapping via pluggable XMLet

2001-04-06 Thread sneville
I am reposting this message to the entire list at Marc's request. He also responded with some intelligent remarks, and I will post his message as well. One remark I might add regards the following statement: >>> - Are there parallels between JMX and RMI, there is an RMIRegistry, does it make s

RE: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapp ing via pluggable XMLet

2001-04-06 Thread marc fleury
|Hello, I'd like to tell you about the code that I've developed and |contributed to JBoss. Thank you stacy, when we first talked over the phone 3 month ago, I thought you were not for real, you have proven me wrong and I am glad I trusted you with a RW passwd without prior work. Comments below,

RE: [JBoss-dev] SLSB remote and home : idea

2001-04-06 Thread Sacha Labourey
Hello, > Stateless doesn't do anything on the server (just creates a proxy) so yes > that could be merged. However if you use security then you are > stuck. There Oh yes, I had not think about this! The goal was to stay spec compliant, consequently... $ rm idea $ cd /HA Cheers,

RE: [JBoss-dev] SLSB remote and home : idea

2001-04-06 Thread marc fleury
Stateless doesn't do anything on the server (just creates a proxy) so yes that could be merged. However if you use security then you are stuck. There is no way you are going to code the interposition in the client (create() is on a role only for example) in case of stateful you do have a call on

Re: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapp ing via pluggable XMLet

2001-04-06 Thread Rickard Öberg
Very very nice :-) Well done Stacy! /Rickard -- Rickard Öberg Software Development Specialist xlurc - Xpedio Linköping Ubiquitous Research Center Author of "Mastering RMI" Email: [EMAIL PROTECTED] ___ Jboss-development mailing list [EMAIL PROTECTED

[JBoss-dev] Re: Problem with SQLServer configuration....(need help)

2001-04-06 Thread Kunle Odutola
Hi Ashesh, This is curious. I was able to get it running on JBoss v2.1 and the same settings also worked fine with JBoss 2.3 BETA. I didnt have time to build and test JBoss 2.2 as well. I have attached the config info that worked for me with both JBoss 2.1 and JBoss 2.3 BETA. Hope this hepls yo

RE: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapp ing via pluggable XMLet

2001-04-06 Thread Bordet, Simone
Just one word: IMPRESSIVE ! Simon > -Original Message- > From: Stacy Curl [mailto:[EMAIL PROTECTED]] > Sent: venerdì 6 aprile 2001 11:59 > To: '[EMAIL PROTECTED]'; 'Andreas Schaefer' > Subject: [JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, > better bootstrapp ing via plugg

[JBoss-dev] JMX in jBoss, Clustering, Monitoring, Failover, better bootstrapping via pluggable XMLet

2001-04-06 Thread Stacy Curl
Hello, I'd like to tell you about the code that I've developed and contributed to JBoss. I've developed some code to augment the basic capabilities that JMX gives you. I've written an MBean that will 'mirror' MBeans, that is it will take a subset of MBeans on one JMX agent and create proxies for

[JBoss-dev] [ jboss-Patches-414237 ] add a unix/build.sh script to jbossmx

2001-04-06 Thread noreply
Patches item #414237, was updated on 2001-04-06 00:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=414237&group_id=22866 Category: None Group: None Status: Open Priority: 5 Submitted By: Chris Kimpton (kimptoc) Assigned to: Nobody/Anonymous (nobody) Su

[JBoss-dev] SLSB remote and home : idea

2001-04-06 Thread Sacha Labourey
Hello, Just an idea... to further optimize JBoss... For SLSB, the client code generally gets the home interface first (*1), calls "create" on it(*2), receives the remote interface proxy and the calls methods on it(*3). In order to avoid the second network round trip (*2, get the remote interfac