[
https://issues.jboss.org/browse/JBIDE-25553?page=com.atlassian.jira.plugi...
]
Koen Aers commented on JBIDE-25553:
-----------------------------------
[~nickboldt] The reason why i suspect there is a timeout is that there does not seem to be
a summary of the failed tests in the console log after running the tests of
org.jboss.tools.hibernate.orm.test:
{code}
11:50:04 Jun 04, 2018 7:50:04 AM org.hibernate.dialect.Dialect <init>
11:50:04 INFO: HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
11:50:04 Jun 04, 2018 7:50:04 AM
org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl makeLobCreatorBuilder
11:50:04 INFO: HHH000422: Disabling contextual LOB creation as connection was null
12:00:36 [INFO]
12:00:36 [INFO] ------------------------------------------------------------------------
12:00:36 [INFO] Building org.jboss.tools.hibernate.runtime.spi.test 5.3.0-SNAPSHOT
12:00:36 [INFO] ------------------------------------------------------------------------
12:00:36 [INFO]
12:00:36 [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier)
@ org.jboss.tools.hibernate.runtime.spi.test ---
{code}
As you can see it just starts with the next project (which is
org.jboss.tools.hibernate.runtime.spi.test. Normally I would expect something like this
(this is the summary of org.jboss.tools.hibernate.runtime.spi.test):
{code}
12:00:48 Results :
12:00:48
12:00:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
12:00:48
12:00:49 [INFO] All tests passed!
{code}
The DuplicateMappingExceptions don't have an influence on the test results. There
should be no difference between java 9 and java 8 in this respect.
Cannot create Hibernate Console Configuration for projects with java
9
----------------------------------------------------------------------
Key: JBIDE-25553
URL:
https://issues.jboss.org/browse/JBIDE-25553
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.5.2.AM2
Reporter: Rastislav Wagner
Assignee: Koen Aers
Priority: Critical
Fix For: 4.6.0.AM3
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)