[Hibernate] hibernate-sybase-testsuite Build Timed Out

2006-07-12 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log20060711234837 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly w

[Hibernate] native id generation in DerbyDialect

2006-07-12 Thread Moos Adrian
Hi list, Migrating a test project from one dialect to another I've stumbled across something that looks to me like a coding mistake, but not beeing very familiar with Derby, I wonder if I simply overlooked something? Here's the code: (from org.hibernate.dialect.DerbyDialect) public Cla

Re: [Hibernate] native id generation in DerbyDialect

2006-07-12 Thread Max Rydahl Andersen
The DerbyDialect was contributed by an external party. If you have a better implementation patches are welcome in our jira. But it would be nice to know why the external contributor choose to use tablehilo as the default and have that "fun" identitycolumnstring. The original contributor was Simo

[Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Max Rydahl Andersen
javac works fine, but eclipse chokes on casting Properties to Map I've bugged eclipse about it to see what they provide as explanation. https://bugs.eclipse.org/bugs/show_bug.cgi?id=150362 -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Scott M Stark
That is a rather basic generics error that is a bug in javac since Properties is typed as Map, not Map. You are asking to be able to do (replacing ? with String to be more concrete): Map m1 = ...; Map m2 = (Map) m1; javac disallows this as it should since one would be able to do the following oth

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Max Rydahl Andersen
yes, i realized this (also explained on the bug). What tricked me was that neither I or emmanuel must have been using the latest javac ;) /max > That is a rather basic generics error that is a bug in javac since > Properties is typed as Map, not Map. You > are asking to be able to do (replacing

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Scott M Stark
This is the issue with generics. I have seen both javac and eclipse with compiler bugs that allowed unsafe usage of collections. There still really are no guarentees, only better static analysis of possible misuse. > -Original Message- > From: Max Andersen > Sent: Wednesday, July 12, 2006

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Christopher G. Stach II
Scott M Stark wrote: > This is the issue with generics. I have seen both javac and eclipse with > compiler bugs that allowed unsafe usage of collections. There still > really are no guarentees, only better static analysis of possible > misuse. There are runtime guarantees if you use java.util.Coll

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

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