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=20304>.
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=20304

Dependency on sun.io.CharToByteConverter

           Summary: Dependency on sun.io.CharToByteConverter
           Product: Xerces2-J
           Version: 2.4.0
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Serialization
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The current version of Xerces depends on internal SUN classes
which restricts its use to VMs derived from the original SUN
sources. The class org.apache.xml.serialize.EncodingInfo uses
the class sun.io.CharToByteConverter.

Surrounding the call with an exception handler does not work
if you want to use Xerces in an environment where the Java
code is statically compiled. You will then get an unresolved
reference and your code will not link. This is the case on
many embedded platforms.

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

Reply via email to