Hi All,
I am facing an issue while deploying my spring ws based implementation EAR file. I am not having my spring configuration inside EAR, they are somwhere outside. For this additional classpath, I have used jboss-app.xml to add this classpath. It workes fine.
Now issue is when another project EAR trying to use this, they have a utility that merge one EAR to other. Their EAR have jboss-app.xml under META-INF but empty, but our EAR's jboss-app.xml has some classpath. So we explicitly add in the final merged EAR. Now when they deploy EAR to
jboss, out web services can load the configurations, but their part of web services throws errors.
Is there any way that we can put our configs classpath into some other place instead of jboss-app.xml.
Sincerely,
Pawan
SCJP 5.0, SCWCD 1.4