Thank you. I didn't know about the jsr-77 stuff though. So first I'll review its features and design, and see what the architects think of the ideas. I might not get involved in that until after July, but I am interested in creating a management console. My first focus is first on the JBoss.net. Then there are a few other ideas that my application might require.
One is support for replicated database servers such as those provided by mysql. I haven't seen anything in the docs about it. My thought is to enhance the JDBC connection pool MBean (Minerva?). It would list each slave as well as the master in the JDBC connection pool MBean. If the Master fails, you lose contact, can't ping it, etc, the pool is flushed and connections are created for the next slave in the list, possibly executing some code that would let the slave SQL server know it is now the master. The data source stays the same, and applications are none the wiser. I've never done mysql replication, and it is apparently a new and growing mysql feature, but I don't want to spring for an Oracle license if I don't have to. Fred. At 10:25 PM 5/24/2002, you wrote: >Hi. Some interesting ideas. I do not think we can or should drop the HTML >interface. It is very handy for administration on machines where you can not >install a Java client app. > >I don't want to stop you from creating a SOAP adapter to JMX, which is >what is >sounds like you want to build... go for it. But we can't replace the HTML >adapter with it, though we should replace it with something better at some >point... that thing sucks. > >--jason _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
