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 an ant task,
removing some of the unneeded functionality.

Thanks
david jencks


On 2002.05.29 12:44:24 -0400 Dave Smith wrote:
> 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 connection mechanism. The slowest part of ant is starting java
> and initializing the parser ..
> 
> 
> 
> On Wed, 2002-05-29 at 12:18, David Jencks wrote:
> > 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 the same task ?!?!?
> > 
> > I would rather implement an ant task (in the jboss source tree) that
> can
> > call methods on mbeans.  This can then be used trivially as a deployer.
> > 
> > Interested?
> > 
> > thanks
> > 
> > david jencks
> > 
> > 
> > On 2002.05.29 11:14:02 -0400 Dave Smith wrote:
> > > 
> > > 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 -- http://devcon.sprintpcs.com/adp/index.cfm
> > > 
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > > 
> > > 
> > 
> > _______________________________________________________________
> > 
> > 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-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> _______________________________________________________________
> 
> 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-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

_______________________________________________________________

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-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to