<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-294</id>
	<title>Nabble - HiveMind</title>
	<updated>2008-10-04T18:29:23Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/HiveMind-f294.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/HiveMind-f294.html" />
	<subtitle type="html">HiveMind is a services and configuration microkernel. HiveMind home is &lt;a href=&quot;http://jakarta.apache.org/hivemind/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19819914</id>
	<title>Re: Dozer and Hivemind Integration - injecting a list of string</title>
	<published>2008-10-04T18:29:23Z</published>
	<updated>2008-10-04T18:29:23Z</updated>
	<author>
		<name>Ed Ross</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;unsubscribe&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Oct 3, 2008 at 8:07 AM, alina2 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19819914&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aquereilhac@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Hello,&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i am new to hivemind and i wanted to integrate&lt;br&gt;
&lt;a href=&quot;http://dozer.sourceforge.net/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://dozer.sourceforge.net/&lt;/a&gt; Dozer &amp;nbsp;(a &amp;quot;Java Bean to Java Bean mapper&amp;quot;) to&lt;br&gt;
the application i am working at.&lt;br&gt;
I spent some time trying to figure out how to do this, so i post the&lt;br&gt;
solution i found in case it turns out to be useful for someone else too (or&lt;br&gt;
so it can be improved by others).&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;lt;service-point id=&amp;quot;mapperService&amp;quot;&lt;br&gt;
interface=&amp;quot;net.sf.dozer.util.mapping.MapperIF&amp;quot; /&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;lt;configuration-point id=&amp;quot;mappingFiles&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;schema&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;element name=&amp;quot;mappingFile&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;attribute name=&amp;quot;value&amp;quot; required=&amp;quot;true&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;rules&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;push-attribute attribute=&amp;quot;value&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;invoke-parent method=&amp;quot;addElement&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/rules&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/element&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/schema&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/configuration-point&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;contribution configuration-id=&amp;quot;mappingFiles&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mappingFile value=&amp;quot;dozerBeanMapping.xml&amp;quot; /&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/contribution&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;implementation service-id=&amp;quot;mapperService&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;invoke-factory&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;construct class=&amp;quot;net.sf.dozer.util.mapping.DozerBeanMapper&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;set-configuration property=&amp;quot;mappingFiles&amp;quot;&lt;br&gt;
configuration-id=&amp;quot;mappingFiles&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/construct&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/invoke-factory&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/implementation&amp;gt;&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
alina.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://www.nabble.com/Dozer-and-Hivemind-Integration---injecting-a-list-of-string-tp19796513p19796513.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/Dozer-and-Hivemind-Integration---injecting-a-list-of-string-tp19796513p19796513.html&lt;/a&gt;&lt;br&gt;

Sent from the Hivemind - User mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Ed Ross&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19819914&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;edross15057@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Dozer-and-Hivemind-Integration---injecting-a-list-of-string-tp19796513p19819914.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19796513</id>
	<title>Dozer and Hivemind Integration - injecting a list of string</title>
	<published>2008-10-03T05:07:27Z</published>
	<updated>2008-10-03T05:07:27Z</updated>
	<author>
		<name>alina2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i am new to hivemind and i wanted to integrate &lt;a href=&quot;http://dozer.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dozer&lt;/a&gt;&amp;nbsp;(a &amp;quot;Java Bean to Java Bean mapper&amp;quot;) to the application i am working at.
&lt;br&gt;I spent some time trying to figure out how to do this, so i post the solution i found in case it turns out to be useful for someone else too (or so it can be improved by others).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;service-point id=&amp;quot;mapperService&amp;quot; interface=&amp;quot;net.sf.dozer.util.mapping.MapperIF&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;configuration-point id=&amp;quot;mappingFiles&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;schema&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;element name=&amp;quot;mappingFile&amp;quot;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;attribute name=&amp;quot;value&amp;quot; required=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;rules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;push-attribute attribute=&amp;quot;value&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;invoke-parent method=&amp;quot;addElement&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/rules&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/schema&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/configuration-point&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;contribution configuration-id=&amp;quot;mappingFiles&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mappingFile value=&amp;quot;dozerBeanMapping.xml&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/contribution&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;implementation service-id=&amp;quot;mapperService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;invoke-factory&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;construct class=&amp;quot;net.sf.dozer.util.mapping.DozerBeanMapper&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;set-configuration property=&amp;quot;mappingFiles&amp;quot; configuration-id=&amp;quot;mappingFiles&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/construct&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/invoke-factory&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/implementation&amp;gt; &amp;nbsp;
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;alina. &amp;nbsp; &amp;nbsp;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Dozer-and-Hivemind-Integration---injecting-a-list-of-string-tp19796513p19796513.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19028703</id>
	<title>[DRAFT] Board Report - August 2008</title>
	<published>2008-08-18T03:07:08Z</published>
	<updated>2008-08-18T03:07:08Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">Anyone have anything to add?
&lt;br&gt;&lt;br&gt;&lt;br&gt;The HiveMind project has remained quite inactive during the last 3
&lt;br&gt;months. &amp;nbsp;There are currently no active developers on the project.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-DRAFT--Board-Report---August-2008-tp19028703p19028703.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18117354</id>
	<title>Re: [jira] Created: (HIVEMIND-212) Pluggable constructor/property injections</title>
	<published>2008-06-25T09:59:35Z</published>
	<updated>2008-06-25T09:59:35Z</updated>
	<author>
		<name>Henri Yandell</name>
	</author>
	<content type="html">Btw, I just changed things so emails from JIRA shouldn't go to
&lt;br&gt;hivemind-dev@jakarta any more.
&lt;br&gt;&lt;br&gt;On Wed, Jun 25, 2008 at 7:12 AM, Raffael Herzog (JIRA)
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18117354&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hivemind-dev@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pluggable constructor/property injections
&lt;br&gt;&amp;gt; -----------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: HIVEMIND-212
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/HIVEMIND-212&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/HIVEMIND-212&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: HiveMind
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: framework
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2, 2.0-alpha-2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Raffael Herzog
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It would be nice to be able to add new injections to BuilderFactory, e.g. to inject slf4j loggers instead of commons-logging. See this thread thread in the mailing list for more information: &lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/hivemind-dev/200806.mbox/%3c200806251315.46526.herzog@raffael.ch%3e&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail-archives.apache.org/mod_mbox/hivemind-dev/200806.mbox/%3c200806251315.46526.herzog@...%3e&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; This message is automatically generated by JIRA.
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; You can reply to this email to add a comment to the issue online.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28HIVEMIND-212%29-Pluggable-constructor-property-injections-tp18113552p18117354.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18113552</id>
	<title>[jira] Created: (HIVEMIND-212) Pluggable constructor/property injections</title>
	<published>2008-06-25T07:12:45Z</published>
	<updated>2008-06-25T07:12:45Z</updated>
	<author>
		<name>JIRA hivemind-dev@jakarta.apache.org</name>
	</author>
	<content type="html">Pluggable constructor/property injections
&lt;br&gt;-----------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: HIVEMIND-212
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/HIVEMIND-212&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/HIVEMIND-212&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: HiveMind
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: framework
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.2, 2.0-alpha-2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Raffael Herzog
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Minor
&lt;br&gt;&lt;br&gt;&lt;br&gt;It would be nice to be able to add new injections to BuilderFactory, e.g. to inject slf4j loggers instead of commons-logging. See this thread thread in the mailing list for more information: &lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/hivemind-dev/200806.mbox/%3c200806251315.46526.herzog@raffael.ch%3e&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail-archives.apache.org/mod_mbox/hivemind-dev/200806.mbox/%3c200806251315.46526.herzog@...%3e&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28HIVEMIND-212%29-Pluggable-constructor-property-injections-tp18113552p18113552.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18111809</id>
	<title>Re: Replace commons-logging with slf4j?</title>
	<published>2008-06-25T05:57:22Z</published>
	<updated>2008-06-25T05:57:22Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">On Wed, Jun 25, 2008 at 8:52 AM, Raffael Herzog &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18111809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; OK, I'll do it. I'm lazy myself, however. I would also help implementing it,
