You can do something like this:
in you service xml file use the variable "myvar"
| usage: ${VARNAME}
|
| eg:
| <mbean code=".." name="${myvar}">
| ....
| </mbean>
|
start jvm:
| -Dmyvar=myvalue
|
hope this idea will help you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076935#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...