[jboss-jira] [JBoss JIRA] (DROOLS-1320) [OSGi] drools-compiler uses wrong package name to import kie-ci
Petr Široký (JIRA)
issues at jboss.org
Thu Oct 6 08:24:00 EDT 2016
[ https://issues.jboss.org/browse/DROOLS-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Petr Široký updated DROOLS-1320:
--------------------------------
Description: drools-compiler is optionally importing {{org.kie.scanner}} package as that is needed to work with the {{kie-ci}} in OSGi. The package import is, however, incorrect: {{=org.kie.scanner.\*;resolution:=optional}} will _not_ get transformed into the actual package name, but rather stays as {{org.kie.scanner.*}}, which is not valid. This needs to be changed to just {{org.kie.scanner}}. (was: drools-compiler is optionally importing {{org.kie.scanner}} package as that is needed to work with the {{kie-ci}} in OSGi. The package import is, however, incorrect: {{=org.kie.scanner.*;resolution:=optional}} will _not_ get transformed into the actual package name, but rather stays as {{org.kie.scanner.*}}, which is not valid. This needs to be changed to just {{org.kie.scanner}}.)
> [OSGi] drools-compiler uses wrong package name to import kie-ci
> ---------------------------------------------------------------
>
> Key: DROOLS-1320
> URL: https://issues.jboss.org/browse/DROOLS-1320
> Project: Drools
> Issue Type: Bug
> Reporter: Petr Široký
> Assignee: Petr Široký
>
> drools-compiler is optionally importing {{org.kie.scanner}} package as that is needed to work with the {{kie-ci}} in OSGi. The package import is, however, incorrect: {{=org.kie.scanner.\*;resolution:=optional}} will _not_ get transformed into the actual package name, but rather stays as {{org.kie.scanner.*}}, which is not valid. This needs to be changed to just {{org.kie.scanner}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list