Re: Re[2]: [JBoss-dev] -service.xml generator

2002-10-30 Thread Matt Cleveland
: "David Jencks" <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 12:04 PM Subject: Re[2]: [JBoss-dev] -service.xml generator > Hello David, > > DJ> how does what you want differ from the *-ds.xml deployer in 3.2 and 4? > > just dealing with JMX agent view and not

Re[2]: [JBoss-dev] -service.xml generator

2002-10-28 Thread Alex Loubyansky
Hello David, DJ> how does what you want differ from the *-ds.xml deployer in 3.2 and 4? just dealing with JMX agent view and not XML files. I think, it would be easier, especially to start, to use some GUI instead of XML. I am not talking about datasources only. Do you really think it's an overla

Re: [JBoss-dev] -service.xml generator

2002-10-28 Thread David Jencks
how does what you want differ from the *-ds.xml deployer in 3.2 and 4? It uses a chainable xsl-sub-deployer that transforms dd's on the fly. I suspect there is considerable overlap with the foe-deployer transformation stuff. david jencks On 2002.10.26 09:11:31 -0400 Alex Loubyansky wrote: > I a

RE: Re[4]: [JBoss-dev] -service.xml generator

2002-10-28 Thread Matt Munz
meantime, I'm happy to answer any questions on the subject... - Matt Munz -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-development-admin@;lists.sourceforge.net]On Behalf Of Alex Loubyansky Sent: Monday, October 28, 2002 3:26 AM To: Sacha Labourey Subject: Re[4]: [JBoss-dev] -

Re[4]: [JBoss-dev] -service.xml generator

2002-10-28 Thread Alex Loubyansky
at would be really cool >> -Message d'origine- >> De : [EMAIL PROTECTED] >> [mailto:jboss-development-admin@;lists.sourceforge.net]De la part de Alex >> Loubyansky >> Envoye : lundi, 28 octobre 2002 10:03 >> A : Anatoly Akkerman >> Objet

RE: Re[2]: [JBoss-dev] -service.xml generator

2002-10-28 Thread Sacha Labourey
Akkerman > Objet : Re[2]: [JBoss-dev] -service.xml generator > > > I am thinking about this stuff of reconfiguring and redeployment. > It would be cool to have metadata of the deployed apps to be exposed > for modifications through jmx-console. And not only for changing >

Re[2]: [JBoss-dev] -service.xml generator

2002-10-28 Thread Alex Loubyansky
I am thinking about this stuff of reconfiguring and redeployment. It would be cool to have metadata of the deployed apps to be exposed for modifications through jmx-console. And not only for changing existing attributes but adding some resource references etc. Then one can modify some stuff and red

Re[4]: [JBoss-dev] -service.xml generator

2002-10-28 Thread Alex Loubyansky
Loubyansky >> Envoye : lundi, 28 octobre 2002 07:17 >> A : Anatoly Akkerman >> Objet : Re[2]: [JBoss-dev] -service.xml generator >> >> >> Anatoly, this looks cool and draws other perspectives. I'm in thought. >> >> Any other thoughts/comments? >&g

RE: Re[2]: [JBoss-dev] -service.xml generator

2002-10-28 Thread Sacha Labourey
ne- > De : [EMAIL PROTECTED] > [mailto:jboss-development-admin@;lists.sourceforge.net]De la part de Alex > Loubyansky > Envoye : lundi, 28 octobre 2002 07:17 > A : Anatoly Akkerman > Objet : Re[2]: [JBoss-dev] -service.xml generator > > > Anatoly, this looks cool and draws o

Re[2]: [JBoss-dev] -service.xml generator

2002-10-27 Thread Alex Loubyansky
Anatoly, this looks cool and draws other perspectives. I'm in thought. Any other thoughts/comments? Thanks. alex Sunday, October 27, 2002, 4:07:15 PM, you wrote: AA> Hi, Alex AA> Jelly would give you similar ease of use but without having to write any AA> XSL. You would initialize the JellyCo

Re: [JBoss-dev] -service.xml generator

2002-10-27 Thread Werner Ramaekers
Anatoly Akkerman wrote: Alex Loubyansky wrote: I am thinking about writting an MBean that will generate *-service.xml files for datasources. I see it the following way. - MBean attributes corresponding to values needed to construct -service.xml (such as url, driver, user, password, etc); - X

Re: [JBoss-dev] -service.xml generator

2002-10-27 Thread Anatoly Akkerman
Hi, Alex Jelly would give you similar ease of use but without having to write any XSL. You would initialize the JellyContext by creating in first and then setting variables in it from attributes like this: ctx.setVariable(name, value); (values can be any Java objects) you load your modified *-

Re: [JBoss-dev] -service.xml generator

2002-10-27 Thread Alex Loubyansky
Thanks, Anatoly. I'll check it. Also I thought about Velocity which looks similar to Jelly from your description, though I am not familiar with the last one. Could you, please, look at the following idea with XML/XSL, compare it with Jelly and give your opinion? - before transformation, each MB

Re: [JBoss-dev] -service.xml generator

2002-10-26 Thread Anatoly Akkerman
Alex Loubyansky wrote: I am thinking about writting an MBean that will generate *-service.xml files for datasources. I see it the following way. - MBean attributes corresponding to values needed to construct -service.xml (such as url, driver, user, password, etc); - XML template with dummy/defau

[JBoss-dev] -service.xml generator

2002-10-26 Thread Alex Loubyansky
I am thinking about writting an MBean that will generate *-service.xml files for datasources. I see it the following way. - MBean attributes corresponding to values needed to construct -service.xml (such as url, driver, user, password, etc); - XML template with dummy/default values; - XSL stylesh