You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "Lin Sun (JIRA)" <sc...@ws.apache.org> on 2007/06/25 22:43:26 UTC

[jira] Created: (SCOUT-35) Should use hashset for the collection in BulkResponseImpl to not allow duplicate

Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
---------------------------------------------------------------------------------

                 Key: SCOUT-35
                 URL: https://issues.apache.org/jira/browse/SCOUT-35
             Project: Scout
          Issue Type: Bug
          Components: Scout Implementation
    Affects Versions: 1.0
         Environment: winxp + sun 1.5 SDK
            Reporter: Lin Sun
            Assignee: Anil Saldhana
             Fix For: 1.0
         Attachments: scout35.patch

as titled, otherwise, calling BulkResponseImpl.getCollection() could return multiple keyIds that are the same (when more than 1 saveconcepts are called for the same keyIds for updates.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Commented: (SCOUT-35) Should use hashset for the collection in BulkResponseImpl to not allow duplicate

Posted by "Kurt Stam (JIRA)" <sc...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/SCOUT-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508199 ] 

Kurt Stam commented on SCOUT-35:
--------------------------------

Ha and now I see the patch :).

> Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
> ---------------------------------------------------------------------------------
>
>                 Key: SCOUT-35
>                 URL: https://issues.apache.org/jira/browse/SCOUT-35
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.0
>         Environment: winxp + sun 1.5 SDK
>            Reporter: Lin Sun
>            Assignee: Anil Saldhana
>             Fix For: 1.0
>
>         Attachments: scout35.patch
>
>
> as titled, otherwise, calling BulkResponseImpl.getCollection() could return multiple keyIds that are the same (when more than 1 saveconcepts are called for the same keyIds for updates.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Reopened: (SCOUT-35) Should use hashset for the collection in BulkResponseImpl to not allow duplicate

Posted by "Kurt Stam (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam reopened SCOUT-35:
----------------------------

      Assignee: Kurt Stam  (was: Anil Saldhana)

Need to add the right Fix Version

> Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
> ---------------------------------------------------------------------------------
>
>                 Key: SCOUT-35
>                 URL: https://issues.apache.org/jira/browse/SCOUT-35
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.0
>         Environment: winxp + sun 1.5 SDK
>            Reporter: Lin Sun
>            Assignee: Kurt Stam
>             Fix For: 1.0
>
>         Attachments: scout35.patch
>
>
> as titled, otherwise, calling BulkResponseImpl.getCollection() could return multiple keyIds that are the same (when more than 1 saveconcepts are called for the same keyIds for updates.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Commented: (SCOUT-35) Should use hashset for the collection in BulkResponseImpl to not allow duplicate

Posted by "Kurt Stam (JIRA)" <sc...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/SCOUT-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508198 ] 

Kurt Stam commented on SCOUT-35:
--------------------------------

Hi Lin,

I have the fix for it. All unit tests pass. If I check it in can you verify this is what you need?

--Kurt

> Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
> ---------------------------------------------------------------------------------
>
>                 Key: SCOUT-35
>                 URL: https://issues.apache.org/jira/browse/SCOUT-35
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.0
>         Environment: winxp + sun 1.5 SDK
>            Reporter: Lin Sun
>            Assignee: Anil Saldhana
>             Fix For: 1.0
>
>         Attachments: scout35.patch
>
>
> as titled, otherwise, calling BulkResponseImpl.getCollection() could return multiple keyIds that are the same (when more than 1 saveconcepts are called for the same keyIds for updates.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Closed: (SCOUT-35) Should use hashset for the collection in BulkResponseImpl to not allow duplicate

Posted by "Kurt Stam (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam closed SCOUT-35.
--------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.0)
                   1.0rc1

> Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
> ---------------------------------------------------------------------------------
>
>                 Key: SCOUT-35
>                 URL: https://issues.apache.org/jira/browse/SCOUT-35
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.0
>         Environment: winxp + sun 1.5 SDK
>            Reporter: Lin Sun
>            Assignee: Kurt Stam
>             Fix For: 1.0rc1
>
>         Attachments: scout35.patch
>
>
> as titled, otherwise, calling BulkResponseImpl.getCollection() could return multiple keyIds that are the same (when more than 1 saveconcepts are called for the same keyIds for updates.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Updated: (SCOUT-35) Should use hashset for the collection in BulkResponseImpl to not allow duplicate

Posted by "Lin Sun (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated SCOUT-35:
-------------------------

    Attachment: scout35.patch

Tested in geronimo env.

> Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
> ---------------------------------------------------------------------------------
>
>                 Key: SCOUT-35
>                 URL: https://issues.apache.org/jira/browse/SCOUT-35
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.0
>         Environment: winxp + sun 1.5 SDK
>            Reporter: Lin Sun
>            Assignee: Anil Saldhana
>             Fix For: 1.0
>
>         Attachments: scout35.patch
>
>
> as titled, otherwise, calling BulkResponseImpl.getCollection() could return multiple keyIds that are the same (when more than 1 saveconcepts are called for the same keyIds for updates.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Closed: (SCOUT-35) Should use hashset for the collection in BulkResponseImpl to not allow duplicate

Posted by "Kurt Stam (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam closed SCOUT-35.
--------------------------

    Resolution: Fixed

Work completed.

> Should use hashset for the collection in BulkResponseImpl to not allow duplicate 
> ---------------------------------------------------------------------------------
>
>                 Key: SCOUT-35
>                 URL: https://issues.apache.org/jira/browse/SCOUT-35
>             Project: Scout
>          Issue Type: Bug
>          Components: Scout Implementation
>    Affects Versions: 1.0
>         Environment: winxp + sun 1.5 SDK
>            Reporter: Lin Sun
>            Assignee: Anil Saldhana
>             Fix For: 1.0
>
>         Attachments: scout35.patch
>
>
> as titled, otherwise, calling BulkResponseImpl.getCollection() could return multiple keyIds that are the same (when more than 1 saveconcepts are called for the same keyIds for updates.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org