&lt;br&gt;&amp;gt; actually.
&lt;br&gt;&lt;br&gt;That would be great! &amp;nbsp;As you probably know, HiveMind needs a little
&lt;br&gt;TLC right now and most of us developers are finding it difficult to
&lt;br&gt;devote the time needed. &amp;nbsp;So, any extra set of hands will be
&lt;br&gt;appreciated. &amp;nbsp;I will do my best to try to apply patches when they are
&lt;br&gt;submitted. &amp;nbsp;We really need to get this HiveMind community back up and
&lt;br&gt;running! :)
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Replace-commons-logging-with-slf4j--tp18109821p18111809.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18111703</id>
	<title>Re: Replace commons-logging with slf4j?</title>
	<published>2008-06-25T05:52:10Z</published>
	<updated>2008-06-25T05:52:10Z</updated>
	<author>
		<name>Raffael Herzog-2</name>
	</author>
	<content type="html">Am Mittwoch, 25. Juni 2008 14.30:44 schrieb James Carman:
&lt;br&gt;&amp;gt; JCL does have its problems, we have to concede that. &amp;nbsp;So, you just
&lt;br&gt;&amp;gt; have issue with the fact that you can't have your &amp;quot;logger&amp;quot; injected
&lt;br&gt;&amp;gt; automatically via HiveMind's BuilderFactory, right? &amp;nbsp;You gave me an
&lt;br&gt;&amp;gt; interesting idea. &amp;nbsp;Perhaps the &amp;quot;autoinjectors&amp;quot; should be configurable
&lt;br&gt;&amp;gt; (and the default ones should also be conditional based on what's on
&lt;br&gt;&amp;gt; the classpath, so that we could add in slf4j support easily).
&lt;br&gt;&lt;br&gt;Yeah, I thought about that, too, when I copied BuilderFactory over to 
&lt;br&gt;HiveApp to add my stuff for AppBuilderFactory. Then I thought: &amp;quot;Well, but 
&lt;br&gt;now, I've got it all, most of the remaining stuff people might want to do 
&lt;br&gt;are perfectly possible using object providers&amp;quot;, so I stopped there.
&lt;br&gt;&lt;br&gt;Then again, my first posting here was about opening HiveMind more to make it 
&lt;br&gt;easier to extend its core. From that POV, pluggable injectors are the way 
&lt;br&gt;to go.
&lt;br&gt;&lt;br&gt;&amp;gt; We 
&lt;br&gt;&amp;gt; should file a JIRA for this. &amp;nbsp;Since you came up with the idea (I'm not
&lt;br&gt;&amp;gt; selfless, but lazy :), why don't you file a JIRA so that we don't lose
&lt;br&gt;&amp;gt; it?
&lt;br&gt;&lt;br&gt;OK, I'll do it. I'm lazy myself, however. I would also help implementing it, 
&lt;br&gt;actually.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Raffi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The difference between theory and practice is that in theory, there is
&lt;br&gt;no difference, but in practice, there is.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18111703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18111703&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Replace-commons-logging-with-slf4j--tp18109821p18111703.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18111274</id>
	<title>Re: Replace commons-logging with slf4j?</title>
	<published>2008-06-25T05:30:44Z</published>
	<updated>2008-06-25T05:30:44Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">On Wed, Jun 25, 2008 at 7:55 AM, Raffael Herzog &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18111274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Am Mittwoch, 25. Juni 2008 13.48:17 schrieb James Carman:
&lt;br&gt;&amp;gt;&amp;gt; If you want, you can still use slf4j. &amp;nbsp;The libraries you use don't
&lt;br&gt;&amp;gt;&amp;gt; have to switch. &amp;nbsp;They have a bridge between JCL and SLF4J.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, I know. But I'm still bound to the (IMHO inferior)
&lt;br&gt;&amp;gt; org.apache.commons.logging.Log because currently, HiveMind doesn't inject
&lt;br&gt;&amp;gt; org.slf4j.Logger instances (which, BTW, I added in HiveApp). Also, while it
&lt;br&gt;&amp;gt; would actually work, mixing org.apache.commons.logging.Log with
&lt;br&gt;&amp;gt; org.slf4j.MDC would look very strange ...
&lt;br&gt;&lt;br&gt;JCL does have its problems, we have to concede that. &amp;nbsp;So, you just
&lt;br&gt;have issue with the fact that you can't have your &amp;quot;logger&amp;quot; injected
&lt;br&gt;automatically via HiveMind's BuilderFactory, right? &amp;nbsp;You gave me an
&lt;br&gt;interesting idea. &amp;nbsp;Perhaps the &amp;quot;autoinjectors&amp;quot; should be configurable
&lt;br&gt;(and the default ones should also be conditional based on what's on
&lt;br&gt;the classpath, so that we could add in slf4j support easily). &amp;nbsp;We
&lt;br&gt;should file a JIRA for this. &amp;nbsp;Since you came up with the idea (I'm not
&lt;br&gt;selfless, but lazy :), why don't you file a JIRA so that we don't lose
&lt;br&gt;it?
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Replace-commons-logging-with-slf4j--tp18109821p18111274.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18110629</id>
	<title>Re: Replace commons-logging with slf4j?</title>
	<published>2008-06-25T04:55:05Z</published>
	<updated>2008-06-25T04:55:05Z</updated>
	<author>
		<name>Raffael Herzog-2</name>
	</author>
	<content type="html">Am Mittwoch, 25. Juni 2008 13.48:17 schrieb James Carman:
&lt;br&gt;&amp;gt; If you want, you can still use slf4j.  The libraries you use don't
&lt;br&gt;&amp;gt; have to switch.  They have a bridge between JCL and SLF4J.
&lt;br&gt;&lt;br&gt;Yes, I know. But I'm still bound to the (IMHO inferior) 
&lt;br&gt;org.apache.commons.logging.Log because currently, HiveMind doesn't inject 
&lt;br&gt;org.slf4j.Logger instances (which, BTW, I added in HiveApp). Also, while it 
&lt;br&gt;would actually work, mixing org.apache.commons.logging.Log with 
&lt;br&gt;org.slf4j.MDC would look very strange ...
&lt;br&gt;&lt;br&gt;Actually, I don't care what HiveMind uses internally, if people want to keep 
&lt;br&gt;using commons-logging, I'm fine with that. So maybe the other way round: 
&lt;br&gt;Use slf4j via reflection, so nobody's forced to add it to the class- 
&lt;br&gt;path ... :)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Raffi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The difference between theory and practice is that in theory, there is
&lt;br&gt;no difference, but in practice, there is.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18110629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18110629&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Replace-commons-logging-with-slf4j--tp18109821p18110629.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18110498</id>
	<title>Re: Replace commons-logging with slf4j?</title>
	<published>2008-06-25T04:48:17Z</published>
	<updated>2008-06-25T04:48:17Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">If you want, you can still use slf4j. &amp;nbsp;The libraries you use don't
&lt;br&gt;have to switch. &amp;nbsp;They have a bridge between JCL and SLF4J.
&lt;br&gt;&lt;br&gt;On Wed, Jun 25, 2008 at 7:22 AM, Raffael Herzog &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18110498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am Mittwoch, 25. Juni 2008 13.08:43 schrieb Raffael Herzog:
&lt;br&gt;&amp;gt;&amp;gt; As we all know, commons-logging is discontinued and slf4j should be
&lt;br&gt;&amp;gt;&amp;gt; preferred.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ooops ... I just see that commons-logging is NOT discontinued ... sorry
&lt;br&gt;&amp;gt; about that. Still, the option of using slf4j instead (or additionally)
&lt;br&gt;&amp;gt; would be nice.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;nbsp; Raffi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; The difference between theory and practice is that in theory, there is
&lt;br&gt;&amp;gt; no difference, but in practice, there is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18110498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18110498&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;&amp;gt; PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Replace-commons-logging-with-slf4j--tp18109821p18110498.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18110058</id>
	<title>Re: Replace commons-logging with slf4j?</title>
	<published>2008-06-25T04:22:42Z</published>
	<updated>2008-06-25T04:22:42Z</updated>
	<author>
		<name>Raffael Herzog-2</name>
	</author>
	<content type="html">Am Mittwoch, 25. Juni 2008 13.08:43 schrieb Raffael Herzog:
&lt;br&gt;&amp;gt; As we all know, commons-logging is discontinued and slf4j should be
&lt;br&gt;&amp;gt; preferred.
&lt;br&gt;&lt;br&gt;Ooops ... I just see that commons-logging is NOT discontinued ... sorry 
&lt;br&gt;about that. Still, the option of using slf4j instead (or additionally) 
&lt;br&gt;would be nice.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Raffi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The difference between theory and practice is that in theory, there is
&lt;br&gt;no difference, but in practice, there is.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18110058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18110058&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Replace-commons-logging-with-slf4j--tp18109821p18110058.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18109948</id>
	<title>Explicit service injection by service interface</title>
	<published>2008-06-25T04:15:46Z</published>
	<updated>2008-06-25T04:15:46Z</updated>
	<author>
		<name>Raffael Herzog-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Sometimes there's no way but to explicitly inject services, mostly when 
