|
From: j2ee_junkie <do-...@jb...> - 2006-07-06 15:33:27
|
Anil, Although this does not answer your question... Consider the current case where a developer of a j2ee component references some other component. This is done by name, correct? Then the deployer is resonsible for mapping between the application used name and the deployment environment name. So my point is that I would see this as a deployment issue with a need to modify to the ejb-jar.xml and web.xml descriptors. Of course that may not be possible. If it can be seen that this is a deployment issue, and if web.xml or ejb-jar.xml do not cover these issues, then I would think that the jboss.xml file would need to contain this mapping. Am I way off base? cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955909#3955909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955909 |