• 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

Deploying apache-continuum-1.3.6.war on JBoss 6

 
Ranch Hand
Posts: 563
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to deploy Apache Continuum on JBoss 6.
The war is apache-continuum-1.3.6.war

I get this error :
Deployment "vfszip:/D:/NPCT/Developpement/jboss-6.0.0.20100216-M2/server/default/deploy/apache-continuum-1.3.6.war/" is in error due to the following reason(s): java.lang.LinkageError: loader constraint violation: when resolving overridden method "org.apache.commons.configuration.XMLConfiguration$1.error(Lorg/xml/sax/SAXParseException;)V" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/apache/commons/configuration/XMLConfiguration$1, and its superclass loader (instance of <bootloader>), have different Class objects for the type org/xml/sax/SAXParseException used in the signature

Does anyone know what's wrong and how to fix it ?
Thanks for helping.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like a JBoss question to me, moving.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic