Scott Marlow
52d5d374e5
HHH-7179 QueryResultsRegionImpl needs the @Listener annotation (otherwise org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase will fail)
2012-04-03 11:05:51 -04:00
Galder Zamarreño
5fa28e87ea
HHH-7179 Complete support for Natural Id caching for Infinispan
2012-04-02 11:10:36 +02:00
Strong Liu
2afa747ef9
HHH-7179 impl natural id region in hibernate-infinispan
2012-04-02 11:10:34 +02:00
Steve Ebersole
9c207b1128
HHH-7210 - Natural-id cache put stats not being correctly updated on insert for "asynch" cache providers
2012-03-30 12:02:25 -05:00
Steve Ebersole
ce4e2eda87
HHH-7209 - Add varargs versions of Restrictions.and/or
2012-03-29 14:46:02 -05:00
Steve Ebersole
fd9d168d19
HHH-7193 - Transaction Rollback not clearing statement batch on Prepared Statement causes issues with statement caching
2012-03-29 13:03:56 -05:00
Shawn Clowater
b09e2729c0
HHH-7193
...
Added clearBatch() to the releaseStatements() of AbstractBatchImpl in order to prevent batches from rolled back transactions being applied.
Added StatementCacheTest to illustrate the issue.
Added a validator dependency for c3p0 tests since I needed to have the batch semi aborted.
2012-03-29 13:03:56 -05:00
Steve Ebersole
2f62c21cdd
HHH-7208 - Fix Gradle links in README.md
2012-03-29 12:47:28 -05:00
Galder Zamarreño
9c55dde595
HHH-7204 Clear only regions created by the given region factory
...
Upgraded to Infinispan 5.1.3.FINAL too.
2012-03-28 20:39:11 +02:00
Emmanuel Bernard
d159dcef6f
HHH-7200 SessionFactoryObservers should be notified of the close event in reverse order of the create event
2012-03-27 15:44:16 +02:00
Strong Liu
74e5c3150d
HHH-7187 configurations should be defined in addConfigurationProperties method, instead configure
2012-03-27 17:47:10 +08:00
Shawn Clowater
b2c4585921
HHH-7194
...
Fixed NullPointerException when using nested Subqueries in the CriteriaAPI when trying to determine the entity name and test that demonstrates the issue.
2012-03-26 22:36:03 -05:00
Steve Ebersole
ff394e4a6a
HHH-6915 - Restrictions.ilike(String propertyValue, Object value) does not correctly initialize LikeExpresison
2012-03-26 21:13:16 -05:00
Steve Ebersole
cf181b41b5
HHH-7199 - proper JTA and auto-commit interaction for envers testsuite
2012-03-26 20:09:18 -05:00
Strong Liu
38a6c426ff
HHH-7197 rollback change of JdbcDirectoryProfile, seems that is a m9 feature
2012-03-26 17:55:11 +08:00
Strong Liu
caf0f70b62
HHH-7187 failed tests
2012-03-26 16:55:33 +08:00
Strong Liu
d732cfa7d9
HHH-7187 failed tests
2012-03-26 16:53:20 +08:00
Strong Liu
d3b640cb75
HHH-7197 reimport imports
2012-03-26 16:17:45 +08:00
Strong Liu
e4a82a0b6b
HHH-7197 - update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace
2012-03-26 15:12:10 +08:00
Strong Liu
96e23180d7
HHH-7187 - tests fail on sybase
2012-03-26 13:53:07 +08:00
Strong Liu
37aecde965
HHH-7187 - tests fail on sybase
2012-03-26 13:06:12 +08:00
Strong Liu
24f2db04fc
HHH-7187 - skip Lob test on sybase
2012-03-26 12:52:20 +08:00
Lukasz Antoniak
e835881f37
HHH-7187 - Fix tests against MSSQL
2012-03-25 06:06:59 +02:00
Lukasz Antoniak
78ae6abad1
Merge remote-tracking branch 'upstream/master'
2012-03-24 15:42:11 +01:00
Lukasz Antoniak
6aed8651a6
HHH-7187 - Fix tests against MySQL
2012-03-24 15:40:36 +01:00
Strong Liu
d2852e3c4d
a little improvment on the build script
2012-03-23 16:02:45 +08:00
Lukasz Antoniak
5a2b019e66
HHH-7187 - Shorten table names
2012-03-22 23:36:59 +01:00
Steve Ebersole
e24451637d
HHH-7190 - Cache JDBC proxy class defintions
2012-03-22 09:04:44 -05:00
Steve Ebersole
624855c438
HHH-5732 - @OrderColumn not updated if @OneToMany has mappedby defined
2012-03-21 11:19:35 -05:00
Steve Ebersole
23f49f19b5
HHH-1657 - hql update generate wrong sql with joined subclass hierarcy
2012-03-20 21:52:49 -05:00
Steve Ebersole
8f7b8e10d0
HHH-7192 - NullPointerException in QueryTranslatorImpl on erroneously typed delete query
2012-03-20 19:24:46 -05:00
Steve Ebersole
4f64b56a88
HHH-7160 - NaturalIdXrefDelegate#cache() needs to remove obsolete entries in shared cache when NaturalId values changed
2012-03-20 13:34:19 -05:00
Steve Ebersole
fb0b90bd2d
HHH-7191 - NaturalIdCache improperly declared
2012-03-20 13:34:18 -05:00
Lukasz Antoniak
6e85abcf7a
HHH-7017 - Fix and test
2012-03-20 18:43:14 +01:00
Steve Ebersole
1877315ee3
HHH-7090 - Temporary session closing affects original session
2012-03-20 08:40:50 -05:00
Strong Liu
38c4f02cea
HHH-7107 org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97
2012-03-20 13:21:42 +08:00
Strong Liu
749f7c1eb5
HHH-6271 fixes build error when tools.jar is not on classpath (linux)
2012-03-20 13:13:23 +08:00
Steve Ebersole
5d6d9b87c1
HHH-7020 - Connection leak with nested sessions
2012-03-19 19:09:44 -05:00
Steve Ebersole
5a1d523b4d
HHH-7090 - Temporary session closing affects original session
2012-03-19 17:34:15 -05:00
Hardy Ferentschik
60c1b23c7b
HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called.
2012-03-19 23:19:46 +08:00
Hardy Ferentschik
fa1183f3f9
HHH-6271 Unifying error logger in XMLHelper and standalone ErrorLogger. Removing the former and integrating some features of the latter into ErrorLogger.
...
Also using a deferred logging approach.
2012-03-19 23:19:45 +08:00
Hardy Ferentschik
6c0ebd40a5
HHH-6271 Adding some more tests
2012-03-19 23:19:45 +08:00
Hardy Ferentschik
8373871c30
HHH-6271 Javadocs and some generics fixes
2012-03-19 23:19:45 +08:00
Hardy Ferentschik
ddcd060441
HHH-6271 Adding explicit test showing that orm version 1 works
2012-03-19 23:19:45 +08:00
Hardy Ferentschik
9272a905a0
HHH-6271 Fixing a typo in class name
2012-03-19 23:19:45 +08:00
Hardy Ferentschik
99be673a32
HHH-6271 Formatting and adding consistent licence header. Removing $Id which is a legacy from svn.
...
No functional changes
2012-03-19 23:19:44 +08:00
Strong Liu
199fae5fee
correct encoding error
2012-03-19 23:03:30 +08:00
Strong Liu
5822404c6d
HHH-7185 - run envers tests on db matrix
2012-03-19 21:54:28 +08:00
Lukasz Antoniak
ecd8ad5446
HHH-7184 - Envers revision entity JPA2 metadata
2012-03-18 15:53:04 +01:00
Lukasz Antoniak
71db4095c6
HHH-6661 - Test case
2012-03-18 14:54:03 +01:00