hello, while using class2hbm, I got a NullPointerException at net.sf.hibernate.tool.class2hbm.ReflectedComponent.java, line 120
The reason it occurred was because the Hastable 'cycleBuster' was not initialized, so I just changed line 207 in MapGenerator.java from protected Hashtable cycleBuster; to protected Hashtable cycleBuster = new Hashtable(); The other uninitialized hashtables may possibly cause exceptions, but I didn't check -- it was working for my test case. I hope that this will be fixed in CVS, so that some other soul may not be bitten by the same bug ;-) Cheers, Ashish
"This e-mail message may contain confidential,
proprietary or legally privileged information. It should not be used by anyone who is not the
original intended recipient. If you have erroneously received this message, please delete it
immediately and notify the sender. The recipient acknowledges that ICICI Bank or its subsidiaries and associated companies, (collectively "ICICI Group"), are unable to exercise control or ensure or guarantee the integrity of/over the contents of the information contained in e-mail
transmissions and further acknowledges that any views expressed in this message are those of the individual sender and no binding nature of the message shall be implied or assumed unless the
sender does so expressly with due authority of ICICI Group.Before opening any attachments please check them for viruses and defects."