do you think of
/** An arbitrary map of state associated with the deployment */
| public transient HashMap context = new HashMap();
in DeploymentInfo filled via a generic key-value xml file describing the deployment?
e.g.
| <deployment-context>
| <jndi-root-context>my-ear</jndi-root-context>
| <2ndKey>2ndValue</2ndKey>
| </deployment-context>
|
resulting in the context hashmap {["jndi-root-context", "my-ear"],
["2ndKey", "2ndValue"]}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957166#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...