• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
God is a comedian playing for an audience that is afraid to laugh - Voltair. tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic