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

2006-05-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-timesten-testsuite?log=log20060510042800
TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:93: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:77: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build:05/10/2006 04:28:00Time to build:24 minutes 12 seconds




   Unit Tests: (842)   Total Errors and Failures: (215)

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

2006-05-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060510045354
TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:86: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:77: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build:05/10/2006 04:53:54Time to build:9 minutes 8 seconds




   Unit Tests: (842)   Total Errors and Failures: (13)testCriteriaAggregationReturnTypeFailureExpectedorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestClassicHQLAggregationReturnTypesorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestLoadingAndSerializationOfConfigurationorg.hibernate.test.legacy.ConfigurationPerformanceTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestReadOnlyOnProxiesFailureExpectedorg.hibernate.test.readonly.ReadOnlyTesttestCollectionFetchVsLoadorg.hibernate.test.stats.StatsTesttestEmptyInListFailureExpectedorg.hibernate.test.hql.HQLTesttestMaxindexHqlFunctionInElementAccessorFailureExpectedorg.hibernate.test.hql.HQLTesttestMultipleElementAccessorOperatorsFailureExpectedorg.hibernate.test.hql.HQLTesttestKeyManyToOneJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestDuplicateExplicitJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestOptimisticLockDirtyDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTesttestOptimisticLockAllDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTest
Modifications since last build:(first 50 of 0)



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

2006-05-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060510050338
TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:100: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:77: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build:05/10/2006 05:03:38Time to build:22 minutes 31 seconds




   Unit Tests: (844)   Total Errors and Failures: (16)testSequenceIdentityGeneratororg.hibernate.test.generatedkeys.seqidentity.SequenceIdentityTesttestCriteriaAggregationReturnTypeFailureExpectedorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestClassicHQLAggregationReturnTypesorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestLoadingAndSerializationOfConfigurationorg.hibernate.test.legacy.ConfigurationPerformanceTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestReadOnlyOnProxiesFailureExpectedorg.hibernate.test.readonly.ReadOnlyTesttestCollectionFetchVsLoadorg.hibernate.test.stats.StatsTesttestResultTransformerScalarQueriesorg.hibernate.test.hql.ASTParserLoadingTesttestEmptyInListFailureExpectedorg.hibernate.test.hql.HQLTesttestMaxindexHqlFunctionInElementAccessorFailureExpectedorg.hibernate.test.hql.HQLTesttestMultipleElementAccessorOperatorsFailureExpectedorg.hibernate.test.hql.HQLTesttestKeyManyToOneJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestDuplicateExplicitJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestMasterDetailorg.hibernate.test.legacy.MasterDetailTesttestOptimisticLockDirtyDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTesttestOptimisticLockAllDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTest
Modifications since last build:(first 50 of 0)



[Hibernate] Issue with pluggable functions

2006-05-10 Thread Emmanuel Bernard




public static String renderWhereStringTemplate(String sqlWhereString,
Dialect dialect, SQLFunctionRegistry functionRegistry) 


Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1




Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Max Rydahl Andersen
On Wed, 10 May 2006 16:05:27 +0200, Emmanuel Bernard  
[EMAIL PROTECTED] wrote:



public static String renderWhereStringTemplate(String sqlWhereString,
Dialect dialect, *SQLFunctionRegistry functionRegistry*)


Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1


Damn...but why are you using that from annotations ?

In any case, did you not need to rebuild annotations to remove the cglib  
dependency ?


--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Max Rydahl Andersen


...so I apparently did not have the latest-latest of annotations checkked  
out when i added this; sorry!


Is it a show-stopper ?


public static String renderWhereStringTemplate(String sqlWhereString,
Dialect dialect, *SQLFunctionRegistry functionRegistry*)


Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1




--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Steve Ebersole








Sorry, my fault. I forgot that we
added that call to your stuff.



We really need this changed though to
properly allow for (1) classic aggregation registration and (2) better user
function registration. 



The other thing I could do is add back the
old signature which would only be for your use, and which would not account for
user-registered functions (planned feature). That work?











From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard
Sent: Wednesday, May 10, 2006 9:05
AM
To: Hibernate
 development
Subject: [Hibernate] Issue with
pluggable functions





public static String renderWhereStringTemplate(String
sqlWhereString, Dialect dialect, SQLFunctionRegistry
functionRegistry) 


Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1








Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Max Rydahl Andersen
On Wed, 10 May 2006 16:45:02 +0200, Emmanuel Bernard  
[EMAIL PROTECTED] wrote:


Yes at least we must not release another core version until we find a  
solution


Again why are you using this function at *config* time ?
What is this feature that is in annotations and not in the core ?

Anyhow a workaround is:

formulaString = Template.renderWhereStringTemplate( formulaString,  
$alias$, new HSQLDialect(), new SQLFunctionRegistry( new HSQLDialect(),  
Collections.EMPTY_LIST) );


which is just as much a hack like the existing dummy new HSQLDialect() you  
have ;)


/max





-Original Message-
From: Max Rydahl Andersen [EMAIL PROTECTED]
To: Emmanuel Bernard [EMAIL PROTECTED]; Hibernate development  
hibernate-devel@lists.sourceforge.net

Sent: Wed May 10 09:24:46 2006
Subject: Re: [Hibernate] Issue with pluggable functions


