Thanks Scott, 
I'll look there next time I have a problem like this...
Regards,
Oisin

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott M
Stark
Sent: 09 July 2003 18:15
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Linkage error


3.2 allows for control of the class loading behavior at the ejb-jar,
war, sar 
and ear levels and this is defined in the various dtds in the dist under
docs/dtds. The META-INF/jboss.xml config for the ejb-jar would be
something
like:

<?xml version='1.0' encoding='UTF-8' ?>

<!DOCTYPE jboss PUBLIC
    "-//JBoss//DTD JBOSS 3.2//EN"
    "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";>

<jboss>
    <loader-repository>
       jboss.test:ejb-jar=log4j113-ejb.jar
    </loader-repository>
</jboss>

-- 
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to