&lt;br&gt;there are two implementations of the same service interface. If the service 
&lt;br&gt;should be injected into the constructor, having to do this has a major 
&lt;br&gt;drawback: You'll have to inject *everything* explicitly, not just the 
&lt;br&gt;amiguous service.
&lt;br&gt;&lt;br&gt;Extending BuilderFactory a little bit could solve that problem: If we'd add 
&lt;br&gt;something like
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;service-iface&amp;gt;my.pkg.MySerivceIface&amp;lt;/service-iface&amp;gt;
&lt;br&gt;&lt;br&gt;in addition to
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;service&amp;gt;my.module.MyService&amp;lt;/service&amp;gt;
&lt;br&gt;&lt;br&gt;it would be possible to explicitly specify the ambiguous service explicitlyx 
&lt;br&gt;while still having HiveMind resolve the other ones.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Raffi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The difference between theory and practice is that in theory, there is
&lt;br&gt;no difference, but in practice, there is.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18109948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18109948&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Explicit-service-injection-by-service-interface-tp18109948p18109948.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18109821</id>
	<title>Replace commons-logging with slf4j?</title>
	<published>2008-06-25T04:08:43Z</published>
	<updated>2008-06-25T04:08:43Z</updated>
	<author>
		<name>Raffael Herzog-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;As we all know, commons-logging is discontinued and slf4j should be 
&lt;br&gt;preferred. Adding support for slf4j (still keeping backwards compatibility 
&lt;br&gt;with classes that use commons-logging) is an easy task: Just make 
&lt;br&gt;BuilderLogFacet handle slf4j Loggers as well. Maybe, it would be desirable 
&lt;br&gt;to use Reflection for commons-logging in order to avoid being forced to add 
&lt;br&gt;jcl-over-slf4j to the classpath if it's not needed.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Raffi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The difference between theory and practice is that in theory, there is
&lt;br&gt;no difference, but in practice, there is.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18109821&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18109821&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Replace-commons-logging-with-slf4j--tp18109821p18109821.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17670533</id>
	<title>Re: Hivemind .properties file ???</title>
	<published>2008-06-05T07:00:15Z</published>
	<updated>2008-06-05T07:00:15Z</updated>
	<author>
		<name>imorales</name>
	</author>
	<content type="html">I changed the PropertyFileSymbolSource now the class search the file inside the war file.
&lt;br&gt;Everything ok ;)
&lt;br&gt;&lt;br&gt;thanks Johan.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Johan Lindquist wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Ok, that won't help then - should have read it a little closer ;)
&lt;br&gt;&lt;br&gt;Then I think you are limited in your options:
&lt;br&gt;&lt;br&gt;- - Build on the hiveutils symbol source and write your own symbol source
&lt;br&gt;- - Convert you property file into a hivemodule, contributing to
&lt;br&gt;hivemind.ApplicationDefaults from within that.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;imorales wrote:
&lt;br&gt;&amp;gt; Thansk for the response, that helps but not at all.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Reading the &amp;quot;Externalizing properties outside the war file&amp;quot; when you specify
&lt;br&gt;&amp;gt; the 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;quot;&amp;lt;property-source file=&amp;quot;c:/mysettings.properties&amp;quot;/&amp;gt;&amp;quot; this is a file outside
&lt;br&gt;&amp;gt; the war file and you have to difine the absolute path to the property file,
&lt;br&gt;&amp;gt; but in my case I need to define a relative path because the property file is
&lt;br&gt;&amp;gt; inside the war file. Any ideas ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks again.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johan Lindquist wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The hiveutils project [1] has an option to provide properties files as a
&lt;br&gt;&amp;gt; source of values for the substitution (which is what you are looking for
&lt;br&gt;&amp;gt; I think).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The property file would be registered as a symbol source within
&lt;br&gt;&amp;gt; Hivemind, and hivemind would use the values from it when creating your
&lt;br&gt;&amp;gt; service.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope that helps,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [1]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; imorales wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi all. I´m using Hivemind1. Is it possible configure hivemodule.xml with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; property file?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I would like to have a hivemodule.properties like this:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; urlService=&lt;a href=&quot;http://myservice.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; urlService2=&lt;a href=&quot;http://myservice2.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice2.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; And in the hivemodule xml do this: 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;service-point id=&amp;quot;.....&amp;quot; interface=&amp;quot;.......&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;invoke-factory model=&amp;quot;threaded&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;construct class=&amp;quot;my.package.myService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 		&amp;lt;string&amp;gt;${urlService}&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/construct&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/invoke-factory&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/service-point&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I would like to do something like that, it is posible in with hivemind do
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that ???
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIR7rypHYnED7evioRAsAPAJ9cLp+wC/wUZ9UnGSGgk5exhlpfSQCgrFjP
&lt;br&gt;QL6G5cRr5SZmBTeyashbo6U=
&lt;br&gt;=Oi4R
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hivemind-.properties-file-----tp17665637p17670533.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17666522</id>
	<title>Re: Hivemind .properties file ???</title>
	<published>2008-06-05T03:07:46Z</published>
	<updated>2008-06-05T03:07:46Z</updated>
	<author>
		<name>Johan Lindquist</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Ok, that won't help then - should have read it a little closer ;)
&lt;br&gt;&lt;br&gt;Then I think you are limited in your options:
&lt;br&gt;&lt;br&gt;- - Build on the hiveutils symbol source and write your own symbol source
&lt;br&gt;- - Convert you property file into a hivemodule, contributing to
&lt;br&gt;hivemind.ApplicationDefaults from within that.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;imorales wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thansk for the response, that helps but not at all.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Reading the &amp;quot;Externalizing properties outside the war file&amp;quot; when you specify
&lt;br&gt;&amp;gt; the 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;quot;&amp;lt;property-source file=&amp;quot;c:/mysettings.properties&amp;quot;/&amp;gt;&amp;quot; this is a file outside
&lt;br&gt;&amp;gt; the war file and you have to difine the absolute path to the property file,
&lt;br&gt;&amp;gt; but in my case I need to define a relative path because the property file is
&lt;br&gt;&amp;gt; inside the war file. Any ideas ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks again.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johan Lindquist wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The hiveutils project [1] has an option to provide properties files as a
&lt;br&gt;&amp;gt; source of values for the substitution (which is what you are looking for
&lt;br&gt;&amp;gt; I think).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The property file would be registered as a symbol source within
&lt;br&gt;&amp;gt; Hivemind, and hivemind would use the values from it when creating your
&lt;br&gt;&amp;gt; service.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope that helps,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [1]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; imorales wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi all. I´m using Hivemind1. Is it possible configure hivemodule.xml with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; property file?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I would like to have a hivemodule.properties like this:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; urlService=&lt;a href=&quot;http://myservice.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; urlService2=&lt;a href=&quot;http://myservice2.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice2.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; And in the hivemodule xml do this: 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;service-point id=&amp;quot;.....&amp;quot; interface=&amp;quot;.......&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;invoke-factory model=&amp;quot;threaded&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;construct class=&amp;quot;my.package.myService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 		&amp;lt;string&amp;gt;${urlService}&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/construct&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/invoke-factory&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/service-point&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I would like to do something like that, it is posible in with hivemind do
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that ???
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIR7rypHYnED7evioRAsAPAJ9cLp+wC/wUZ9UnGSGgk5exhlpfSQCgrFjP
&lt;br&gt;QL6G5cRr5SZmBTeyashbo6U=
&lt;br&gt;=Oi4R
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hivemind-.properties-file-----tp17665637p17666522.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17666193</id>
	<title>Re: Hivemind .properties file ???</title>
	<published>2008-06-05T02:49:53Z</published>
	<updated>2008-06-05T02:49:53Z</updated>
	<author>
		<name>imorales</name>
	</author>
	<content type="html">Thansk for the response, that helps but not at all.
