Re: [JBoss-dev] Lookup Registry by Class

2001-12-25 Thread Jason Dillon
Couldn't we just pretend that a target MBean implemented some interface, then use the dynamic proxy api to generate something that would map the estetically clean method calls into MBeanServer.invoke() calls? The target bean could implement that inteface, but we don't really care if it does... on

[JBoss-dev] Re: Lookup Registry by Class

2001-12-25 Thread David Jencks
> > Ummm urrrk I have a big problem with assuming > there > > is only one registered object of each class. If > you > > return a collection of all registered objects of a > > requested class this is ok with me, although I > don't > > see yet how useful it is. > > This is clearly for "singleton"

Re: [JBoss-dev] Lookup Registry by Class

2001-12-25 Thread marc fleury
> This makes alot of sence... almost so that I wonder > why the JMX folks did > not make it this way from the start... perhaps the > JINI guys wanted all the > glory. Jason, I really like the "ra-ra-ra-ism" of your attitude, that being said, the JMX folks didn't do it this way for a good reason

[JBoss-dev] Re: Lookup Registry by Class

2001-12-25 Thread marc fleury
> Ummm urrrk I have a big problem with assuming there > is only one registered object of each class. If you > return a collection of all registered objects of a > requested class this is ok with me, although I don't > see yet how useful it is. This is clearly for "singleton" programming, > Ar

[JBoss-dev] Re: Lookup Registry by Class

2001-12-25 Thread David Jencks
Ummm urrrk I have a big problem with assuming there is only one registered object of each class. If you return a collection of all registered objects of a requested class this is ok with me, although I don't see yet how useful it is. Are you keeping track of inheritance or returning objects o

[JBoss-dev] Automated JBoss Testsuite Results

2001-12-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 216 Successful tests: 202 Errors:11 Failures: 3 [time of test: 26 December 2001 5:43 GMT] [java.version: 1

Re: [JBoss-dev] Lookup Registry by Class

2001-12-25 Thread Jason Dillon
This makes alot of sence... almost so that I wonder why the JMX folks did not make it this way from the start... perhaps the JINI guys wanted all the glory. How do you map the classname to the ObjectName? Does this mean that the references returned are of the type requested, thus the ugly MBeanS

[JBoss-dev] Lookup Registry by Class

2001-12-25 Thread marc fleury
from the depth of the deployers, I am actually thinking of something slightly different that might help you guys. I use the new org.jboss.system.Registry to lookup native MBean interfaces in the server, it an intuitive way to hook up components in the run-time. Right now I lookup by ObjectNa

[JBoss-dev] Automated JBoss Testsuite Results

2001-12-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 216 Successful tests: 202 Errors:11 Failures: 3 [time of test: 26 December 2001 4:45 GMT] [java.version: 1

[JBoss-dev] Automated JBoss Testsuite Results

2001-12-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 216 Successful tests: 202 Errors:11 Failures: 3 [time of test: 26 December 2001 3:35 GMT] [java.version: 1

[JBoss-dev] Automated JBoss Testsuite Results

2001-12-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 220 Successful tests: 202 Errors:15 Failures: 3 [time of test: 26 December 2001 2:49 GMT] [java.version: 1

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/adapter/jdbc/xa XAManagedConnectionFactory.java

2001-12-25 Thread David Jencks
User: d_jencks Date: 01/12/25 07:35:18 Modified:src/main/org/jboss/resource/adapter/jdbc/xa XAManagedConnectionFactory.java Log: Made matchManagedConnection work even if user is null. (May happen if user and password are specified in URL) Revision Chan

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/adapter/jdbc/local JDBCManagedConnectionFactory.java

2001-12-25 Thread David Jencks
User: d_jencks Date: 01/12/25 07:35:17 Modified:src/main/org/jboss/resource/adapter/jdbc/local JDBCManagedConnectionFactory.java Log: Made matchManagedConnection work even if user is null. (May happen if user and password are specified in URL) Revision