[ 
http://jira.codehaus.org/browse/JIBX-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=266921#action_266921
 ] 

Don Corley commented on JIBX-439:
---------------------------------

Umang,

There was a multi-module bug (JIBX-431) that was filed and fixed recently.

Can you try your code with the latest version of JiBX:

svn co 
https://jibx.svn.sourceforge.net/svnroot/jibx/trunk/plugins/maven-plugin/jibx-maven-plugin
cd jibx-maven-plugin
mvn install

Remember to change your plugin name to jibx-maven-plugin (from 
maven-jibx-plugin) and update the revision number to 1.2.4-SNAPSHOT. 
jibx-maven-plugin is the new plugin name.

Remember to build multi-module project from the parent project.

You may also want to take a look at:
http://jibx.sourceforge.net/jibx-maven-plugin/modular-codegen.html
In 1.2.3 a new (easier) multi-module build procedure was introduced.

If you can't get this to work, email me back and I'll release a bugfix 
(1.2.3.1) version.

Don

> Jibx bindings not compiling separately in a Maven Multi Module project
> ----------------------------------------------------------------------
>
>                 Key: JIBX-439
>                 URL: http://jira.codehaus.org/browse/JIBX-439
>             Project: JiBX
>          Issue Type: Bug
>            Reporter: Umang Singh
>            Assignee: Don Corley
>            Priority: Blocker
>
> I have a project which is split in service & web module. So there are three 
> poms. Now when we package the poms the TestNG test cases run fine but when we 
> try to individually run the test cases it gives binding exception as below :
> Caused by: org.jibx.runtime.JiBXException: Unable to access binding 
> information for class com.hilton.search.ws.response.GeocodeResponse
> Make sure the binding has been compiled
>       at 
> org.jibx.runtime.BindingDirectory.getBindingList(BindingDirectory.java:75)
>       at 
> org.jibx.runtime.BindingDirectory.getFactory(BindingDirectory.java:211)
>       at 
> com.hilton.search.ws.rest.JibxHttpMessageConverter.afterPropertiesSet(JibxHttpMessageConverter.java:106)
>       at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>       at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>       ... 83 more
> Caused by: java.lang.NoSuchFieldException: JiBX_bindingList
>       at java.lang.Class.getDeclaredField(Unknown Source)
>       at 
> org.jibx.runtime.BindingDirectory.getBindingList(BindingDirectory.java:68)
> The Binding compiler plugin & its configuration is in service pom & the class 
> is also in the service module so this should not be an issue.
> Could somebody help me on this as early as possible

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

        

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to