[jboss-jira] [JBoss JIRA] (DROOLS-464) osgi issue with jbpm-commons feature in karaf

Charles Moulliard (JIRA) issues at jboss.org
Mon Apr 28 05:50:34 EDT 2014


    [ https://issues.jboss.org/browse/DROOLS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964027#comment-12964027 ] 

Charles Moulliard commented on DROOLS-464:
------------------------------------------

As this jar file when wrapped has dependencies with Servlet 3.0 and doc-files 

Import-Package =
	doc-files;version=1.5,
	javax.security.jacc;version=1.5,
	javax.servlet.http;version=3.0

we will use the geronimo or JBoss spec which are already OSGIfied.


                
> osgi issue with jbpm-commons feature in karaf
> ---------------------------------------------
>
>                 Key: DROOLS-464
>                 URL: https://issues.jboss.org/browse/DROOLS-464
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 6.1.0.Beta2
>            Reporter: James Strachan
>            Assignee: Charles Moulliard
>              Labels: osgi
>
> this bit of 6.1.0.Beta2 feature XML doesn't load in karaf 2.3.3 or fabric8:
>     <feature name="jbpm-commons" version="6.1.0.Beta2" description="jBPM Commons">
>         <bundle>wrap:mvn:javax.security/jacc/1.0</bundle>
> as it can't be downloaded as the jar doesn't exist in maven central:
> http://central.maven.org/maven2/javax/security/jacc/1.0/
> Not sure how the above has ever worked unless someone's got an old cached jar in their local repo? Or is there some repo thats got it in? 
> Maybe it needs changing to this which has a jar in maven central?
> http://central.maven.org/maven2/javax/security/jacc/javax.security.jacc-api/1.5/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list