&lt;br&gt;&lt;br&gt;Reading the &amp;quot;Externalizing properties outside the war file&amp;quot; when you specify the 
&lt;br&gt;&amp;nbsp;&amp;quot;&amp;lt;property-source file=&amp;quot;c:/mysettings.properties&amp;quot;/&amp;gt;&amp;quot; this is a file outside the war file and you have to difine the absolute path to the property file, but in my case I need to define a relative path because the property file is inside the war file. Any ideas ?
&lt;br&gt;&lt;br&gt;Thanks again.
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Johan Lindquist wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;The hiveutils project [1] has an option to provide properties files as a
&lt;br&gt;source of values for the substitution (which is what you are looking for
&lt;br&gt;I think).
&lt;br&gt;&lt;br&gt;The property file would be registered as a symbol source within
&lt;br&gt;Hivemind, and hivemind would use the values from it when creating your
&lt;br&gt;service.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;[1]
&lt;br&gt;&lt;a href=&quot;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&lt;/a&gt;&lt;br&gt;&lt;br&gt;imorales wrote:
&lt;br&gt;&amp;gt; Hi all. I´m using Hivemind1. Is it possible configure hivemodule.xml with a
&lt;br&gt;&amp;gt; property file?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would like to have a hivemodule.properties like this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt; urlService=&lt;a href=&quot;http://myservice.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice.com&lt;/a&gt;&lt;br&gt;&amp;gt; urlService2=&lt;a href=&quot;http://myservice2.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice2.com&lt;/a&gt;&lt;br&gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And in the hivemodule xml do this: 
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt; &amp;lt;service-point id=&amp;quot;.....&amp;quot; interface=&amp;quot;.......&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;invoke-factory model=&amp;quot;threaded&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;construct class=&amp;quot;my.package.myService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 		&amp;lt;string&amp;gt;${urlService}&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/construct&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/invoke-factory&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/service-point&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt; I would like to do something like that, it is posible in with hivemind do
&lt;br&gt;&amp;gt; that ???
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIR7RtpHYnED7evioRAnXyAJ48J+GhM5m/BpkdzrBS0m0vpBGQnQCeJled
&lt;br&gt;WFzOPiEUK5g/+aaEYGkQdo8=
&lt;br&gt;=zv9O
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hivemind-.properties-file-----tp17665637p17666193.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17666056</id>
	<title>Re: Hivemind .properties file ???</title>
	<published>2008-06-05T02:39:58Z</published>
	<updated>2008-06-05T02:39:58Z</updated>
	<author>
		<name>Johan Lindquist</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;The hiveutils project [1] has an option to provide properties files as a
&lt;br&gt;source of values for the substitution (which is what you are looking for
&lt;br&gt;I think).
&lt;br&gt;&lt;br&gt;The property file would be registered as a symbol source within
&lt;br&gt;Hivemind, and hivemind would use the values from it when creating your
&lt;br&gt;service.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;[1]
&lt;br&gt;&lt;a href=&quot;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hivetranse.sourceforge.net/web/quickstart.html#start.external.symbols&lt;/a&gt;&lt;br&gt;&lt;br&gt;imorales wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all. I´m using Hivemind1. Is it possible configure hivemodule.xml with a
&lt;br&gt;&amp;gt; property file?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would like to have a hivemodule.properties like this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt; urlService=&lt;a href=&quot;http://myservice.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice.com&lt;/a&gt;&lt;br&gt;&amp;gt; urlService2=&lt;a href=&quot;http://myservice2.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice2.com&lt;/a&gt;&lt;br&gt;&amp;gt; --------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And in the hivemodule xml do this: 
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt; &amp;lt;service-point id=&amp;quot;.....&amp;quot; interface=&amp;quot;.......&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;invoke-factory model=&amp;quot;threaded&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;construct class=&amp;quot;my.package.myService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 		&amp;lt;string&amp;gt;${urlService}&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/construct&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/invoke-factory&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/service-point&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt; I would like to do something like that, it is posible in with hivemind do
&lt;br&gt;&amp;gt; that ???
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;/div&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIR7RtpHYnED7evioRAnXyAJ48J+GhM5m/BpkdzrBS0m0vpBGQnQCeJled
&lt;br&gt;WFzOPiEUK5g/+aaEYGkQdo8=
&lt;br&gt;=zv9O
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hivemind-.properties-file-----tp17665637p17666056.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17665637</id>
	<title>Hivemind .properties file ???</title>
	<published>2008-06-05T02:19:44Z</published>
	<updated>2008-06-05T02:19:44Z</updated>
	<author>
		<name>imorales</name>
	</author>
	<content type="html">Hi all. I´m using Hivemind1. Is it possible configure hivemodule.xml with a property file?
&lt;br&gt;&lt;br&gt;I would like to have a hivemodule.properties like this:
&lt;br&gt;&lt;br&gt;--------------------------------
&lt;br&gt;urlService=&lt;a href=&quot;http://myservice.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice.com&lt;/a&gt;&lt;br&gt;urlService2=&lt;a href=&quot;http://myservice2.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myservice2.com&lt;/a&gt;&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;And in the hivemodule xml do this: 
&lt;br&gt;------------------------------------
&lt;br&gt;&amp;lt;service-point id=&amp;quot;.....&amp;quot; interface=&amp;quot;.......&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;invoke-factory model=&amp;quot;threaded&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;construct class=&amp;quot;my.package.myService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 		&amp;lt;string&amp;gt;${urlService}&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/construct&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/invoke-factory&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/service-point&amp;gt;
&lt;br&gt;------------------------------------
&lt;br&gt;I would like to do something like that, it is posible in with hivemind do that ???
&lt;br&gt;&lt;br&gt;Thanks in advance.&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hivemind-.properties-file-----tp17665637p17665637.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17622640</id>
	<title>Re: JIRA summary</title>
	<published>2008-06-03T05:38:29Z</published>
	<updated>2008-06-03T05:38:29Z</updated>
	<author>
		<name>Johan Lindquist</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;Thanks to Achim for sorting out the permissions on the wiki - the full
&lt;br&gt;list is now up at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/HIVEMIND2/jira-issues-list.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/HIVEMIND2/jira-issues-list.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hopefully clear enough - I guess next step is to choose which issues are
&lt;br&gt;&amp;nbsp;to be included for a possible release?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;Johan Lindquist wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;&amp;gt; came up with the following, possible split:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Version 1.2 -
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bugs/Enhancements with patches: 24
&lt;br&gt;&amp;gt; Bugs without patches: 19
&lt;br&gt;&amp;gt; No patches required: 1
&lt;br&gt;&amp;gt; Not fixing: 2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Version LATER-THAN-1.2:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Enhancements without patches: 30
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Version Later-Than 2.0-alpha-1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Enhancements/Bugs: 2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Version 4.1.2 (rogue version?)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Enhancements/Bugs: 1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;&amp;gt; currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;&amp;gt; the Hivemind WIKI also require committer rights?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johan
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIRTtFpHYnED7evioRAiUpAJ9b07geGEx7nVDN+JQDyraAtn4NRQCfau+3
&lt;br&gt;/+vG2jA9Q36MUcvmI8tw1lo=
&lt;br&gt;=8d1Y
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17622640.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17519212</id>
	<title>Re: JIRA summary</title>
	<published>2008-05-28T11:36:07Z</published>
	<updated>2008-05-28T11:36:07Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">My username is jwcarman
&lt;br&gt;&lt;br&gt;On Wed, May 28, 2008 at 2:00 PM, &amp;quot;Achim Hügen (GMX)&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17519212&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;achim.huegen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; That seems to be the standard setup of the confluence wiki,
&lt;br&gt;&amp;gt; and I haven't found a space related (that is no global) setting to change
&lt;br&gt;&amp;gt; this behaviour.
&lt;br&gt;&amp;gt; So, please send me your username and I will add you to hivemind-committers
&lt;br&gt;&amp;gt; group.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Achim
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; James Carman schrieb:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Achim,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Did you just create the &amp;quot;new wiki&amp;quot; on your own? &amp;nbsp;For some reason,
&lt;br&gt;&amp;gt;&amp;gt; we're all locked out of it. &amp;nbsp;Can you grant me access to it? &amp;nbsp;That way,
&lt;br&gt;&amp;gt;&amp;gt; I can help with these karma requests. &amp;nbsp;Is there any reason that it's
&lt;br&gt;&amp;gt;&amp;gt; not open to everyone?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; James
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, May 26, 2008 at 4:02 PM, &amp;quot;Achim Hügen (GMX)&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17519212&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;achim.huegen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I tried to add you to the wikis hivemind-users group, by searching the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; user
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; list for your email,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; but the confluence user search takes forever and never ever returns.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So, please mail me your username.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Achim
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Johan Lindquist schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; came up with the following, possible split:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Version 1.2 -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bugs/Enhancements with patches: 24
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bugs without patches: 19
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; No patches required: 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Not fixing: 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Version LATER-THAN-1.2:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Enhancements without patches: 30
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Version Later-Than 2.0-alpha-1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Enhancements/Bugs: 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Version 4.1.2 (rogue version?)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Enhancements/Bugs: 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the Hivemind WIKI also require committer rights?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Johan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; - --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you too?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; iD8DBQFIMYE6pHYnED7evioRApHxAJ9gE+XAl9fo1EJLwbi9btYz2N79AACfX0BV
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; mfXa+QTjSK2fNJ7pGoKGZRc=
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; =1PVw
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17519212.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17518522</id>
	<title>Re: JIRA summary</title>
	<published>2008-05-28T11:00:03Z</published>
	<updated>2008-05-28T11:00:03Z</updated>
	<author>
		<name>ahueg</name>
	</author>
	<content type="html">That seems to be the standard setup of the confluence wiki,
