[Hibernate] org.hibernate.sql.GeneralTest missing class

2006-06-21 Thread Emmanuel Bernard
Product has not been commited All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more

Re: [Hibernate] org.hibernate.sql.GeneralTest missing class

2006-06-21 Thread Max Rydahl Andersen
On Wed, 21 Jun 2006 20:17:57 +0200, Emmanuel Bernard [EMAIL PROTECTED] wrote: Product has not been commited sorry - fixed! /max All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the

Re: [Hibernate] New error on Annotation query

2006-06-21 Thread Steve Ebersole
Try it again from SVN. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Sunday, June 18, 2006 10:21 PM To: Hibernate development Subject: [Hibernate] New error on Annotation query Has something changed that I haven't propagated in

[Hibernate] Plan for 3.1.x JIRA issues?

2006-06-21 Thread Josh Moore
Is there a procedure for having 3.1.x issues moved to 3.2? Two tickets from the 3.1.2/3.1.3 days, in particular, that I've been watching for months still haven't been assigned. If there's anything I need to do to have them apply to the 3.2 branch (more than adding a comment such as cloning),

Re: [Hibernate] New error on Annotation query

2006-06-21 Thread Emmanuel Bernard
The initial issue is fixed, But now I do have some weird type conversion using HSQLDB (didn't tried the other ones). basically I do have public Dimension() { private int length; private int width; } ints are converted into INTEGER types at the DB level, fine The following native SQL query,

Re: [Hibernate] New error on Annotation query

2006-06-21 Thread Max Rydahl Andersen
This should be controlled by calls to Dialect.registerHibernateType() and whatever the underlying db returns. This has not changed afaik. /max The initial issue is fixed, But now I do have some weird type conversion using HSQLDB (didn't tried the other ones). basically I do have public

Re: [Hibernate] New error on Annotation query

2006-06-21 Thread Max Rydahl Andersen
btw. does the spec say about the conversion rules for this ? /max The initial issue is fixed, But now I do have some weird type conversion using HSQLDB (didn't tried the other ones). basically I do have public Dimension() { private int length; private int width; } ints are

Re: [Hibernate] New error on Annotation query

2006-06-21 Thread Steve Ebersole
I am creating a similar test in the core testsuite and see if I can reproduce. -Original Message- From: Max Andersen Sent: Wednesday, June 21, 2006 3:53 PM To: Emmanuel Bernard; Steve Ebersole Cc: Hibernate development Subject: Re: [Hibernate] New error on Annotation query This should

Re: [Hibernate] New error on Annotation query

2006-06-21 Thread Steve Ebersole
I just ran this on Oracle-10g and HSQLDB and both worked fine for me. On Oracle, the discovered types were BigDecimalType and BigDecimalType. On HSQLDB, the discovered types were BigIntegerType and BigDecimalType -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Hibernate] New error on Annotation query

2006-06-21 Thread Emmanuel Bernard
My description was too generic. I've updated the GeneralTest by adding a SpaceShip class. It now fails with the error I encountered. Steve Ebersole wrote: I just ran this on Oracle-10g and HSQLDB and both worked fine for me. On Oracle, the discovered types were BigDecimalType and

[Hibernate] hibernate-hsqldb-testsuite Build Completed With Testsuite Errors

2006-06-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060621223938 TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:86: The following error occurred while executing this line: