I'm using OJB, and I'm finding that when I try to store a new object, and perform a commit, the object is actually not being stored in the database even though no exceptions are being thrown. It appears that the problem was that I was violating a constraint in the database (Oracle 9), but OJB was suppressing the SQLException that was being raised.
Does this sound familiar to anyone? Does anybody know how I can prevent OJB from suppressing these important exceptions? God bless, -Toby Reyelts
