You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org> on 2009/07/31 15:34:15 UTC

[jira] Created: (UIMA-1472) Uima AS imports ConcurrentHashMap from a wrong package

Uima AS imports ConcurrentHashMap from a wrong package
------------------------------------------------------

                 Key: UIMA-1472
                 URL: https://issues.apache.org/jira/browse/UIMA-1472
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik


ActiveMQMessageSender imports:

edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap;

This appears to exist in activemq 4.1.1 jar and thus resolving fine. Newer AMQ jars do not define this class.
Instead the code should have imported java.util.concurrent.ConcurrentHashMap



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


[jira] Updated: (UIMA-1472) Uima AS imports ConcurrentHashMap from a wrong package

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1472:
--------------------------------

    Fix Version/s: 2.3AS

> Uima AS imports ConcurrentHashMap from a wrong package
> ------------------------------------------------------
>
>                 Key: UIMA-1472
>                 URL: https://issues.apache.org/jira/browse/UIMA-1472
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> ActiveMQMessageSender imports:
> edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap;
> This appears to exist in activemq 4.1.1 jar and thus resolving fine. Newer AMQ jars do not define this class.
> Instead the code should have imported java.util.concurrent.ConcurrentHashMap

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


[jira] Closed: (UIMA-1472) Uima AS imports ConcurrentHashMap from a wrong package

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1472.
-------------------------------

    Resolution: Fixed

Fixed imports to fetch the ConcurrentHashMap class from java's concurrent package

> Uima AS imports ConcurrentHashMap from a wrong package
> ------------------------------------------------------
>
>                 Key: UIMA-1472
>                 URL: https://issues.apache.org/jira/browse/UIMA-1472
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>
> ActiveMQMessageSender imports:
> edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap;
> This appears to exist in activemq 4.1.1 jar and thus resolving fine. Newer AMQ jars do not define this class.
> Instead the code should have imported java.util.concurrent.ConcurrentHashMap

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