[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Multiple metadata locations
alesj
do-not-reply at jboss.com
Fri Dec 14 12:38:23 EST 2007
OK, we agreed that this doesn't cover the .bsh use case.
But is this something that is useful?
Since I already changed it, and have the tests passing ...
I can commit or revert? :-)
The format would look like this:
| <structure>
| <context>
| <path name=""/>
| <metaDataPath>
| <path name="META-INF"/>
| </metaDataPath>
| <classpath>
| <path name="jar1.jar"/>
| <path name="lib-dir" suffixes=".jar"/>
| </classpath>
| </context>
| <context>
| <path name="sub.jar"/>
| <metaDataPath>
| <path name="META-INF"/>
| </metaDataPath>
| </context>
| <context>
| <path name="x.war"/>
| <metaDataPath>
| <path name="WEB-INF"/>
| </metaDataPath>
| <classpath>
| <path name="x.war/WEB-INF/classes"/>
| <path name="x.war/WEB-INF/lib" suffixes=".jar"/>
| </classpath>
| </context>
| </structure>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113025#4113025
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113025
More information about the jboss-dev-forums
mailing list