[jboss-jira] [JBoss JIRA] (JBRULES-3434) OSGi bundles broken because protobuf isn't osgi-fied
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Tue Mar 27 11:38:47 EDT 2012
[ https://issues.jboss.org/browse/JBRULES-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Geoffrey De Smet updated JBRULES-3434:
--------------------------------------
Description:
protobuf isn't osgi-fied:
http://code.google.com/p/protobuf/issues/detail?id=298
and spring hasn't done it for us either yet:
http://ebr.springsource.com/repository/app/search?query=protobuf
and around the time it became a dependency of drools-core, the osgi build has started failing.
and the osgi-bundles fail, but the exception message it totally different (which is typical as OSGi is crap):
{code}
ERROR - AbstractOsgiTests.startBundle(344) | cannot start bundle [Drools :: Compiler (org.drools.compiler;singleton:=true)|file:/home/gdesmet/.m2/repository/org/drools/drools-compiler/5.4.0-SNAPSHOT/drools-compiler-5.4.0-SNAPSHOT.jar]
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: org.drools.core; bundle-version="5.4.0.SNAPSHOT"
{code}
was:
protobuf isn't osgi-fied:
http://code.google.com/p/protobuf/issues/detail?id=298
and around the time it became a dependency of drools-core, the osgi build has started failing.
> OSGi bundles broken because protobuf isn't osgi-fied
> ----------------------------------------------------
>
> Key: JBRULES-3434
> URL: https://issues.jboss.org/browse/JBRULES-3434
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-core
> Reporter: Geoffrey De Smet
> Assignee: Geoffrey De Smet
> Priority: Critical
> Fix For: 5.4.0.CR1
>
>
> protobuf isn't osgi-fied:
> http://code.google.com/p/protobuf/issues/detail?id=298
> and spring hasn't done it for us either yet:
> http://ebr.springsource.com/repository/app/search?query=protobuf
> and around the time it became a dependency of drools-core, the osgi build has started failing.
> and the osgi-bundles fail, but the exception message it totally different (which is typical as OSGi is crap):
> {code}
> ERROR - AbstractOsgiTests.startBundle(344) | cannot start bundle [Drools :: Compiler (org.drools.compiler;singleton:=true)|file:/home/gdesmet/.m2/repository/org/drools/drools-compiler/5.4.0-SNAPSHOT/drools-compiler-5.4.0-SNAPSHOT.jar]
> org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: org.drools.core; bundle-version="5.4.0.SNAPSHOT"
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list