View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060308180151
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:83: The following error occurred while executing this line: /home/cruisecontrol/work/sc
Apologies for the spam, we will stop
notifications until we have a valid build.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, March 08, 2006
5:00 PM
To: [EMAIL PROTECTED]; Steve Ebersole; hibernate-devel@lists.sourceforge.net
S
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060308175927
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:33: Could not create task or type of type: svn. Ant could not find the task or a class
I am using MySQL and here is a field definition in one of my tables:
name="localityName"
type="text"
column="LocalityName">
The field in the DB schema is of type "text"
When I retrieve the hibernate objects and call the getter for this
field I get back a str
you should probably use a UserType to code such application semantic.
Pablo Nussembaum wrote:
Hi,
I made a simple modification in the ComponentType class to consider
null component equals to a components with all his properties nulls.
I do this to address 2 problems I have:
1. For sim
Hi,
I made a simple modification in the ComponentType class to consider
null component equals to a components with all his properties nulls.
I do this to address 2 problems I have:
1. For simplicity in all entities, when a components is null the
getters builds a new instance and th