Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] EclipseLink dropping Exception cause?

Hi,

I used Proguard to removed unused classes, too many in fact, and now I get
the following exception:

[EL Warning]: 2008.09.27
21:48:20.965--ServerSession(17478435)--Thread(Thread[main,5,main])--Exception
[EclipseLink-4002] (Eclipse Persistence Services - 1.0.1 (Build 20080905)):
org.eclipse.persistence.exceptions.DatabaseException Internal Exception:
java.sql.SQLException: Java exception: ': java.lang.NullPointerException'.
Error Code: 0

I'm wondering why SQLException is missing a "cause". Did EclipseLink drop it
or did Derby? I absolutely need the cause in order to figure out what class
needs to be kept.

Thank you,
Gili
-- 
View this message in context: http://www.nabble.com/EclipseLink-dropping-Exception-cause--tp19708124p19708124.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top