Abstract mappings with collections compile but throw NoSuchMethodException at 
run-time.
---------------------------------------------------------------------------------------

                 Key: JIBX-159
                 URL: http://jira.codehaus.org/browse/JIBX-159
             Project: JiBX
          Issue Type: Bug
          Components: core
    Affects Versions: JiBX 1.1.3
         Environment: fedora core 4. jdk1.5_02
            Reporter: Jeff Johnston


Below mappings fail at run time but compile. I can't find any documentation of 
abstract mappings containing collections.

  <mapping class="com.n2bb.vod.a7.SelectableItem" abstract="true">
         <collection field="genres" usage="optional">
             <structure name="Genre" type="com.n2bb.vod.a7.Genre" 
usage="optional"/>
         </collection>
       </structure>
  </mapping>


  <mapping class="com.n2bb.vod.a7.Genre" abstract="true">
    <value name="genre" field="genre"/>
  </mapping>  


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

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to