[jboss-user] [EJB/JBoss] - Re: shared jar

lcurros do-not-reply at jboss.com
Thu Sep 21 10:07:11 EDT 2006


<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://java.sun.com /xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">

    <display-name>appname</display-name>
    
      util.jar
    
    
      ejb.jar
    
    
        
            <web-uri>web.war</web-uri>
            <context-root>appname</context-root>
        
    



This is my application.xml, only difference i see is order of modules (i suppose this is not the reason),
and the doctype declaration which uses diferent dtd. Could be this?

the error i see is
ava.lang.LinkageError: Class javax/ejb/EJBHome violates loader constraints:  definition mismatch between parent and child loaders

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

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



More information about the jboss-user mailing list