<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Charles,<br>
      <br>
      I already changed the manifest generation of kie and other drools
      modules. I created some pull requests for such changes.<br>
      <br>
      Next thing that I planned to do this week(Wed) was to review each
      Activator, I think we could improve it... <br>
      <br>
      regards,<br>
      <br>
      Cristiano<br>
      <br>
      On 25/03/13 04:52, Charles Moulliard wrote:<br>
    </div>
    <blockquote
cite="mid:CAAxZHdctsBfLePJD6cGGUp=Aj3mppm1JR8Evf0BWLiQpwZj_dA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>The&nbsp;org.kie.api.osgi.Activator class of kie project&nbsp;needs
          the class ServiceRegistryImpl (&amp; Interface ServiceRegistry
          of kie internal) to register an OSGI Service (Interface)</div>
        <div>
          <br>
        </div>
        <div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; this.serviceRegistry = bc.registerService(
            ServiceRegistry.class.getName(),</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp;ServiceRegistryImpl.getInstance(),</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;new
            Hashtable() );</div>
        </div>
        <div><br>
        </div>
        <div>but the maven module kie api does not have a dependency
          with kie internal &nbsp;as the class ServiceRegistry &amp;
          ServiceRegistryImpl are part of the module kie internal &amp;
          package org.kie.internal.utils</div>
        <div><br>
        </div>
        <div style="">Questions :</div>
        <div style="">- What are the plans regarding to the Activator of
          Kie api bundle - what does it want to do ?</div>
        <div style="">- Can we add the missing&nbsp;dependency in kie api
          project ?</div>
        <div style=""><br>
        </div>
        <div>
          <div style="">Regards,</div>
          -- <br>
          <div>Charles Moulliard</div>
          <div>Apache Committer / Sr. Enterprise Architect (RedHat)</div>
          <div>Twitter : @cmoulliard |&nbsp;Blog : <a moz-do-not-send="true"
              href="http://cmoulliard.blogspot.com" target="_blank">http://cmoulliard.blogspot.com</a></div>
          <div><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>