Issues
- HbmWithIdentityTest fails with ORA-00936 on oracleHHH-12844Resolved issue: HHH-12844Martin Simka
- CreateDeleteTest and FlushIdGenTest fail with ORA-00936 on oracleHHH-12843Resolved issue: HHH-12843Martin Simka
- EntityProxySerializationTest fails with oracleHHH-12839Resolved issue: HHH-12839Martin Simka
- AndNationalizedTests fails with DB2HHH-12838Resolved issue: HHH-12838Martin Simka
- UniqueConstraintDropTest fails with DB2HHH-12833Resolved issue: HHH-12833Martin Simka
- SchemaUpdateHaltOnErrorTest and SchemaMigratorHaltOnErrorTest fail with DB2HHH-12832Resolved issue: HHH-12832Guillaume Smet
- Improve error output with transaction issuesHHH-12830Resolved issue: HHH-12830
- Invalid references to outdated EhCache classesHHH-12829Resolved issue: HHH-12829Guillaume Smet
- ScannerTests#testGetBytesFromInputStream() is not stable enoughHHH-12828Resolved issue: HHH-12828Guillaume Smet
- NUMERIC column type is not handled correctly on DB2HHH-12827Resolved issue: HHH-12827Guillaume Smet
- Persist cascade of collection fails when orphan removal enabled with flush mode commit.HHH-12826Resolved issue: HHH-12826Chris Cranford
- CriteriaHQLAlignmentTest.testCountReturnValues fails on databases that don't support tuple distinct counts because it expects wrong exceptionHHH-12825Resolved issue: HHH-12825Martin Simka
- ASTParserLoadingTest.testComponentNullnessChecks fail with DB2 because it uses legacy-style query parameterHHH-12824Resolved issue: HHH-12824Martin Simka
- CompositeIdTest.testDistinctCountOfEntityWithCompositeId fails on databases that don't support tuple distinct counts because it expects wrong exceptionHHH-12823Resolved issue: HHH-12823Martin Simka
- Skip "case when" tests requiring casts for DB2HHH-12822Resolved issue: HHH-12822Guillaume Smet
- Merge the migration guides in the code baseHHH-12820Resolved issue: HHH-12820Guillaume Smet
- Enable the experimental features of ByteBuddy when building with JDK 11HHH-12816Resolved issue: HHH-12816Guillaume Smet
- LocalDateCustomSessionLevelTimeZoneTest fails with mysql 5.5 and 5.7HHH-12815Resolved issue: HHH-12815Guillaume Smet
- Disable Asciidoclet in Javadoc generationHHH-12813Resolved issue: HHH-12813Guillaume Smet
- @UpdateTimestamp and @CreationTimestamp missing @Target annotation and breaking in KotlinHHH-12811Resolved issue: HHH-12811Guillaume Smet
- Use an HTTP link for the Javadoc link to our Bean Validation documentationHHH-12809Resolved issue: HHH-12809Guillaume Smet
- Upgrade Gradle to 4.8.1HHH-12808Resolved issue: HHH-12808Guillaume Smet
- Disable the hibernate-orm-modules tests for JDK 11HHH-12807Resolved issue: HHH-12807
- Upgrade Mockito to 2.19.1HHH-12805Resolved issue: HHH-12805Guillaume Smet
- No need to mock Map in CollectionBinderTestHHH-12804Resolved issue: HHH-12804Guillaume Smet
- Upgrade ByteBuddy to 1.8.13HHH-12803Resolved issue: HHH-12803Guillaume Smet
- Hibernate does not throw an exception when more than one entity is loaded with the same IDHHH-12802Resolved issue: HHH-12802Former user
- Error message in SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest differs with JDK 11HHH-12801Resolved issue: HHH-12801Guillaume Smet
- TuplizerInstantiatesByteBuddySubclassTest uses ByteBuddy operation unsafe with JDK 11HHH-12800Resolved issue: HHH-12800Guillaume Smet
- Enforce version alignment of Mockito and ByteBuddy dependenciesHHH-12799Resolved issue: HHH-12799Sanne Grinovero
- Nested spatial functions are not rendered correctly on SAP HANAHHH-12798Resolved issue: HHH-12798
- Fix cache modes relationships table layout in the documentationHHH-12797Resolved issue: HHH-12797
- Setting FlushMode to manual for a @NamedQuery is ignoredHHH-12795Resolved issue: HHH-12795Yoann Rodière
- Upgrade Karaf, pax-exam and reenable the OSGi testsHHH-12793Resolved issue: HHH-12793Fabio Massimo Ercoli
- ComponentTuplizer generates a LOT of proxy classes when using Bytebuddy as bytecode providerHHH-12791Resolved issue: HHH-12791Guillaume Smet
- Upgrade to Mockito 2.19.0HHH-12789Resolved issue: HHH-12789Sanne Grinovero
- Enable mockito-inline for the Agroal integration moduleHHH-12788Resolved issue: HHH-12788Sanne Grinovero
- SessionJdbcBatchTest hangs with DB2HHH-12787Resolved issue: HHH-12787Vlad Mihalcea
- Deleting an entity leads to NullPointerException in ByteBuddy proxyHHH-12786Resolved issue: HHH-12786Guillaume Smet
- Test Javassist supportHHH-12785Resolved issue: HHH-12785Andrea Boriero
- Update Javassist dependency to 3.23.1HHH-12781Resolved issue: HHH-12781Guillaume Smet
- Revert HHH-12670 - Allows native SQL queries that take a given resultClass to map the result set to the required typeHHH-12779Resolved issue: HHH-12779Guillaume Smet
- BasicProxyFactoryImpl.getProxy() swallows exceptionHHH-12778Resolved issue: HHH-12778Guillaume Smet
- NullPointerException when executing native query on an Audited EntityHHH-12776Resolved issue: HHH-12776Andrea Boriero
- JARs missing from the distribution ZIPHHH-12774Resolved issue: HHH-12774Guillaume Smet
- Document org.hibernate.Query.getHibernateFirstResult(), setHibernateFirstResult(), getHibernateMaxResults(), setHibernateMaxResults() in migration guideHHH-12773Resolved issue: HHH-12773Former user
- Caused by: java.lang.UnsupportedOperationException: Cache provider [org.hibernate.cache.ehcache.internal.EhcacheRegionFactory@3271ec2a] does not support `transactional` accessHHH-12771Resolved issue: HHH-12771Vlad Mihalcea
- TimeAndTimestampTest fails with SQL Server and MYSQLHHH-12768Resolved issue: HHH-12768Vlad Mihalcea
- org.hibernate.envers.test.integration.collection.StringMapNationalizedLobTest fails with DB2HHH-12753Resolved issue: HHH-12753Chris Cranford
- Document the removal of JPAIntegrator SPIHHH-12742Resolved issue: HHH-12742Andrea Boriero
50 of 60
HbmWithIdentityTest fails with ORA-00936 on oracle
Fixed
Description
Created July 20, 2018 at 11:52 AM
Updated July 20, 2018 at 1:41 PM
Resolved July 20, 2018 at 12:48 PM
Activity
Show:
sort of follow-up on
org.hibernate.test.annotations.xml.hbm.HbmWithIdentityTest.testManyToOneAndInterface
Used entity has only id and no other column, it doesn't work with Oracle12c. Some other column is necessary.