[ 
http://jira.codehaus.org/browse/JIBX-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Sosnoski closed JIBX-171.
--------------------------------


Closed with no further feedback.

> Abstract Mapping and Interface
> ------------------------------
>
>                 Key: JIBX-171
>                 URL: http://jira.codehaus.org/browse/JIBX-171
>             Project: JiBX
>          Issue Type: Bug
>          Components: core
>    Affects Versions: JiBX 1.1.5
>            Reporter: Vincent Grimault
>            Assignee: Dennis Sosnoski
>
> Hello,
> i'm using JiBX 1.1.5 with abstract Mapping. I have a problem where the type 
> in my mapped object is an interface.
> For example i have the folowing mapping :
> <mapping
>  class="mypackage.AttributeVO"        
>  abstract="true" type-name="cfile">
>  <value name="PATHFILE" field="pathFile" type="java.lang.String"/>
> </mapping>
> I have a other mapping who reference it:
>       <mapping
>               class="mypackage.RootVO"        
>               name="ENVELOPPE">
>               <structure name="ROOTFILE" field="rootFile" map-as="cfile" 
> usage="optional"/>
>                       </mapping>
> The RootVO classe reference an interface IAttributeVO (AttributeVO implements 
> it). The binding could not compile. when i replace the interface by the 
> implementation, the compilation is OK.

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

        

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to