This content has been marked as final.
Show 2 replies
-
1. Re: EAR Metadata
jicken Jul 11, 2006 6:11 PM (in response to bill.burke)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"]} -
2. Re: EAR Metadata
starksm64 Jul 11, 2006 8:36 PM (in response to bill.burke)We already have the jboss5 metadata repository which is an extension of the aop metdata notions:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73653