1) Nobody (that i see in these threads) directed that comment at you, so take it easy.
2) Not sure how much more descriptive the error message could get; you tried to 
specify a type mapping between a java primitive value and a database column that 
contained null values.  In java, primitive types cannot hold null values (really, its 
true, check it out).  If the column can contain null values, use a primitive wrapper 
type.



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lendvai
Attila
Sent: Monday, May 03, 2004 11:58 AM
To: hibernate-devel
Subject: RE: [Hibernate] User list ;-)


:: > "For user questions, please user http://forum.hibernate.org";
:: 
:: People posting user questions here can't read. The link to 
:: the mailinglist is one line above the disclaimer on the website.

Sorry, I consider non-descriptive exceptions from the depth of systems a
bug. At least I stick to that with my own projects.

Since then I've read the faq entry, but maybe you should also think a
little different, and stop making fun of someone sending bug reports.

I did read the disclaimer above the list link, and I still consider it a
bug according to my own standards.

all the best,

- 101



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id149&alloc_id66&op=ick
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to