Just to explain the context. I use maven2 to build and tests a complete application. It is
fully automatic. Tests can be executed on a platform without having to install or
configure third party products (except in some cases the database)
I have several app that all uses a jboss AS with a default config/customiezation for my
organization.
In my build process, I install this JBoss AS and then I deploy my config file and my ear.
I do not want to overwritte files of my Jboss install. So that when I upgrade the jboss
AS, I do not have to check copy/paste file (since there is none).
I just want to deploy all MBean required by my application in their own config file.
That's why I do not want to modify login-config.xml file.
I have used ${jboss.home.url}. Now that it works fine
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077381#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...