I've got a problem with the current build.

I've got an MS-SQL Server database containing a number of tables (which
was created by "upsizing" a MS Access database).
Some of these tables contain columns which are of syntax "money" (which
is basically a fixed-point decimal field storing a number to 4 decimal
points).

If I use the build version "3.1.0 beta1JBIDERC2" then all is (mostly)
ok.  I say "mostly" as initialising Sets aren't JDK5-compliant (code
says "private Set<Service> services = new HashSet();" instead of
"private Set<Service> services = new HashSet<Service>();".
This JDK5 issue is fixed in the current (as of 5pm GMT Jan 12 2006) CVS
code, hence I'd like to use this later code.

However, if I use the current (as of 5pm GMT Jan 12 2006) CVS code then,
when I attempt to generate the *.hbm.xml files, I get the a
ClassCastException exception reported (reported by the plugin GUI - it
doesn't show up on any logfiles I can find, even with log4j told to log
"debug") - ClassCastException(java.lang.String) to be exact.

So, two questions:
1) Has anyone else seen this / reported this / is aware of this / knows
of a fix/workaround for this ?
2) Does anyone know how I can crank-up the logging to the extent that I
can see a full stack trace and further narrow-down the cause of the
exception?

Thanks,

  Peter

_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning 
Services - powered by MessageLabs. For further information visit 
http://www.mci.com


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to