• 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

PLEASE HELP java.lang.LinkageError

 
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have an jsf managed bean that tries to exchange a dto with the ejb tier as follows:



Here is the exception I get:



Here is the full managed bean:




and here is the full dto class:



here is the signature of the session ejb business method:



I use Jboss 4.0.3.

Can anyone help please??

Julien Martin.

ps. the two dto classes (web and ejb tier) are exactly the same.
[ August 16, 2006: Message edited by: Julien Martin ]
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

loader constraints violated when linking arcoiris/SearchRequestDTO class



Is this class present in more than one jar file? Try out the jmx-console method mentioned at LinkageError/ClassCastException - JBossWiki
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot for the reply! I found the solution to my problem here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63609
Julien.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic