I'm also on WinXP SP 2, and I can't replicate this problem on Sun JDK 
1.5.0. Since the problem is likely with the JAXP implementation(s), I 
added the following to the initialize() method in HttpServerImpl.java:

        System.err.println("XML API: " + 
org.apache.muse.util.xml.XmlUtils.createDocument().getClass());

and it printed this:

        XML API: class org.apache.xerces.dom.DocumentImpl

This makes sense because a) the wsdl2java tool includes Xerces in 
WEB-INF/lib, and b) the Sun JDK replaced Crimson with Xerces in JDK 1.5.

If you add this line of code to HttpServerImpl.java, rebuild, and re-run 
the test, what do you get?

Dan



Giovanni Fleres <[EMAIL PROTECTED]> wrote on 10/09/2006 04:54:18 AM:

> |I think you're running into a bug I fixed the other day - had to do 
with 
> |DOM Level 1 support in various XML parsers. ...
> 
> |Replace WEB-INF/lib/muse-util-xstream-2.0.0.jar with 
> |muse-util-xstream-2.1.0-SNAPSHOT.jar and you should be good to go. This 

> |only affects you if you are using XStream to handle the serialization 
of 
> |complex schema types (like the sample does).
> 
> I'm just using muse-2.1.0-SNAPSHOT, where there is 
muse-util-xstream-2.1.0-SNAPSHOT.jar.
> 
> I'm using:
> - Windows XP SP2 PRO
> - jdk-1_5_0_07-windows-i586-p.exe and
> - muse-2.1.0-SNAPSHOT-bin.zip
> 
> --------------------- Directory log ------------------
> 
> 
> E:\Tomcat\webapps\apache-httpd\WEB-INF\lib>dir mus*
>  Volume in drive E is HD02
>  Volume Serial Number is 8473-F51D
> 
>  Directory of E:\Tomcat\webapps\apache-httpd\WEB-INF\lib
> 
> 09/10/2006  09.55           117.168 muse-core-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             9.498 
muse-platform-axis2-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            24.120 muse-util-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             4.666 muse-util-qname-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            18.928 muse-util-xml-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             7.539 muse-util-xstream-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            23.487 muse-wsa-soap-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             4.168 
muse-wsdm-muws-adv-api-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            10.404 
muse-wsdm-muws-adv-impl-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            18.518 
muse-wsdm-muws-api-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            56.461 
muse-wsdm-muws-impl-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             9.152 muse-wsdm-wef-api-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            18.050 
muse-wsdm-wef-impl-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            29.212 muse-wsn-api-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            66.567 muse-wsn-impl-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55            57.893 muse-wsrf-api-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55           122.408 muse-wsrf-impl-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             5.478 muse-wsrf-rmd-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             4.647 muse-wsx-api-2.1.0-SNAPSHOT.jar
> 09/10/2006  09.55             9.377 muse-wsx-impl-2.1.0-SNAPSHOT.jar
>               20 File(s)        617.741 bytes
>                0 Dir(s)   9.239.478.272 bytes free
> 
> E:\Tomcat\webapps\apache-httpd\WEB-INF\lib>
> 
> --------------------- Directory log ------------------
> 
> Have You other suggestions ?
> 
> Thanks in advance
> 
> Giovanni 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to