From: <sco...@jb...> - 2005-05-17 18:58:56
|
So there seems to be a need to combine the artifacts export/import statements, so the naming component-info.xml exports might look like: | <export id="naming-server"> | <include input="jnpserver.jar"/> | <include component="apache-log4j"/> | <include component="common"/> | </export> | | <export id="naming-tests"> | <include input="jnp-tests.jar"/> | <include component="junit-junit"/> | <include component="common"/> | </export> | In general the artifacts from a component may need different dependent jars at runtime. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878081#3878081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878081 |