Can anyone tell me (an absolute beginner) if there's a way to get a full error message from the SchemaExportTask in ant?
I'm implementing my first UserType and have gone wrong somewhere. When running the ant task I get a:
java.lang.ExceptionInInitializerError
I don't get any more information about what went wrong, and I'm much too new at this to understand what I may have done wrong. I do know that the task worked before I made this change and that it only throws the error when it encounters the hbm files that use the UserType.
I really appreciate anything anyone can tell me. I've copied the most likely line of bad hbm here if it helps. I'll happily post the entire mapping files and UserType and the class it translates if that will help, but it seems like a lot to bombard the forum with when I don't know if it would be relevent.
Code:
<property name="contactMethod" column="contact_method" type="com.louisianaweekly.partyKeeper.contactable.ContactMethodType"/>
Thanks again,
Scott