We are getting following linkage error when deployed the application and tried 
to login. The login function calls a serlvet which uses Response class 
available in a jar file. This jar file is packaged in both EAR and WAR file as 
the jar file is referenced in both ejb and serlvets. But when we remove the jar 
from WAR file, the application is not able to deploy fully,  it get stuck when 
loading the servlet. We have tried many ways of packaging and configuration, 
but no luck.
 
Could some one help me to advise on how to pakcage such scenario and is there 
any configuration can be done to avoid the linkage error. I have referred the 
documents available in the jboss site, but none of them helped

java.lang.LinkageError: loader constraints violated when linking 
com/sns/base/Response class 
com.sns.member.dao.MemEnquirySessionAdapter.retrieveRoleByMemId(MemEnquirySessionAdapter.java:643)
 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906793#3906793

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906793


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to