Commit Graph

4672 Commits

Author SHA1 Message Date
brmeyer 970bd8679e HHH-1123 Cannot put more than 1000 elements in a InExpression 2012-09-05 11:29:13 -05:00
Hardy Ferentschik d661c3823d HHH-7571 Adding failure expected annotations where needed 2012-09-05 16:29:53 +02:00
Shawn Clowater 6ac746fffc HHH-7308
Change the beforeCompletion() method of the TransactionObserver() to call the beforeTransactionCompletion() method regardless of whether or not the session is open like the afterCompletion() method does when calling the afterTransactionCompletion() and also cleaned up the log message around session having after transaction events as this sort of logging had been previously moved to the close() method of SessionImpl.
2012-09-05 09:23:24 -05:00
Hardy Ferentschik d14d18e40b HHH-7571 Minimal implementation of @ElementCollection details to pass AnnotationBasicCollectionBindingTests 2012-09-05 14:59:35 +02:00
Strong Liu 4fe75d5a09 HHH-7371 Natural-id: ObjectNotFoundException when found entity is marked as deleted 2012-09-05 17:22:19 +08:00
Strong Liu 8fa530a247 HHH-7300 - TypeDefs won't be found depending of files read-order 2012-09-05 17:06:40 +08:00
Strong Liu e9d00d4b35 Merge branches 'pb00067-patch-8' and 'master' 2012-09-05 14:46:02 +08:00
Guenther Demetz a043701de7 HHH-7059 The DerbyDialect deprecation warning should appear no more,
when using one of the version-specific dialects
2012-09-05 14:45:41 +08:00
U-MateusPimenta\Mateus Pimenta 401d4902fd HHH-7518 2012-09-05 14:41:29 +08:00
nrodrigues 072e64d26a HHH-7532 - Override getForUpdateString with correct syntax 2012-09-05 14:29:25 +08:00
Dustin Schultz e8b2695289 HHH-7544
Fixes java.lang.VerifyError by building StackMapTables at appropriate
places.
2012-09-05 11:40:13 +08:00
Steve Ebersole 4e22fb9044 HHH-7566 - Activating JOIN fetch profile involving self-referential associations causes StackOverflowError 2012-09-04 16:08:28 -05:00
Steve Ebersole 54f4335416 HHH-7203 - IdentityGenerator fails with JOINED Inheritance when inserting entity to PosgtreSQL 2012-09-04 15:00:48 -05:00
Steve Ebersole 4450b127b2 HHH-7567 - Better checking when @Enumerated involved 2012-09-04 12:17:34 -05:00
Steve Ebersole 076eccb7a2 HHH-5188 - Use provided enum type ordinal/string when reading 2012-09-03 22:06:23 -05:00
Strong Liu fd6cacd6f4 HHH-7459 fixing org.hibernate.test.annotations.manytoone.referencedcolumnname.ManyToOneReferencedColumnNameTest, for now add a Failure expected annotation on it 2012-09-04 02:10:47 +08:00
Strong Liu 67e05c4467 HHH-7459 fixing org.hibernate.test.annotations.manytoone.referencedcolumnname.ManyToOneReferencedColumnNameTest, for now add a Failure expected annotation on it 2012-09-04 02:10:47 +08:00
Strong Liu 2a80caed2a HHH-7459 clean tests' import 2012-09-04 02:10:46 +08:00
Strong Liu 2a3e50b400 HHH-7459 fixing fail tests 2012-09-04 02:10:46 +08:00
Strong Liu 68491e57a9 HHH-7459 AnnotationUnidirectionalOneToManyBindingTests now pass 2012-09-04 02:10:46 +08:00
Strong Liu 94abb7ca0f HHH-7459 empty JoinColumnResolutionContext to make compiler happy 2012-09-04 02:10:46 +08:00
Strong Liu 1b69d460b3 HHH-7549 @OneToMany support 2012-09-04 02:10:46 +08:00
Strong Liu 550f19f3da HHH-7549 Simple refactor 2012-09-04 02:10:45 +08:00
Strong Liu 1f80861b16 HHH-7549 change AbstractUnidirectionalOneToManyBindingTests test to have same mapping on hbm and ann 2012-09-04 02:10:45 +08:00
Hardy Ferentschik 7ce0203155 Refactoring basic colletion binding test to run against hbm and annotations 2012-09-03 17:06:19 +02:00
Gail Badner eab658429f HHH-7549 @OneToMany support 2012-08-31 18:53:22 -07:00
Steve Ebersole ab64f5c3be HHH-7552 - New StrategySelectorService : initial auto-detection 2012-08-31 16:20:05 -05:00
Hardy Ferentschik d7fdf278df HHH-7322 Refactoring of unidirectional one to many test to cater for hbm and annotations
Adding some error handling in Binder for the case that not all configuration sources are added
Upgrading JBoss logging
2012-08-31 20:36:48 +02:00
Steve Ebersole 98ad44e75d HHH-7563 - Fallback for JBossAppServerJtaPlatform.locateUserTransaction() to look at "java:jboss" if "java:comp" not available 2012-08-31 11:22:07 -05:00
Didier Villevalois 8e30a2b86d HHH-7134 - Detection of wrong circularity when two tables with same name in different schemas
Fixes FKSecondPass processing to take catalog and schema in accounts. Corresponding test class is
org.hibernate.test.cfg.WrongCircularityDetectionTest.
2012-08-31 00:40:30 +08:00
Steve Ebersole 3e2be6a009 HHH-7557 - Map entries get deleted 2012-08-30 10:46:49 -05:00
Hardy Ferentschik 22d6c78a0d Rremoving a @FailureExpected by syncing the setup between hbm and annotation based configuration for AbstractBasicBindingTests 2012-08-30 17:44:40 +02:00
brmeyer d4eade8199 HHH-7560 ehcache unit test intermittently failing
(UnknownServiceException)
2012-08-29 17:58:11 -04:00
Steve Ebersole 759620cecb HHH-6823 - Short-name config values 2012-08-29 11:16:17 -05:00
Steve Ebersole 37542fe1f1 HHH-6823 - Short-name config values 2012-08-29 10:49:06 -05:00
Steve Ebersole 4ad49a02c9 HHH-7556 - Clean up packages 2012-08-28 14:12:15 -05:00
Steve Ebersole d52a20a693 HHH-7552 - New StrategySelectorService : initial work 2012-08-27 15:18:21 -05:00
Strong Liu 289866968b HHH-7549 @OneToMany support 2012-08-28 01:37:52 +08:00
Hardy Ferentschik 5cdce758a8 HHH-7549 Moving test resources into src/test/resources 2012-08-27 14:38:47 +02:00
Hardy Ferentschik 5dcf91b082 HHH-7549 Removing some unnecessary System.out.println calls 2012-08-27 13:30:21 +02:00
Hardy Ferentschik 35279ceed6 HHH-7549 Adding FailureExpectedWithNewMetamodel were needed 2012-08-27 13:29:30 +02:00
Strong Liu 8ba7c31a86 HHH-7549 rollback changes to the xml namespace 2012-08-27 16:34:52 +08:00
Steve Ebersole 110c3a4b92 HHH-7550 - Fix UP-TO-DATE checking for APT-based tasks 2012-08-24 20:39:53 -05:00
Steve Ebersole 63a2f0d7dc HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec : CDI via reflection 2012-08-24 20:39:53 -05:00
Lukasz Antoniak a9c28bf28f HHH-7543 - Fix and test 2012-08-24 22:30:37 +02:00
Strong Liu 9bce5e0643 HHH-7549 @OneToMany support 2012-08-24 22:56:57 +08:00
Lukasz Antoniak edfe8afaf1 HHH-7212 - Fix 2012-08-23 23:51:46 +02:00
Gail Badner 5327ac5396 HHH-7545 : Aliases for a collection key and element column can collide causing one to be excluded 2012-08-23 11:23:49 -07:00
Hardy Ferentschik 449389760f HHH-7503 Removing @FailureExpectedWithNewMetamodel since test is not passing. However, it does not really assert anything. 2012-08-23 18:51:31 +02:00
Hardy Ferentschik 10768032d6 HHH-7503 Determining the referenced type of a toMany association, ignoring static field attributes, implementing OneToManyPluralAttributeElementSource#PluralAttributeElementNature, updating tests 2012-08-23 18:51:31 +02:00