DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15588>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15588

dependency of AXIS provider on xerces serializer

           Summary: dependency of AXIS provider on xerces serializer
           Product: Axis-WSIF
           Version: current (nightly)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


it seems that it was just introduced and i do not think it is good idea - it
takes away from users freedom to use any JAXP compliant parser when using SOAP 

maybe in this case it would make sense to separate org.apache.xml.serialize.* 
and check it in as a separate set of source files or use JAR file 
from Xerces 2 if they allow building just serializer?

or even simple to write our own XML serializer or use soem of other open
source XML utility classes ...

here are errors i get (RC1 version):

C:\Forge\xml-axis-wsif\java>build all
c:\jdk1.4.1\bin\java.exe -classpath
lib\ant\optional_1_5_1beta.jar;lib\ant\ant_1_5_1beta.jar;lib\soa
prmi11\soaprmi11.jar;lib\saaj\saaj_1_1.jar;lib\jaxrpc\jaxrpc_1_1.jar;lib\commons_logging\commons-log
ging.jar;lib\commons_discovery\commons-discovery.jar;lib\axis\servlet22.jar;lib\axis\axis_1_0.jar;li
b\axis\axis_1_0-ant.jar;lib\activation\activation-1.0.1.jar;lib\javamail\mail.jar;lib\apache_soap\ap
ache_soap_2_3_1.jar;lib\j2ee\j2ee-1_4beta.jar;lib\jms_api\jms_1_1.jar;lib\xerces2\xmlParserAPIs_2_2_
1.jar;lib\log4j\log4j-1.2.4.jar;lib\wsdl4j\wsdl4j-20021124.jar;lib\wsdl4j\qname-from-wsdl4j-20021124
.jar;lib\junit\junit-3.8.1.jar;;c:\jdk1.4.1\lib\tools.jar
org.apache.tools.ant.Main -buildfile build
.xml all
Buildfile: build.xml

init:

clean:
   [delete] Deleting directory C:\Forge\xml-axis-wsif\java\build

prepare:
    [mkdir] Created dir: C:\Forge\xml-axis-wsif\java\build

checkDependencies:

checkSoapRMI:

checkJMS:

checkEJB:

checkApacheSOAP:

checkApacheAxis:

checkJ2C:

dynamic:
    [mkdir] Created dir: C:\Forge\xml-axis-wsif\java\build\classes
    [javac] Compiling 137 source files to C:\Forge\xml-axis-wsif\java\build\classes
    [javac] This version of java does not support the classic compiler;
upgrading to modern
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:244:
packa
ge org.apache.xml.serialize does not exist
    [javac]                 org.apache.xml.serialize.OutputFormat format =
    [javac]                                         ^
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:245:
packa
ge org.apache.xml.serialize does not exist
    [javac]                     new org.apache.xml.serialize.OutputFormat();
    [javac]                                                 ^
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:246:
packa
ge org.apache.xml.serialize does not exist
    [javac]                 org.apache.xml.serialize.XMLSerializer serializer =
    [javac]                                         ^
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:247:
packa
ge org.apache.xml.serialize does not exist
    [javac]                     new
org.apache.xml.serialize.XMLSerializer(writer, format);
    [javac]                                                 ^
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:491:
packa
ge org.apache.xml.serialize does not exist
    [javac]                         org.apache.xml.serialize.OutputFormat format =
    [javac]                                                 ^
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:492:
packa
ge org.apache.xml.serialize does not exist
    [javac]                             new org.apache.xml.serialize.OutputFormat();
    [javac]                                                         ^
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:493:
packa
ge org.apache.xml.serialize does not exist
    [javac]                         org.apache.xml.serialize.TextSerializer
serializer =
    [javac]                                                 ^
    [javac]
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\providers\jms\JMSMessage.java:494:
packa
ge org.apache.xml.serialize does not exist
    [javac]                             new
org.apache.xml.serialize.TextSerializer();
    [javac]                                                         ^
    [javac] Note:
C:\Forge\xml-axis-wsif\java\src\org\apache\wsif\compiler\schema\tools\Conventions.
java uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 8 errors

BUILD FAILED
file:C:/Forge/xml-axis-wsif/java/build.xml:219: Compile failed; see the compiler
error output for de
tails.

Total time: 13 seconds

Reply via email to