<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #E5E5E5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td                { font-size : 11; color : #000000; }
a:link,a:active,a:visited { color : #006699; }
a:hover                { text-decoration: underline; color : #DD6900; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2                { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}


/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #FFFFFF; border: 1px #98AAB1 solid; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; line-height: 12px}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #DD6900; text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink         { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link        { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

-->
</style>
</head>
        <body>

        <div class="postbody">Hello,<br />
There is often problems with the Xerces versions.<br />
We use the JDK provided one everywhere in our PEtALS container. The SOAP 3.1.2 is using Xerces-2.8.1, so it has load Xerces classes from this library when it has received your message.<br />
What i don't understand is that the classloader of the SOAP component is a child to the classloader of the container, so the container can load its own classes of Xerces.<br />
<br />
 <img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_question.gif" alt="Question" border="0" /> BUT what you are facing and according to your explainations, it seems that the classloader of the container has unexpected Xerces 2.8.1 classes already loaded and try to reach some others classes from Xerces 2.8.1, but couldn't because it don't have the Xerces 2.8.1 in its classpath.<br />
<br />
Try to use the lattest SOAP component 3.2, the embedded Xerces 2.8.1 has been removed, or try the parameter classloader.isolated=true in the server.properties. This parameter leads to the creation of  component classloader that inherit of the system classloader, and not the container classloader, with permit to avoid some classloading issues between container and components.<br />
<br />
 <img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_idea.gif" alt="Idea" border="0" /> One of our challenge is to inspire us of OSGI classloading mechanisms and report it in our component framework, Fractal.<br />
<br />
regards,<br />
/Roland</div>
        <br /><div class="gensmall"><br />
<br />
<br />
-------------------- m2f --------------------<br />
<br />
Read this forum topic online here:<br />
<a href="http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=646#646" target="_blank">http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=646#646</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>