• 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 custom ClassLoader and hot redeployment

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, ranchers!
I have a couple of questions regarding JBoss 4.2.x:
1) How can I add my custom ClassLoader to the end of the chain of container's ClassLoader? I need to load some classes dinamically (from the database) and want JBoss to see them.
2) How can I cause JBoss to do hot redeployment after I change some classes in EAR? Can this process be controlled via JMX?
Thank your in advance for any useful answer!
 
reply
    Bookmark Topic Watch Topic
  • New Topic