...so I apparently did not have the latest-latest of annotations checkked
out when i added this; sorry!

Is it a show-stopper ?


public static String renderWhereStringTemplate(String sqlWhereString,
Dialect dialect, *SQLFunctionRegistry functionRegistry*)


Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1








--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Steve Ebersole
We used to implement a required feature of EJB3 that really does not
make much sense ;)  It allows you to have a map/many-to-many/map
structure where the map-key comes from the target entity table (i.e.
*not* the association table).

At any rate, it probably will be added to core at some point; but it is
very intensive to implement properly there, so we did it this way for
the sake of getting the latest releases out.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Wednesday, May 10, 2006 9:57 AM
To: Emmanuel Bernard; [EMAIL PROTECTED];
hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] Issue with pluggable functions

On Wed, 10 May 2006 16:45:02 +0200, Emmanuel Bernard  
[EMAIL PROTECTED] wrote:

 Yes at least we must not release another core version until we find a

 solution

Again why are you using this function at *config* time ?
What is this feature that is in annotations and not in the core ?

Anyhow a workaround is:

formulaString = Template.renderWhereStringTemplate( formulaString,  
$alias$, new HSQLDialect(), new SQLFunctionRegistry( new
HSQLDialect(),  
Collections.EMPTY_LIST) );

which is just as much a hack like the existing dummy new HSQLDialect()
you  
have ;)

/max




 -Original Message-
 From: Max Rydahl Andersen [EMAIL PROTECTED]
 To: Emmanuel Bernard [EMAIL PROTECTED]; Hibernate development  
 hibernate-devel@lists.sourceforge.net
 Sent: Wed May 10 09:24:46 2006
 Subject: Re: [Hibernate] Issue with pluggable functions


 ...so I apparently did not have the latest-latest of annotations
checkked
 out when i added this; sorry!

 Is it a show-stopper ?

 public static String renderWhereStringTemplate(String sqlWhereString,
 Dialect dialect, *SQLFunctionRegistry functionRegistry*)


 Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1






-- 
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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

2006-05-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060510221354
TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:86: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:77: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build:05/10/2006 22:13:54Time to build:9 minutes 25 seconds




   Unit Tests: (842)   Total Errors and Failures: (13)testCriteriaAggregationReturnTypeFailureExpectedorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestClassicHQLAggregationReturnTypesorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestLoadingAndSerializationOfConfigurationorg.hibernate.test.legacy.ConfigurationPerformanceTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestReadOnlyOnProxiesFailureExpectedorg.hibernate.test.readonly.ReadOnlyTesttestCollectionFetchVsLoadorg.hibernate.test.stats.StatsTesttestEmptyInListFailureExpectedorg.hibernate.test.hql.HQLTesttestMaxindexHqlFunctionInElementAccessorFailureExpectedorg.hibernate.test.hql.HQLTesttestMultipleElementAccessorOperatorsFailureExpectedorg.hibernate.test.hql.HQLTesttestKeyManyToOneJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestDuplicateExplicitJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestOptimisticLockDirtyDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTesttestOptimisticLockAllDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTest
Modifications since last build:(first 50 of 0)



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

2006-05-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060510224346
TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:121: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:77: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build:05/10/2006 22:43:46Time to build:24 minutes 48 seconds




   Unit Tests: (840)   Total Errors and Failures: (23)testUpdateWithWhereExistsSubqueryorg.hibernate.test.hql.BulkManipulationTesttestCriteriaAggregationReturnTypeFailureExpectedorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestClassicHQLAggregationReturnTypesorg.hibernate.test.hql.CriteriaHQLAlignmentTesttestLoadingAndSerializationOfConfigurationorg.hibernate.test.legacy.ConfigurationPerformanceTesttestQueryorg.hibernate.test.legacy.FooBarTesttestOneToOneGeneratororg.hibernate.test.legacy.FooBarTesttestReachabilityorg.hibernate.test.legacy.FooBarTesttestVersionedCollectionsorg.hibernate.test.legacy.FooBarTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestReadOnlyOnProxiesFailureExpectedorg.hibernate.test.readonly.ReadOnlyTesttestAutoDetectAliasingorg.hibernate.test.sql.GeneralTesttestScalarStoredProcedureorg.hibernate.test.sql.MySQLTesttestParameterHandlingorg.hibernate.test.sql.MySQLTesttestEntityStoredProcedureorg.hibernate.test.sql.MySQLTesttestCollectionFetchVsLoadorg.hibernate.test.stats.StatsTesttestEmptyInListFailureExpectedorg.hibernate.test.hql.HQLTesttestMaxindexHqlFunctionInElementAccessorFailureExpectedorg.hibernate.test.hql.HQLTesttestMultipleElementAccessorOperatorsFailureExpectedorg.hibernate.test.hql.HQLTesttestKeyManyToOneJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestDuplicateExplicitJoinFailureExpectedorg.hibernate.test.hql.HQLTesttestMasterDetailorg.hibernate.test.legacy.MasterDetailTesttestOptimisticLockDirtyDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTesttestOptimisticLockAllDeleteFailureExpectedorg.hibernate.test.optlock.OptimisticLockTest
Modifications since last build:(first 50 of 0)