[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlbeans-dev
Subject:    [jira] Resolved: (XMLBEANS-57) scomp failure for XSD namespace "DAV:"
From:       xmlbeans-dev () xml ! apache ! org
Date:       2004-10-23 2:42:36
Message-ID: 453446514.1098499356117.JavaMail.apache () nagoya
[Download RAW message or body]

Message:

   The following issue has been resolved as FIXED.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-57

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-57
    Summary: scomp failure for XSD namespace "DAV:"
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: XMLBeans
 Components: 
             Compiler
   Fix Fors:
             Version 2 Beta 1
   Versions:
             Version 1.0.3

   Assignee: Jacob Danner
   Reporter: Subramanian Venkatesan

    Created: Fri, 10 Sep 2004 2:40 AM
    Updated: Fri, 22 Oct 2004 7:42 PM
Environment: Faced this problem on Windows XP professional SUN JDK 1.4.2
XMLBeans 1.0.3

Description:
I had a problem compiling a WebDAV XSD like so:

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
elementFormDefault="qualified" targetNamespace="DAV:" xmlns="DAV:" > ... </xs:schema>

The scomp command was choking on the "DAV:" when it tried to generate a 
package name from the XSD.

The problem was happening due to a namespace of "DAV:" in the XSD. I changed the \
org.apache.xmlbeans.impl.common.NameUtil Java file line 529 to

	if (buf.length() > 0)
	{
        	return buf.substring(0, buf.length() - 1); // chop off extra dot
	}
	else
	{
        	return buf.toString(); // chop off extra dot
	}

From 

     	return buf.substring(0, buf.length() - 1); // chop off extra dot

Now, it seems to work...



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic