views:

145

answers:

1

Has anyone been successful in using JiBX "bind on load" mechanism while running a JUnit test case? What were the steps taken? How did you managed to use IDE test running integration with this solution?

A: 

Any answer on this yet?

If I have a failure in my marshall-tests I have to run a maven test instead of an Eclipse Junit test because otherwise the jibx-binding files won't compile, which takes a lot of extra time.

JavaPete