[rules-dev] Question about kie - api & kie - internal (OSGIactivator)

Charles Moulliard ch007m at gmail.com
Mon Mar 25 03:52:24 EDT 2013


Hi,

The org.kie.api.osgi.Activator class of kie project needs the class
ServiceRegistryImpl (& Interface ServiceRegistry of kie internal) to
register an OSGI Service (Interface)

        this.serviceRegistry = bc.registerService(
ServiceRegistry.class.getName(),

 ServiceRegistryImpl.getInstance(),
                                                   new Hashtable() );

but the maven module kie api does not have a dependency with kie internal
 as the class ServiceRegistry & ServiceRegistryImpl are part of the module
kie internal & package org.kie.internal.utils

Questions :
- What are the plans regarding to the Activator of Kie api bundle - what
does it want to do ?
- Can we add the missing dependency in kie api project ?

Regards,
-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20130325/f615991e/attachment.html 


More information about the rules-dev mailing list