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#4076935

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076935
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to