schemaBindings elementName suffix="..." does not work (nothing is renamed)
--------------------------------------------------------------------------

         Key: JAXME-70
         URL: http://issues.apache.org/jira/browse/JAXME-70
     Project: JaxMe
        Type: Bug
    Versions: 0.5    
 Environment: Windows XP
JDK 1.5.0_04
JaxME 0.5
    Reporter: Thomas Bielagk


Using the following .xsd:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";>
        <xs:annotation>
                <xs:appinfo>
                        <jaxb:schemaBindings>
                                <jaxb:nameXmlTransform>
                                        <jaxb:elementName suffix="Element"/>
                                </jaxb:nameXmlTransform>
                        </jaxb:schemaBindings>
                </xs:appinfo>
        </xs:annotation>
        <xs:element name="config">
[...]

should IMHO produce classes that end with "Element" (as suggested). Instead no 
renaming (I tried a xsd with several elements / attributes) takes place.
So "config" produces Cofig.java and so on as if no suffix would be specified.


-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to