Kevin Gilpin (JIRA | 8 Nov 2007 17:20
Picon
Picon
Favicon

[jira] Created: (HIVEMIND-211) RegistryBuilder.constructRegistry calls itself

RegistryBuilder.constructRegistry calls itself
----------------------------------------------

                 Key: HIVEMIND-211
                 URL: https://issues.apache.org/jira/browse/HIVEMIND-211
             Project: HiveMind
          Issue Type: Bug
          Components: framework
    Affects Versions: 2.0-alpha-1
            Reporter: Kevin Gilpin

This method calls itself

line 128:    public Registry constructRegistry()
    {
        return constructRegistry();
    }

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Achim Hügen (JIRA | 13 Feb 2008 13:49
Picon
Picon
Favicon

[jira] Resolved: (HIVEMIND-211) RegistryBuilder.constructRegistry calls itself


     [
https://issues.apache.org/jira/browse/HIVEMIND-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Achim Hügen resolved HIVEMIND-211.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-alpha-2
         Assignee: Achim Hügen

> RegistryBuilder.constructRegistry calls itself
> ----------------------------------------------
>
>                 Key: HIVEMIND-211
>                 URL: https://issues.apache.org/jira/browse/HIVEMIND-211
>             Project: HiveMind
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: 2.0-alpha-1
>            Reporter: Kevin Gilpin
>            Assignee: Achim Hügen
>             Fix For: 2.0-alpha-2
>
>         Attachments: hivemind-211.patch
>
>
> This method calls itself
> line 128:    public Registry constructRegistry()
>     {
(Continue reading)

Achim Hügen (JIRA | 21 Apr 2006 23:58
Picon
Picon
Favicon

[jira] Resolved: (HIVEMIND-162) Performance bottleneck with threaded services

     [ http://issues.apache.org/jira/browse/HIVEMIND-162?page=all ]

Achim Hügen resolved HIVEMIND-162:
----------------------------------

    Fix Version: 1.2
     Resolution: Fixed

It's fixed, isn't it?

> Performance bottleneck with threaded services
> ---------------------------------------------
>
>          Key: HIVEMIND-162
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-162
>      Project: HiveMind
>         Type: Bug

>   Components: framework
>     Versions: 1.1
>  Environment: Linux 2.6.14.2, JBoss 4.0.3, Tomcat 5.5
> Quad Xeon 3.2GHz, 1GB RAM
>     Reporter: Jeff Lubetkin
>     Assignee: Howard M. Lewis Ship
>      Fix For: 1.2
>  Attachments: hivemind-1.2-alpha-1.jar
>
> Note: This may be better classified as a Hivemind issue, but it's affecting Tapestry throughput so I'm
putting it here.
> We've been running some perf tests using the Grinder (with 20 threads) generating as much load as possible
(Continue reading)

James Carman (JIRA | 1 May 2005 15:37
Picon
Picon
Favicon

[jira] Resolved: (HIVEMIND-114) Ability to get list of services that

Ability to get list of services that implement the given interface
In-Reply-To: <826010344.1114930684964.JavaMail.jira <at> ajax.apache.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

     [ http://issues.apache.org/jira/browse/HIVEMIND-114?page=all ]

James Carman resolved HIVEMIND-114:
-----------------------------------

    Resolution: Duplicate

Duplicate of HIVEMIND-112

> Ability to get list of services that
Ability to get list of services that implement the given interface
> --------------------------------------------------------------------------------------------------------
>
>          Key: HIVEMIND-114
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-114
>      Project: HiveMind
>         Type: Improvement
>   Components: framework
>  Environment: Doesn't matter
>     Reporter: Igor Laberov

>
> When application deals with several implementations of the same service interface (in the same time) it
is very useful to get list of possible service implementation (to present to user for example).
(Continue reading)

Achim Hügen (JIRA | 13 Feb 2008 13:49
Picon
Picon
Favicon

[jira] Closed: (HIVEMIND-211) RegistryBuilder.constructRegistry calls itself


     [
https://issues.apache.org/jira/browse/HIVEMIND-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Achim Hügen closed HIVEMIND-211.
--------------------------------

> RegistryBuilder.constructRegistry calls itself
> ----------------------------------------------
>
>                 Key: HIVEMIND-211
>                 URL: https://issues.apache.org/jira/browse/HIVEMIND-211
>             Project: HiveMind
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: 2.0-alpha-1
>            Reporter: Kevin Gilpin
>            Assignee: Achim Hügen
>             Fix For: 2.0-alpha-2
>
>         Attachments: hivemind-211.patch
>
>
> This method calls itself
> line 128:    public Registry constructRegistry()
>     {
>         return constructRegistry();
>     }

--

-- 
(Continue reading)

James Carman (JIRA | 1 May 2005 15:37
Picon
Picon
Favicon

[jira] Closed: (HIVEMIND-114) Ability to get list of services that

Ability to get list of services that implement the given interface
In-Reply-To: <826010344.1114930684964.JavaMail.jira <at> ajax.apache.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

     [ http://issues.apache.org/jira/browse/HIVEMIND-114?page=all ]

James Carman closed HIVEMIND-114:
---------------------------------

> Ability to get list of services that
Ability to get list of services that implement the given interface
> --------------------------------------------------------------------------------------------------------
>
>          Key: HIVEMIND-114
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-114
>      Project: HiveMind
>         Type: Improvement
>   Components: framework
>  Environment: Doesn't matter
>     Reporter: Igor Laberov

>
> When application deals with several implementations of the same service interface (in the same time) it
is very useful to get list of possible service implementation (to present to user for example).
> The proposal to add  List getServices(Class) to Registry interface, or getServicesIds(Class).
> Thanks,
> Igor

(Continue reading)

Jochen Zimmermann (JIRA | 12 Feb 2008 23:24
Picon
Picon
Favicon

[jira] Updated: (HIVEMIND-211) RegistryBuilder.constructRegistry calls itself


     [
https://issues.apache.org/jira/browse/HIVEMIND-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Zimmermann updated HIVEMIND-211:
---------------------------------------

    Attachment: hivemind-211.patch

Attached patch instead of complete file.

> RegistryBuilder.constructRegistry calls itself
> ----------------------------------------------
>
>                 Key: HIVEMIND-211
>                 URL: https://issues.apache.org/jira/browse/HIVEMIND-211
>             Project: HiveMind
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: 2.0-alpha-1
>            Reporter: Kevin Gilpin
>         Attachments: hivemind-211.patch
>
>
> This method calls itself
> line 128:    public Registry constructRegistry()
>     {
>         return constructRegistry();
>     }

(Continue reading)

Jochen Zimmermann (JIRA | 12 Feb 2008 23:22
Picon
Picon
Favicon

[jira] Updated: (HIVEMIND-211) RegistryBuilder.constructRegistry calls itself


     [
https://issues.apache.org/jira/browse/HIVEMIND-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Zimmermann updated HIVEMIND-211:
---------------------------------------

    Attachment:     (was: RegistryBuilder.java)

> RegistryBuilder.constructRegistry calls itself
> ----------------------------------------------
>
>                 Key: HIVEMIND-211
>                 URL: https://issues.apache.org/jira/browse/HIVEMIND-211
>             Project: HiveMind
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: 2.0-alpha-1
>            Reporter: Kevin Gilpin
>
> This method calls itself
> line 128:    public Registry constructRegistry()
>     {
>         return constructRegistry();
>     }

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
(Continue reading)

Jochen Zimmermann (JIRA | 12 Feb 2008 21:23
Picon
Picon
Favicon

[jira] Updated: (HIVEMIND-211) RegistryBuilder.constructRegistry calls itself


     [
https://issues.apache.org/jira/browse/HIVEMIND-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Zimmermann updated HIVEMIND-211:
---------------------------------------

    Attachment: RegistryBuilder.java

I think this method is meant to be

    public Registry constructRegistry()
    {
        return constructRegistry(Locale.getDefault());
    }

Attached the file RegistryBuilder.java

> RegistryBuilder.constructRegistry calls itself
> ----------------------------------------------
>
>                 Key: HIVEMIND-211
>                 URL: https://issues.apache.org/jira/browse/HIVEMIND-211
>             Project: HiveMind
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: 2.0-alpha-1
>            Reporter: Kevin Gilpin
>         Attachments: RegistryBuilder.java
>
(Continue reading)


Gmane