<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">I'm creating a pax-exam project where I
      will run some test on top of equinox and felix. <br>
      <br>
      After I commit and push it maybe you could add karaf stuffs. so it
      could help us to identify the reason of the error you are talking
      about...<br>
      <br>
      On 25/03/13 14:19, Charles Moulliard wrote:<br>
    </div>
    <blockquote
cite="mid:CAAxZHddvaZtr2=8kr=a1xuv6Quc8d6tU-A=J_ML=Dhk76c54aw@mail.gmail.com"
      type="cite">
      <div dir="ltr">There was another error when using singleton :=
        true.</div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Mon, Mar 25, 2013 at 6:15 PM,
          Cristiano Gavi&atilde;o <span dir="ltr">&lt;<a
              moz-do-not-send="true" href="mailto:cvgaviao@gmail.com"
              target="_blank">cvgaviao@gmail.com</a>&gt;</span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">well, I
            never seen any error related to singleton attribute at Felix
            or Equinox. <br>
            <br>
            The error you have reported seems to be related to what is
            being done (and not being undone) inside the activator...
            <div class="HOEnZb">
              <div class="h5"><br>
                <br>
                <div class="gmail_quote">
                  2013/3/25 Charles Moulliard <span dir="ltr">&lt;<a
                      moz-do-not-send="true"
                      href="mailto:ch007m@gmail.com" target="_blank">ch007m@gmail.com</a>&gt;</span><br>
                  <blockquote class="gmail_quote" style="margin:0 0 0
                    .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    <div dir="ltr">Not at all but using singleton :=
                      true option generates error when we do a stop,
                      update start on Apache Karaf.&nbsp;
                      <div>We never used that property to generate all
                        the bundles that we have in the project Karaf,
                        ServiceMix, Geronimo, ...</div>
                    </div>
                    <div>
                      <div>
                        <div class="gmail_extra"><br>
                          <br>
                          <div class="gmail_quote">On Mon, Mar 25, 2013
                            at 4:34 PM, Cristiano Gavi&atilde;o <span
                              dir="ltr">&lt;<a moz-do-not-send="true"
                                href="mailto:cvgaviao@gmail.com"
                                target="_blank">cvgaviao@gmail.com</a>&gt;</span>
                            wrote:<br>
                            <blockquote class="gmail_quote"
                              style="margin:0 0 0 .8ex;border-left:1px
                              #ccc solid;padding-left:1ex">Charles, <br>
                              <br>
                              I saw that you removed singleton:=true in
                              your commit. This is because do you plan
                              to have more than one version of
                              drools/jbpm running at same time?<br>
                              <br>
                              regards,<br>
                              <br>
                              Cristiano
                              <div>
                                <div><br>
                                  <br>
                                  <div class="gmail_quote">
                                    2013/3/25 Cristiano Gavi&atilde;o <span
                                      dir="ltr">&lt;<a
                                        moz-do-not-send="true"
                                        href="mailto:cvgaviao@gmail.com"
                                        target="_blank">cvgaviao@gmail.com</a>&gt;</span><br>
                                    <blockquote class="gmail_quote"
                                      style="margin:0 0 0
                                      .8ex;border-left:1px #ccc
                                      solid;padding-left:1ex">
                                      <div bgcolor="#FFFFFF"
                                        text="#000000">
                                        <div>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
                                          <div>
                                            <div><br>
                                              <br>
                                              On 25/03/13 04:52, Charles
                                              Moulliard wrote:<br>
                                            </div>
                                          </div>
                                        </div>
                                        <blockquote type="cite">
                                          <div>
                                            <div>
                                              <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>Questions :</div>
                                                <div>- What are the
                                                  plans regarding to the
                                                  Activator of Kie api
                                                  bundle - what does it
                                                  want to do ?</div>
                                                <div>- Can we add the
                                                  missing&nbsp;dependency in
                                                  kie api project ?</div>
                                                <div><br>
                                                </div>
                                                <div>
                                                  <div>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></fieldset>
                                              <br>
                                            </div>
                                          </div>
                                          <pre>_______________________________________________
rules-dev mailing list
<a moz-do-not-send="true" href="mailto:rules-dev@lists.jboss.org" target="_blank">rules-dev@lists.jboss.org</a>
<a moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a></pre>
                                        </blockquote>
                                        <br>
                                      </div>
                                    </blockquote>
                                  </div>
                                  <br>
                                  <br clear="all">
                                  <br>
                                </div>
                              </div>
                              <span><font color="#888888">-- <br>
                                  "Tudo vale a pena se a alma n&atilde;o &eacute;
                                  pequena..."
                                </font></span><br>
_______________________________________________<br>
                              rules-dev mailing list<br>
                              <a moz-do-not-send="true"
                                href="mailto:rules-dev@lists.jboss.org"
                                target="_blank">rules-dev@lists.jboss.org</a><br>
                              <a moz-do-not-send="true"
                                href="https://lists.jboss.org/mailman/listinfo/rules-dev"
                                target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
                            </blockquote>
                          </div>
                          <br>
                          <br clear="all">
                          <div><br>
                          </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>
                    </div>
                    <br>
                    _______________________________________________<br>
                    rules-dev mailing list<br>
                    <a moz-do-not-send="true"
                      href="mailto:rules-dev@lists.jboss.org"
                      target="_blank">rules-dev@lists.jboss.org</a><br>
                    <a moz-do-not-send="true"
                      href="https://lists.jboss.org/mailman/listinfo/rules-dev"
                      target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
                  </blockquote>
                </div>
                <br>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            rules-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/rules-dev"
              target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </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>
      <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>