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

5.1 class loader documentation

 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone post a url for this? I am having trouble coming up with the configuration for what should be the default behaviour. I need each module in an app to have its own class loader and load classes from its lib directory before the application/container. I am hitting the bug listed in

http://www-1.ibm.com/support/docview.wss?rs=180&context=SSEQTP&q1=DTMAxisIterator&uid=swg1PQ87326&loc=en_US&cs=utf-8&lang=en+en

and can not seem to get the xalan libraries to load from the module lib directories no matter how I configure the system.

Thanks in advance

Jeff Gaer
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try this link

http://www-106.ibm.com/developerworks/websphere/library/techarticles/0310_searle/searle.html

I have a similiar problem before, after I download a fix from IBM, the problem is solved.
 
Ranch Hand
Posts: 374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's not a great solution, but you can always change the application classloader mode to PARENT_LAST when you install it on the server.
 
I love a good mentalist. And so does this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic