[ 
https://jira.codehaus.org/browse/JIBX-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=294838#comment-294838
 ] 

O. Chougna commented on JIBX-476:
---------------------------------

Title of issue is incorrect: OUPUT should be INPUT!

NPE is thrown in method BindingDefinition.addPrecompiledBinding().
factory.getPrefixes() == null, which should be for OUTPUT bindings.

Project setup:

ModuleA
 - bindingA.xml
ModuleB
 - bindingB.xml

bindingA.xml
<binding direction="input">
....

bindingB.xml
<binding direction="input">
 <include file="classpath:/bindingA.xml" precompiled="true"/>
.....
                
> NullPointerException when a precompiled OUTPUT binding is included in a 
> OUTPUT binding.(BindingFactoryBase.m_prefixes == null)
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JIBX-476
>                 URL: https://jira.codehaus.org/browse/JIBX-476
>             Project: JiBX
>          Issue Type: Bug
>          Components: BindGen
>    Affects Versions: JiBX 1.2.3
>            Reporter: O. Chougna
>            Priority: Critical
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to