Commit Graph

34 Commits

Author SHA1 Message Date
Michael Rudolf e69b37a9a4 HHH-6697 Fixed conversion of Hibernate exceptions to JPA exceptions. 2011-09-30 16:55:54 +08:00
Michael Rudolf 3bd95da6c5 HHH-6697 Added test case. 2011-09-30 16:55:54 +08:00
Strong Liu d76358cd03 remove out-of-date cvsignore file 2011-09-30 16:54:40 +08:00
Strong Liu 0dbc756093 HHH-6599 Hibernate mark as rollback even for no transaction requests 2011-08-30 18:39:12 +08:00
Steve Ebersole 71bca205e9 HHH-6591 - Port changes for HHH-5348 to 3.6 branch 2011-08-24 12:35:05 -05:00
Strong Liu 164cdf99d2 HHH-5789 Hibernate 3.5.4 doesn't build with OpenJDK 6b18-1.8.2 or greater 2011-08-20 10:59:54 +08:00
Gail Badner 647265c79a Update 3.6.7.Final to 3.6.8-SNAPSHOT 2011-08-17 13:17:04 -07:00
Gail Badner 37c18f2523 Update 3.6.7-SNAPSHOT to 3.6.7.Final 2011-08-17 13:10:59 -07:00
Gail Badner 418a8df7df Update version to 3.6.7-SNAPSHOT 2011-07-20 18:26:04 -07:00
Gail Badner 2c25b1edaf Update version to 3.6.6.Final 2011-07-20 18:21:21 -07:00
Andrew Lee Rubinger 2b8094cf1e [HHH-6442] In the case a URL cannot be reconstructed due to MalformedURLException, use the one passed in (which will already have a URLStreamHandler association) 2011-07-18 15:03:07 +02:00
Strong Liu 7223aa3f48 typo in document 2011-06-20 12:18:58 +08:00
Gail Badner 70fffc1b0f Update 3.6.5.Final to 3.6.6-SNAPSHOT 2011-06-08 21:06:18 -07:00
Gail Badner ac4f7548aa Update 3.6.5-SNAPSHOT to 3.6.5.Final 2011-06-08 20:59:35 -07:00
Hardy Ferentschik efa93bd5e6 HHH-6119 Using Junit 3 for testing on 3.6 branch 2011-05-11 16:39:53 +02:00
Hardy Ferentschik 2fe7704c71 HHH-6119 Import cleanup 2011-05-11 16:39:28 +02:00
Hardy Ferentschik 8217dbf52a HHH-6119 Formatting 2011-05-11 16:20:02 +02:00
Michael Rudolf 6cb8cf7fd2 Added null checks to prevent NullPointerExceptions when the path source is null.
Signed-off-by: Michael Rudolf <javaprog@gmx.de>
2011-05-11 16:20:01 +02:00
Michael Rudolf ec4a186506 Added test showing misbehaviour of AbstractPathImpl.get(String), which throws a NullPointerException while preparing an IllegalArgumentException that should be thrown here.
Signed-off-by: Michael Rudolf <javaprog@gmx.de>
2011-05-11 16:20:01 +02:00
Gail Badner 530d1c5a29 Update version from 3.6.4.Final to 3.6.5-SNAPSHOT 2011-05-04 15:56:01 -07:00
Gail Badner d1be2eb12b Update version from 3.6.4-SNAPSHOT to 3.6.4.Final 2011-05-04 15:44:42 -07:00
Emmanuel Bernard 45ac70b03d HHH-6170 Offer ability to customize the default TransactionFactory implementation
Allow to customize implementation used if none is specified specifically by the user programmatically or via configuration
2011-05-04 08:46:21 -04:00
Scott Marlow f289c7e4bd HHH-6095 ensure that TransactionRequiredException is thrown if flush/lock are called with no tx 2011-04-13 12:10:18 -04:00
Gail Badner 3a658ca112 Update version to 3.6.4-SNAPSHOT 2011-04-06 14:21:49 -07:00
Gail Badner f910e7b1e9 Update version to 3.6.3.Final 2011-04-06 14:12:30 -07:00
Emmanuel Bernard c978788dd8 HHH-6084 Add tests for id strategy provider in hem 2011-04-06 18:19:20 +02:00
Emmanuel Bernard cea2cfdf44 HHH-6084 define id strategy provider in HEM 2011-04-06 18:19:20 +02:00
Steve Ebersole 57be51ba48 HHH-5803 - Better handling of implicit literal numeric expression typing 2011-03-17 14:12:59 -05:00
Emmanuel Bernard c526efd6be Add JavaDoc to signal Hibrnate OGM dependencies 2011-03-17 14:55:05 +01:00
Emmanuel Bernard edc7f962f2 HHH-5993 Add documentation for session factory observer config 2011-03-15 14:28:34 +01:00
Emmanuel Bernard 81e5f86305 HHH-5993 Add SessionFactoryObserver configuration option to HEM 2011-03-15 14:25:08 +01:00
Emmanuel Bernard 38e5042cb8 HHH-5916 Make sure to test the property approach for HEM 2011-03-15 14:13:49 +01:00
Emmanuel Bernard 3f2119b913 Fix type in JavaDoc 2011-03-15 14:12:58 +01:00
Steve Ebersole ef156d2a76 HHH-6009 - Rename module directories on 3.6 branch to match master 2011-03-11 18:04:10 -06:00