&lt;br&gt;and I haven't found a space related (that is no global) setting to 
&lt;br&gt;change this behaviour.
&lt;br&gt;So, please send me your username and I will add you to 
&lt;br&gt;hivemind-committers group.
&lt;br&gt;&lt;br&gt;Achim
&lt;br&gt;&lt;br&gt;James Carman schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Achim,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Did you just create the &amp;quot;new wiki&amp;quot; on your own? &amp;nbsp;For some reason,
&lt;br&gt;&amp;gt; we're all locked out of it. &amp;nbsp;Can you grant me access to it? &amp;nbsp;That way,
&lt;br&gt;&amp;gt; I can help with these karma requests. &amp;nbsp;Is there any reason that it's
&lt;br&gt;&amp;gt; not open to everyone?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; James
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, May 26, 2008 at 4:02 PM, &amp;quot;Achim Hügen (GMX)&amp;quot;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17518522&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;achim.huegen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I tried to add you to the wikis hivemind-users group, by searching the user
&lt;br&gt;&amp;gt;&amp;gt; list for your email,
&lt;br&gt;&amp;gt;&amp;gt; but the confluence user search takes forever and never ever returns.
&lt;br&gt;&amp;gt;&amp;gt; So, please mail me your username.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Achim
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Johan Lindquist schrieb:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; came up with the following, possible split:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Version 1.2 -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Bugs/Enhancements with patches: 24
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Bugs without patches: 19
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; No patches required: 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Not fixing: 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Version LATER-THAN-1.2:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Enhancements without patches: 30
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Version Later-Than 2.0-alpha-1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Enhancements/Bugs: 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Version 4.1.2 (rogue version?)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Enhancements/Bugs: 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the Hivemind WIKI also require committer rights?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Johan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; you too?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; iD8DBQFIMYE6pHYnED7evioRApHxAJ9gE+XAl9fo1EJLwbi9btYz2N79AACfX0BV
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mfXa+QTjSK2fNJ7pGoKGZRc=
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; =1PVw
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17518522.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17516183</id>
	<title>Re: JIRA summary</title>
	<published>2008-05-28T09:04:12Z</published>
	<updated>2008-05-28T09:04:12Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">Achim,
&lt;br&gt;&lt;br&gt;Did you just create the &amp;quot;new wiki&amp;quot; on your own? &amp;nbsp;For some reason,
&lt;br&gt;we're all locked out of it. &amp;nbsp;Can you grant me access to it? &amp;nbsp;That way,
&lt;br&gt;I can help with these karma requests. &amp;nbsp;Is there any reason that it's
&lt;br&gt;not open to everyone?
&lt;br&gt;&lt;br&gt;James
&lt;br&gt;&lt;br&gt;On Mon, May 26, 2008 at 4:02 PM, &amp;quot;Achim Hügen (GMX)&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17516183&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;achim.huegen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I tried to add you to the wikis hivemind-users group, by searching the user
&lt;br&gt;&amp;gt; list for your email,
&lt;br&gt;&amp;gt; but the confluence user search takes forever and never ever returns.
&lt;br&gt;&amp;gt; So, please mail me your username.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Achim
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Johan Lindquist schrieb:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;&amp;gt;&amp;gt; came up with the following, possible split:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version 1.2 -
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Bugs/Enhancements with patches: 24
&lt;br&gt;&amp;gt;&amp;gt; Bugs without patches: 19
&lt;br&gt;&amp;gt;&amp;gt; No patches required: 1
&lt;br&gt;&amp;gt;&amp;gt; Not fixing: 2
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version LATER-THAN-1.2:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Enhancements without patches: 30
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version Later-Than 2.0-alpha-1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Enhancements/Bugs: 2
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version 4.1.2 (rogue version?)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Enhancements/Bugs: 1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;&amp;gt;&amp;gt; currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;&amp;gt;&amp;gt; the Hivemind WIKI also require committer rights?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Johan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - --
&lt;br&gt;&amp;gt;&amp;gt; you too?
&lt;br&gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt; Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&amp;gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; iD8DBQFIMYE6pHYnED7evioRApHxAJ9gE+XAl9fo1EJLwbi9btYz2N79AACfX0BV
&lt;br&gt;&amp;gt;&amp;gt; mfXa+QTjSK2fNJ7pGoKGZRc=
&lt;br&gt;&amp;gt;&amp;gt; =1PVw
&lt;br&gt;&amp;gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17516183.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17478321</id>
	<title>Re: JIRA summary</title>
	<published>2008-05-26T13:02:12Z</published>
	<updated>2008-05-26T13:02:12Z</updated>
	<author>
		<name>ahueg</name>
	</author>
	<content type="html">I tried to add you to the wikis hivemind-users group, by searching the 
&lt;br&gt;user list for your email,
&lt;br&gt;but the confluence user search takes forever and never ever returns.
&lt;br&gt;So, please mail me your username.
&lt;br&gt;&lt;br&gt;Achim
&lt;br&gt;&lt;br&gt;Johan Lindquist schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;&amp;gt; came up with the following, possible split:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version 1.2 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bugs/Enhancements with patches: 24
&lt;br&gt;&amp;gt; Bugs without patches: 19
&lt;br&gt;&amp;gt; No patches required: 1
&lt;br&gt;&amp;gt; Not fixing: 2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version LATER-THAN-1.2:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enhancements without patches: 30
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version Later-Than 2.0-alpha-1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enhancements/Bugs: 2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version 4.1.2 (rogue version?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enhancements/Bugs: 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;&amp;gt; currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;&amp;gt; the Hivemind WIKI also require committer rights?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Johan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - --
&lt;br&gt;&amp;gt; you too?
&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt; Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; iD8DBQFIMYE6pHYnED7evioRApHxAJ9gE+XAl9fo1EJLwbi9btYz2N79AACfX0BV
&lt;br&gt;&amp;gt; mfXa+QTjSK2fNJ7pGoKGZRc=
&lt;br&gt;&amp;gt; =1PVw
&lt;br&gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17478321.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17373425</id>
	<title>Re: JIRA summary</title>
	<published>2008-05-21T09:53:20Z</published>
	<updated>2008-05-21T09:53:20Z</updated>
	<author>
		<name>Henri Yandell</name>
	</author>
	<content type="html">Generally it should be open for all to write to; unless the wiki is
&lt;br&gt;being used as a CMS to generate the site. In which case it gets
&lt;br&gt;restricted (and arguably a different wiki should exist to be a wiki).
&lt;br&gt;&lt;br&gt;Hen
&lt;br&gt;&lt;br&gt;On Tue, May 20, 2008 at 2:57 PM, Jochen Zimmermann &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17373425&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zet4080@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Johan!
&lt;br&gt;&amp;gt; As far as I know not - because I can write to the Wiki and I'm not a
&lt;br&gt;&amp;gt; committer :-)
&lt;br&gt;&amp;gt; Achim Huegen gave me writing rights ... so perhaps ask him
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Jochen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- Original Message ----- From: &amp;quot;Johan Lindquist&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17373425&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johan@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17373425&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Monday, May 19, 2008 3:31 PM
&lt;br&gt;&amp;gt; Subject: JIRA summary
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;&amp;gt;&amp;gt; came up with the following, possible split:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version 1.2 -
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Bugs/Enhancements with patches: 24
&lt;br&gt;&amp;gt;&amp;gt; Bugs without patches: 19
&lt;br&gt;&amp;gt;&amp;gt; No patches required: 1
&lt;br&gt;&amp;gt;&amp;gt; Not fixing: 2
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version LATER-THAN-1.2:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Enhancements without patches: 30
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version Later-Than 2.0-alpha-1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Enhancements/Bugs: 2
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Version 4.1.2 (rogue version?)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Enhancements/Bugs: 1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;&amp;gt;&amp;gt; currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;&amp;gt;&amp;gt; the Hivemind WIKI also require committer rights?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Johan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - --
&lt;br&gt;&amp;gt;&amp;gt; you too?
&lt;br&gt;&amp;gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt; Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&amp;gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; iD8DBQFIMYE6pHYnED7evioRApHxAJ9gE+XAl9fo1EJLwbi9btYz2N79AACfX0BV
&lt;br&gt;&amp;gt;&amp;gt; mfXa+QTjSK2fNJ7pGoKGZRc=
&lt;br&gt;&amp;gt;&amp;gt; =1PVw
&lt;br&gt;&amp;gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17373425.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17351860</id>
	<title>Re: JIRA summary</title>
	<published>2008-05-20T14:57:10Z</published>
	<updated>2008-05-20T14:57:10Z</updated>
	<author>
		<name>Jochen_Z</name>
	</author>
	<content type="html">Hi Johan!
