[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: EAR Metadata

jicken do-not-reply at jboss.com
Tue Jul 11 18:11:40 EDT 2006


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957166



More information about the jboss-dev-forums mailing list