RE: [JBoss-user] Ant 1.5 - ServerDeploy

2002-05-30 Thread Jim Birchfield
To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Ant 1.5 - ServerDeploy Hmm, I left out some useful details. There's a jmx -rmi-connector or adapter that provides a remote representation of the mbean server. The testsuite uses it to deploy everything in the tests. Basically what you'd need to do is take

[JBoss-user] Ant 1.5 - ServerDeploy

2002-05-29 Thread Dave Smith
I see that in ant 1.5 they have a ServerDeploy task. Has anyone looked at it or added a jboss function? ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas --

Re: [JBoss-user] Ant 1.5 - ServerDeploy

2002-05-29 Thread David Jencks
I looked at it and started implementing, however I didn't see a way to do it without including many jboss and/or jmx classes in ant, which I don't think they'd go for. The task has a rather questionable design, it is based on the assumption that you want to deploy to many app servers at once in

Re: [JBoss-user] Ant 1.5 - ServerDeploy

2002-05-29 Thread Dave Smith
Does the jboss mbean server have an socket connection for querying and executing mbeans or would you need an Ant mbean in jboss which acted as a proxy between the external ant task and jboss. What would be better is if we add an ant service running in jboss and a lightweight external client

Re: [JBoss-user] Ant 1.5 - ServerDeploy

2002-05-29 Thread David Jencks
Hmm, I left out some useful details. There's a jmx -rmi-connector or adapter that provides a remote representation of the mbean server. The testsuite uses it to deploy everything in the tests. Basically what you'd need to do is take testsuite/.../test/JBossTestServices.java and rewrite it into