&lt;br&gt;As far as I know not - because I can write to the Wiki and I'm not a 
&lt;br&gt;committer :-)
&lt;br&gt;Achim Huegen gave me writing rights ... so perhaps ask him
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Jochen
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Johan Lindquist&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17351860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johan@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17351860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Monday, May 19, 2008 3:31 PM
&lt;br&gt;Subject: JIRA summary
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;&amp;gt; came up with the following, possible split:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version 1.2 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bugs/Enhancements with patches: 24
&lt;br&gt;&amp;gt; Bugs without patches: 19
&lt;br&gt;&amp;gt; No patches required: 1
&lt;br&gt;&amp;gt; Not fixing: 2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version LATER-THAN-1.2:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enhancements without patches: 30
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version Later-Than 2.0-alpha-1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enhancements/Bugs: 2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version 4.1.2 (rogue version?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Enhancements/Bugs: 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;&amp;gt; currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;&amp;gt; the Hivemind WIKI also require committer rights?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Johan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - --
&lt;br&gt;&amp;gt; you too?
&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt; Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; iD8DBQFIMYE6pHYnED7evioRApHxAJ9gE+XAl9fo1EJLwbi9btYz2N79AACfX0BV
&lt;br&gt;&amp;gt; mfXa+QTjSK2fNJ7pGoKGZRc=
&lt;br&gt;&amp;gt; =1PVw
&lt;br&gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17351860.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17319176</id>
	<title>JIRA summary</title>
	<published>2008-05-19T06:31:38Z</published>
	<updated>2008-05-19T06:31:38Z</updated>
	<author>
		<name>Johan Lindquist</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi All,
&lt;br&gt;&lt;br&gt;I had a look at the outstanding bugs/issues on JIRA over the weekend and
&lt;br&gt;came up with the following, possible split:
&lt;br&gt;&lt;br&gt;Version 1.2 -
&lt;br&gt;&lt;br&gt;Bugs/Enhancements with patches: 24
&lt;br&gt;Bugs without patches: 19
&lt;br&gt;No patches required: 1
&lt;br&gt;Not fixing: 2
&lt;br&gt;&lt;br&gt;Version LATER-THAN-1.2:
&lt;br&gt;&lt;br&gt;Enhancements without patches: 30
&lt;br&gt;&lt;br&gt;Version Later-Than 2.0-alpha-1
&lt;br&gt;&lt;br&gt;Enhancements/Bugs: 2
&lt;br&gt;&lt;br&gt;Version 4.1.2 (rogue version?)
&lt;br&gt;&lt;br&gt;Enhancements/Bugs: 1
&lt;br&gt;&lt;br&gt;I have a page with the issue descriptions and URLs as well, but
&lt;br&gt;currently nowhere to put it up - excuse the possible ignorance, but does
&lt;br&gt;the Hivemind WIKI also require committer rights?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIMYE6pHYnED7evioRApHxAJ9gE+XAl9fo1EJLwbi9btYz2N79AACfX0BV
&lt;br&gt;mfXa+QTjSK2fNJ7pGoKGZRc=
&lt;br&gt;=1PVw
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JIRA-summary-tp17319176p17319176.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17318816</id>
	<title>Re: Recent check-in...</title>
	<published>2008-05-19T06:11:30Z</published>
	<updated>2008-05-19T06:11:30Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">On Mon, May 19, 2008 at 9:08 AM, Raffael Herzog &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Am Montag, 19. Mai 2008 14.54:26 schrieb James Carman:
&lt;br&gt;&amp;gt;&amp;gt; It is included in an artifact. &amp;nbsp;Check out hivemind-lib. &amp;nbsp;It uses it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Oops, didn't see that you create an additional JAR in the build section. ;)
&lt;br&gt;&amp;gt; OK, that seems like to most elegant solution (still a bit &amp;quot;hackish&amp;quot;,
&lt;br&gt;&amp;gt; though). I still leave this one open, however:
&lt;br&gt;&lt;br&gt;As I understand it, this is the Maven &amp;quot;way&amp;quot; to expose test classes to
&lt;br&gt;other projects, so that's why I did it this way.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recent-check-in...-tp17277448p17318816.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17318767</id>
	<title>Re: Recent check-in...</title>
	<published>2008-05-19T06:08:17Z</published>
	<updated>2008-05-19T06:08:17Z</updated>
	<author>
		<name>Raffael Herzog-2</name>
	</author>
	<content type="html">Am Montag, 19. Mai 2008 14.54:26 schrieb James Carman:
&lt;br&gt;&amp;gt; It is included in an artifact. &amp;nbsp;Check out hivemind-lib. &amp;nbsp;It uses it.
&lt;br&gt;&lt;br&gt;Oops, didn't see that you create an additional JAR in the build section. ;) 
&lt;br&gt;OK, that seems like to most elegant solution (still a bit &amp;quot;hackish&amp;quot;, 
&lt;br&gt;though). I still leave this one open, however:
&lt;br&gt;&lt;br&gt;&amp;gt; On Mon, May 19, 2008 at 8:50 AM, Raffael Herzog &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318767&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; &amp;gt; Is there any need to provide
&lt;br&gt;&amp;gt; &amp;gt; HiveMindTestCase to the user at all? Tests that need a running HiveMind
&lt;br&gt;&amp;gt; &amp;gt; registry are integration tests, not unit tests, so users should have no
&lt;br&gt;&amp;gt; &amp;gt; need for that class.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Raffi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The difference between theory and practice is that in theory, there is
&lt;br&gt;no difference, but in practice, there is.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318767&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318767&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recent-check-in...-tp17277448p17318767.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17318724</id>
	<title>Re: Recent check-in...</title>
	<published>2008-05-19T06:06:19Z</published>
	<updated>2008-05-19T06:06:19Z</updated>
	<author>
		<name>Johan Lindquist</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Also check out the discussion of how this came about here [1]
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;https://issues.apache.org/jira/browse/HIVEMIND-173&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/HIVEMIND-173&lt;/a&gt;&lt;br&gt;&lt;br&gt;James Carman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; It is included in an artifact. &amp;nbsp;Check out hivemind-lib. &amp;nbsp;It uses it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Mon, May 19, 2008 at 8:50 AM, Raffael Herzog &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Am Freitag, 16. Mai 2008 17.23:36 schrieb James Carman:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I just checked in some changes to the pom.xml files and moved the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; HiveMindTestCase into src/test. &amp;nbsp;Let me know how it looks for you.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; All test cases passed for me. &amp;nbsp;I might try to move stuff around into
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the &amp;quot;normal&amp;quot; maven directories, too (src/main/java, etc.)
&lt;br&gt;&amp;gt;&amp;gt; Well, an open question about this is: How is a user supposed to use that
&lt;br&gt;&amp;gt;&amp;gt; class now? Right, having it in HiveMind's core framework isn't a nice
&lt;br&gt;&amp;gt;&amp;gt; solution. On the other hand, moving it to src/test makes this class
&lt;br&gt;&amp;gt;&amp;gt; unusable for other projects, as it won't ever be included in any artifact.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; To avoid dependencies on JUnit/EasyMock, it should actually be a separate
&lt;br&gt;&amp;gt;&amp;gt; project producing a separate artifact, something like hivemind-test, which
&lt;br&gt;&amp;gt;&amp;gt; users can include as dependency scoped test. Then again, a whole
&lt;br&gt;&amp;gt;&amp;gt; sub-project for a single class file seems a bit ridiculous. Also, this
&lt;br&gt;&amp;gt;&amp;gt; would introduce a circular dependency: HiveMind's test cases need
&lt;br&gt;&amp;gt;&amp;gt; HiveMindTestCase, so hivemind-test would have to be built before
&lt;br&gt;&amp;gt;&amp;gt; hivemind-framework. However, HiveMindTestCase won't compile if
&lt;br&gt;&amp;gt;&amp;gt; hivemind-framework isn't built.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think, keeping HiveMindTestCase in src/main and declaring the dependencies
&lt;br&gt;&amp;gt;&amp;gt; on JUnit and EasyMock in the scope &amp;quot;test&amp;quot; is the better solution, if users
&lt;br&gt;&amp;gt;&amp;gt; should be able to use that class in their own tests.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If JUnit and EasyMock are scoped &amp;quot;test&amp;quot;, this scope will be included in the
&lt;br&gt;&amp;gt;&amp;gt; test scope of projects that depend on hivemind-framework with scope &amp;quot;test&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; and &amp;quot;runtime&amp;quot;. Unfortunately, in 99% of the cases, my hivemind dependency
&lt;br&gt;&amp;gt;&amp;gt; is scoped &amp;quot;provided&amp;quot;, so I still would have to include them manually (if
&lt;br&gt;&amp;gt;&amp;gt; I'd like to use HiveMindTestCase). I use TestNG anyway, however, and in my
&lt;br&gt;&amp;gt;&amp;gt; case, unit tests *never* need HiveMind (maybe a few interfaces like Module
&lt;br&gt;&amp;gt;&amp;gt; from it, but never a running registry), and assuming, that HiveMind works,
&lt;br&gt;&amp;gt;&amp;gt; this is what EasyMock is for ... ;)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This throws us back at the question: Is there any need to provide
&lt;br&gt;&amp;gt;&amp;gt; HiveMindTestCase to the user at all? Tests that need a running HiveMind
&lt;br&gt;&amp;gt;&amp;gt; registry are integration tests, not unit tests, so users should have no
&lt;br&gt;&amp;gt;&amp;gt; need for that class.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; For a table of which scope translates to which scope in transitive
&lt;br&gt;&amp;gt;&amp;gt; dependencies, see here:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Raffi
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; The difference between theory and practice is that in theory, there is
&lt;br&gt;&amp;gt;&amp;gt; no difference, but in practice, there is.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318724&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318724&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIMXtLpHYnED7evioRAsykAKCRuGxs+Bq9oBX637Ri2ztm5yockACcC7ku
&lt;br&gt;k0+OzeDLX3yoQ0BqwKV9M+A=
&lt;br&gt;=ples
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recent-check-in...-tp17277448p17318724.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17318544</id>
	<title>Re: Recent check-in...</title>
	<published>2008-05-19T05:54:26Z</published>
	<updated>2008-05-19T05:54:26Z</updated>
	<author>
		<name>jwcarman</name>
	</author>
	<content type="html">It is included in an artifact. &amp;nbsp;Check out hivemind-lib. &amp;nbsp;It uses it.
&lt;br&gt;&lt;br&gt;On Mon, May 19, 2008 at 8:50 AM, Raffael Herzog &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am Freitag, 16. Mai 2008 17.23:36 schrieb James Carman:
&lt;br&gt;&amp;gt;&amp;gt; I just checked in some changes to the pom.xml files and moved the
&lt;br&gt;&amp;gt;&amp;gt; HiveMindTestCase into src/test. &amp;nbsp;Let me know how it looks for you.
&lt;br&gt;&amp;gt;&amp;gt; All test cases passed for me. &amp;nbsp;I might try to move stuff around into
&lt;br&gt;&amp;gt;&amp;gt; the &amp;quot;normal&amp;quot; maven directories, too (src/main/java, etc.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, an open question about this is: How is a user supposed to use that
&lt;br&gt;&amp;gt; class now? Right, having it in HiveMind's core framework isn't a nice
&lt;br&gt;&amp;gt; solution. On the other hand, moving it to src/test makes this class
&lt;br&gt;&amp;gt; unusable for other projects, as it won't ever be included in any artifact.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To avoid dependencies on JUnit/EasyMock, it should actually be a separate
&lt;br&gt;&amp;gt; project producing a separate artifact, something like hivemind-test, which
&lt;br&gt;&amp;gt; users can include as dependency scoped test. Then again, a whole
&lt;br&gt;&amp;gt; sub-project for a single class file seems a bit ridiculous. Also, this
&lt;br&gt;&amp;gt; would introduce a circular dependency: HiveMind's test cases need
&lt;br&gt;&amp;gt; HiveMindTestCase, so hivemind-test would have to be built before
&lt;br&gt;&amp;gt; hivemind-framework. However, HiveMindTestCase won't compile if
&lt;br&gt;&amp;gt; hivemind-framework isn't built.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think, keeping HiveMindTestCase in src/main and declaring the dependencies
&lt;br&gt;&amp;gt; on JUnit and EasyMock in the scope &amp;quot;test&amp;quot; is the better solution, if users
&lt;br&gt;&amp;gt; should be able to use that class in their own tests.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If JUnit and EasyMock are scoped &amp;quot;test&amp;quot;, this scope will be included in the
&lt;br&gt;&amp;gt; test scope of projects that depend on hivemind-framework with scope &amp;quot;test&amp;quot;
&lt;br&gt;&amp;gt; and &amp;quot;runtime&amp;quot;. Unfortunately, in 99% of the cases, my hivemind dependency
&lt;br&gt;&amp;gt; is scoped &amp;quot;provided&amp;quot;, so I still would have to include them manually (if
&lt;br&gt;&amp;gt; I'd like to use HiveMindTestCase). I use TestNG anyway, however, and in my
&lt;br&gt;&amp;gt; case, unit tests *never* need HiveMind (maybe a few interfaces like Module
&lt;br&gt;&amp;gt; from it, but never a running registry), and assuming, that HiveMind works,
&lt;br&gt;&amp;gt; this is what EasyMock is for ... ;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This throws us back at the question: Is there any need to provide
&lt;br&gt;&amp;gt; HiveMindTestCase to the user at all? Tests that need a running HiveMind
&lt;br&gt;&amp;gt; registry are integration tests, not unit tests, so users should have no
&lt;br&gt;&amp;gt; need for that class.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For a table of which scope translates to which scope in transitive
&lt;br&gt;&amp;gt; dependencies, see here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;nbsp; Raffi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; The difference between theory and practice is that in theory, there is
&lt;br&gt;&amp;gt; no difference, but in practice, there is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318544&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318544&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;&amp;gt; PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recent-check-in...-tp17277448p17318544.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17318493</id>
	<title>Re: Recent check-in...</title>
	<published>2008-05-19T05:50:52Z</published>
	<updated>2008-05-19T05:50:52Z</updated>
	<author>
		<name>Raffael Herzog-2</name>
	</author>
	<content type="html">Am Freitag, 16. Mai 2008 17.23:36 schrieb James Carman:
&lt;br&gt;&amp;gt; I just checked in some changes to the pom.xml files and moved the
&lt;br&gt;&amp;gt; HiveMindTestCase into src/test. &amp;nbsp;Let me know how it looks for you.
&lt;br&gt;&amp;gt; All test cases passed for me. &amp;nbsp;I might try to move stuff around into
&lt;br&gt;&amp;gt; the &amp;quot;normal&amp;quot; maven directories, too (src/main/java, etc.)
&lt;br&gt;&lt;br&gt;Well, an open question about this is: How is a user supposed to use that 
&lt;br&gt;class now? Right, having it in HiveMind's core framework isn't a nice 
&lt;br&gt;solution. On the other hand, moving it to src/test makes this class 
&lt;br&gt;unusable for other projects, as it won't ever be included in any artifact.
&lt;br&gt;&lt;br&gt;To avoid dependencies on JUnit/EasyMock, it should actually be a separate 
&lt;br&gt;project producing a separate artifact, something like hivemind-test, which 
&lt;br&gt;users can include as dependency scoped test. Then again, a whole 
&lt;br&gt;sub-project for a single class file seems a bit ridiculous. Also, this 
&lt;br&gt;would introduce a circular dependency: HiveMind's test cases need 
&lt;br&gt;HiveMindTestCase, so hivemind-test would have to be built before 
&lt;br&gt;hivemind-framework. However, HiveMindTestCase won't compile if 
&lt;br&gt;hivemind-framework isn't built.
&lt;br&gt;&lt;br&gt;I think, keeping HiveMindTestCase in src/main and declaring the dependencies 
&lt;br&gt;on JUnit and EasyMock in the scope &amp;quot;test&amp;quot; is the better solution, if users 
&lt;br&gt;should be able to use that class in their own tests.
&lt;br&gt;&lt;br&gt;If JUnit and EasyMock are scoped &amp;quot;test&amp;quot;, this scope will be included in the 
&lt;br&gt;test scope of projects that depend on hivemind-framework with scope &amp;quot;test&amp;quot; 
&lt;br&gt;and &amp;quot;runtime&amp;quot;. Unfortunately, in 99% of the cases, my hivemind dependency 
&lt;br&gt;is scoped &amp;quot;provided&amp;quot;, so I still would have to include them manually (if 
&lt;br&gt;I'd like to use HiveMindTestCase). I use TestNG anyway, however, and in my 
&lt;br&gt;case, unit tests *never* need HiveMind (maybe a few interfaces like Module 
&lt;br&gt;from it, but never a running registry), and assuming, that HiveMind works, 
&lt;br&gt;this is what EasyMock is for ... ;)
&lt;br&gt;&lt;br&gt;This throws us back at the question: Is there any need to provide 
&lt;br&gt;HiveMindTestCase to the user at all? Tests that need a running HiveMind 
&lt;br&gt;registry are integration tests, not unit tests, so users should have no 
&lt;br&gt;need for that class.
&lt;br&gt;&lt;br&gt;For a table of which scope translates to which scope in transitive 
&lt;br&gt;dependencies, see here:
&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Raffi
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;The difference between theory and practice is that in theory, there is
&lt;br&gt;no difference, but in practice, there is.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318493&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt; · Jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17318493&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;herzog@...&lt;/a&gt;
&lt;br&gt;PGP Key 0x5FFDB5DB5D1FF5F4 · &lt;a href=&quot;http://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recent-check-in...-tp17277448p17318493.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17317676</id>
	<title>Re: Recent check-in...</title>
	<published>2008-05-19T04:51:56Z</published>
	<updated>2008-05-19T04:51:56Z</updated>
	<author>
		<name>Johan Lindquist</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi James,
&lt;br&gt;&lt;br&gt;Builds fine for me too [JDK 1.5 &amp; Ubuntu].
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;James Carman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I just checked in some changes to the pom.xml files and moved the
&lt;br&gt;&amp;gt; HiveMindTestCase into src/test. &amp;nbsp;Let me know how it looks for you.
&lt;br&gt;&amp;gt; All test cases passed for me. &amp;nbsp;I might try to move stuff around into
&lt;br&gt;&amp;gt; the &amp;quot;normal&amp;quot; maven directories, too (src/main/java, etc.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; James
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;- --
&lt;br&gt;you too?
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFIMWnUpHYnED7evioRAkFpAJ4y6JBSYd0NDhfOD32vEwTfE2LD3wCdFGAI
&lt;br&gt;obq+MRZUkTSsDIaRfUBl65Q=
&lt;br&gt;=Ztq8
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recent-check-in...-tp17277448p17317676.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17314286</id>
	<title>Re: Registry as a property</title>
	<published>2008-05-19T02:24:38Z</published>
	<updated>2008-05-19T02:24:38Z</updated>
	<author>
		<name>Davor Hrg</name>
	</author>
	<content type="html">Use mapped configuration,&lt;br&gt;&lt;br&gt;cntribute all workers to it, named with a string,&lt;br&gt;use that mapped configuration to get the needed worker...&lt;br&gt;&lt;br&gt;check the tapestry site for more info on Mapped configuration&lt;br&gt;...&lt;br&gt;
&lt;br&gt;Davor Hrg&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Apr 30, 2008 at 9:49 PM,  &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17314286&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flidp@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello everyone!&lt;br&gt;
&lt;br&gt;
I want to do something like this (simplified)&lt;br&gt;
&lt;br&gt;
public class someService {&lt;br&gt;
&lt;br&gt;
 &amp;nbsp;private Registry _registry;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp;public void doSomething(String sPoint, Object obj) {&lt;br&gt;
&lt;br&gt;
 &amp;nbsp;SomeInterface worker = _registry.getService(sPoint, someInterface.class);&lt;br&gt;
 &amp;nbsp;worker.doTheWork(obj);&lt;br&gt;
&lt;br&gt;
 &amp;nbsp;}&lt;br&gt;
&lt;br&gt;
 &amp;nbsp;... getter/setter ....&lt;br&gt;
&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
someService is a service constructed by the registry and has a property holding the registry again ... is this possible?&lt;br&gt;
Or is there another way to do something like this?&lt;br&gt;
&lt;br&gt;
Thanks for any suggestions!&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Hivemind---User-f324.html&quot; embed=&quot;fixTarget[324]&quot; target=&quot;_top&quot; &gt;Hivemind - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Registry-as-a-property-tp16990264p17314286.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17301831</id>
	<title>[jira] Issue Comment Edited: (HIVEMIND-179) Provide access to the Registry</title>
	<published>2008-05-18T04:32:55Z</published>
	<updated>2008-05-18T04:32:55Z</updated>
	<author>
		<name>JIRA hivemind-dev@jakarta.apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/HIVEMIND-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12597798#action_12597798&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/HIVEMIND-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12597798#action_12597798&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;jwcarman edited comment on HIVEMIND-179 at 5/18/08 4:30 AM:
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;My point was that the Module can probably get you what you need. &amp;nbsp;You can lookup services/configurations via the Module itself. &amp;nbsp;So, you don't need the registry at all.
&lt;br&gt;&lt;br&gt;And, I vote -1 to adding the Registry as a service inside itself. &amp;nbsp;That just seems way too hacky (as you pointed out) to me.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; was (Author: jwcarman):
&lt;br&gt;&amp;nbsp; &amp;nbsp; My point was that the Module can probably get you what you need. &amp;nbsp;You can lookup services/configurations via the Module itself. &amp;nbsp;So, you don't need the registry at all.
&lt;br&gt;&amp;nbsp; 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Provide access to the Registry
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: HIVEMIND-179
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/HIVEMIND-179&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/HIVEMIND-179&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: HiveMind
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: framework
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Martin Strand
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: HIVEMIND-179.txt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is currently no way for a service to access its own Registry.
&lt;br&gt;&amp;gt; This would be useful sometimes, for example if you've got a listener that is invoked from a non-Hivemind thread:
&lt;br&gt;&amp;gt; public class MyService()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;private Registry registry;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;public MyService()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;registry = getRegistry(); // &amp;lt;-- Need this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;OutsideHivemind.registerListener(this);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;public void invokeListener()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;registry.setupThread();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Use some Hivemind services...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;registry.cleanupThread();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; }
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28HIVEMIND-179%29-Provide-access-to-the-Registry-tp5486460p17301831.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17301802</id>
	<title>[jira] Commented: (HIVEMIND-179) Provide access to the Registry</title>
	<published>2008-05-18T04:30:55Z</published>
	<updated>2008-05-18T04:30:55Z</updated>
	<author>
		<name>JIRA hivemind-dev@jakarta.apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/HIVEMIND-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12597798#action_12597798&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/HIVEMIND-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12597798#action_12597798&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;James Carman commented on HIVEMIND-179:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;My point was that the Module can probably get you what you need. &amp;nbsp;You can lookup services/configurations via the Module itself. &amp;nbsp;So, you don't need the registry at all.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Provide access to the Registry
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: HIVEMIND-179
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/HIVEMIND-179&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/HIVEMIND-179&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: HiveMind
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: framework
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Martin Strand
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: HIVEMIND-179.txt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is currently no way for a service to access its own Registry.
&lt;br&gt;&amp;gt; This would be useful sometimes, for example if you've got a listener that is invoked from a non-Hivemind thread:
&lt;br&gt;&amp;gt; public class MyService()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;private Registry registry;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;public MyService()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;registry = getRegistry(); // &amp;lt;-- Need this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;OutsideHivemind.registerListener(this);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;public void invokeListener()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;registry.setupThread();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Use some Hivemind services...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;registry.cleanupThread();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; }
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HiveMind---Dev-f323.html&quot; embed=&quot;fixTarget[323]&quot; target=&quot;_top&quot; &gt;HiveMind - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28HIVEMIND-179%29-Provide-access-to-the-Registry-tp5486460p17301802.html" />
</entry>

</feed>
