From: <ad...@jb...> - 2006-06-29 14:03:49
|
The second approach is a way to do what JSR88 does. i.e. You have the original jar + an appserver specific desriptor This avoids having to modify somebody else's archive e.g. opening the jar add META-INF/jboss-ra.xml and then rejaring You have an alternate descriptor + deployer, e.g. jboss-rar.xml that points at the rar (not in the deploy directory) and add overriding configuration in the same descriptor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954381#3954381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954381 |