View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20060326021742
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 03/26/2006 02:17:42Time to build:
Unit Tests: (0) Total Errors and Failures
Hi,
just encountered, that one gets an NPE in
org.hibernate.engine.CollectionLoadContext#addCollectionToCache()
when running the legacy.FumTest#testUnflushedSessionSerialization
with MySQLInnoDBDialect + DefaultHibernateCache:
The ctx lines are:
s = getSessions().openSession();
s.setFlushMode
Emmanuel, mappedBy should be able to refer to any attribute, not just an
association. Not sure what the spec says, but definitely Hibernate core
supports this.
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that
The following mapping:
@Id
@Column(name="blog_name")
private String blogName;
@OneToOne
@Column(insertable=false, updatable=false)
private Blog blog;
Throws:
Caused by: org.hibernate.MappingException: Repeated column in mapping
for entity: domain.HitCount column: blog_name
Oh, this is probably because you expect it to be an @JoinColumn. Still,
it should either work, or throw an exception.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gavin
King
Sent: Sunday, March 26, 2006 7:27 PM
To: Emmanuel Bernard
Cc: Hibernate develop
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060326220011
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:99: The following error occurred while executing this line: /home/cruisecontrol/work/
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20060326221908
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 03/26/2006 22:19:08Time to build:
Unit Tests: (0) Total Errors and
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060327011908
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: The following error occurred while executing this line: /home/cruisecontrol/work/sc
Yes it should throw an exception
Gavin King wrote:
Oh, this is probably because you expect it to be an @JoinColumn. Still,
it should either work, or throw an exception.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gavin
King
Sent: Sunday, March 26, 2
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-timesten-testsuite?log=log20060327014225
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/
10 matches
Mail list logo