• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Jboss (jboss-app.xml) question.

 
Ranch Hand
Posts: 264
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
If a regular clown is funny, then a larger clown would be funnier. Math. Verified by this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic