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

List:       xmlbeans-dev
Subject:    [jira] Commented: (XMLBEANS-57) scomp failure for XSD namespace "DAV:"
From:       "Jacob Danner (JIRA)" <xmlbeans-dev () xml ! apache ! org>
Date:       2004-11-17 23:29:24
Message-ID: 111678038.1100734164395.JavaMail.apache () nagoya
[Download RAW message or body]

     [ http://nagoya.apache.org/jira/browse/XMLBEANS-57?page=comments#action_55599 ]
     
Jacob Danner commented on XMLBEANS-57:
--------------------------------------

This is indeed fixed for V2. Regression Test to be added.

-Can the fix be backported?

> scomp failure for XSD namespace "DAV:"
> --------------------------------------
> 
> Key: XMLBEANS-57
> URL: http://nagoya.apache.org/jira/browse/XMLBEANS-57
> Project: XMLBeans
> Type: Bug
> Components: Compiler
> Versions: Version 1.0.3
> Environment: Faced this problem on Windows XP professional SUN JDK 1.4.2
> XMLBeans 1.0.3
> Reporter: Subramanian Venkatesan
> Assignee: Jacob Danner
> Fix For: Version 2 Beta 1

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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