jibx-devs  

[jibx-devs] [jira] Created: (JIBX-240) Unintuitive mapping of namespacews

Jonathan Whitall (JIRA)
Mon, 15 Sep 2008 14:37:54 -0700

Unintuitive mapping of namespacews
----------------------------------

                 Key: JIBX-240
                 URL: http://jira.codehaus.org/browse/JIBX-240
             Project: JiBX
          Issue Type: Bug
          Components: core
    Affects Versions: JiBX 1.1.6
         Environment: Windows XP
            Reporter: Jonathan Whitall
            Priority: Minor


The following mapping will not map the repeat element to the namespace 
specified at the top-level binding.

<binding>
    <namespace uri="http://www.mynamespace.com"; prefix="" default="elements"/>
    <mapping name="repeat"
        class="com.mynamespace.model.Repeat"
        marshaller="com.mynamespace.translator.RepeatTranslator"
        unmarshaller="com.mynamespace.translator.RepeatTranslator">
    </mapping>    
</binding>

The only way to get this to work is to specify the ns attribute of the 
<mapping> element.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs
  • [jibx-devs] [jira] Created: (JIBX-240) Unintuitive mapping of namespacews Jonathan Whitall (JIRA)