Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
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
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Don Corley [ doncorley ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |