[infinispan-issues] [JBoss JIRA] (ISPN-7426) Upgrade to Hibernate Search 5.7.0.CR1 and Hibernate ORM 5.2.7.Final
Galder Zamarreño (JIRA)
issues at jboss.org
Wed Feb 8 05:27:00 EST 2017
[ https://issues.jboss.org/browse/ISPN-7426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13360250#comment-13360250 ]
Galder Zamarreño edited comment on ISPN-7426 at 2/8/17 5:26 AM:
----------------------------------------------------------------
We're reverting -the Hibernate Core- all upgrades since it breaks OSGI integration tests:
{code}
java.lang.Exception: Could not start bundle mvn:org.infinispan/infinispan-embedded/9.0.0-SNAPSHOT
in feature(s) infinispan-embedded-9.0.0-SNAPSHOT:
Unresolved constraint in bundle org.infinispan.embedded [46]: Unable to resolve 46.0:
missing requirement [46.0] osgi.wiring.package;
(&(osgi.wiring.package=javassist)(version>=3.20.0)(!(version>=4.0.0)))
{code}
The problem seems to be with entitymanager:
{code}
<lburgazzoli> 2017-02-07 18:15:53,882 | WARN | FelixStartLevel |
FeaturesServiceImpl | 20 -
org.apache.karaf.features.core - 3.0.4 | Error when installing
feature hibernate: org.osgi.framework.BundleException: Jar is not
a bundle, no Bundle-SymbolicName
mvn:org.hibernate/hibernate-entitymanager/5.2.7.Final
{code}
was (Author: galder.zamarreno):
We're reverting the Hibernate Core upgrade since it breaks OSGI integration tests:
{code}
java.lang.Exception: Could not start bundle mvn:org.infinispan/infinispan-embedded/9.0.0-SNAPSHOT
in feature(s) infinispan-embedded-9.0.0-SNAPSHOT:
Unresolved constraint in bundle org.infinispan.embedded [46]: Unable to resolve 46.0:
missing requirement [46.0] osgi.wiring.package;
(&(osgi.wiring.package=javassist)(version>=3.20.0)(!(version>=4.0.0)))
{code}
The problem seems to be with entitymanager:
{code}
<lburgazzoli> 2017-02-07 18:15:53,882 | WARN | FelixStartLevel |
FeaturesServiceImpl | 20 -
org.apache.karaf.features.core - 3.0.4 | Error when installing
feature hibernate: org.osgi.framework.BundleException: Jar is not
a bundle, no Bundle-SymbolicName
mvn:org.hibernate/hibernate-entitymanager/5.2.7.Final
{code}
> Upgrade to Hibernate Search 5.7.0.CR1 and Hibernate ORM 5.2.7.Final
> -------------------------------------------------------------------
>
> Key: ISPN-7426
> URL: https://issues.jboss.org/browse/ISPN-7426
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Build process, Embedded Querying
> Reporter: Sanne Grinovero
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.CR1, 9.0.0.Final
>
>
> The main goal of this issue is to upgrade to the Hibernate Search 5.7.x family.
> Hibernate ORM needs to be aligned as we use the combination in some tests; they don't strictly need to be aligned for our functional purposes but it makes the upgrade much simpler.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list