nathanmoon wrote:
I've gotten that error when using the Ant tasks. It happens if you point to a cfg file that lists CaseVO as a mapping, and then you also list the mapping in the Ant task (<fileset><include name="...). You have to specify one or the other, not both. I think you can also make the same mistake in the eclipse plugins.
Hmmm, interesting. I am using an ant task as well, but don't see anything referring to the CaseVO.hbm.xml. I do have an include as follows:
<include name="**/*.hbm.xml"/>
Could this cause the problem, or is it probably something else?
I never had an issue until I started adding more properties to my CaseVO.