• 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

Castor ClassLoading Question

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been running an app in the default config( 4.0.1), this application uses castor and we are not on the same version of castor that ships with jboss-4.0.1, This is fine but now we need to move to the all config and there is a dependency in jboss on a diff version of castor, this version gets loaded before the war context web-inf/lib/castor-xxx.jar, how can we config our war/ear so that it can be just dropped into the deploy folder and not have any issues with the jboss version of castor ?
 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Set UseJBossWebLoader to false in your jbossweb-tomcat55.sar/META-INF/jboss-service.xml file. You get this by default if you move to 4.0.2.

I'm pretty sure we aren't using castor anymore, but don't quote me on that.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I havent found any good documentation on Jboss Class laoding structure. Could some one please point to some good links ,please. Thanks
 
norman richards
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although the JBoss documentation covers this, the wiki has some particularly good pages explaining everything. There's even a nice search feature for finding information there...
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic