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 "Kurt Stam (JIRA)" <sc...@ws.apache.org> on 2007/05/01 15:29:22 UTC

[jira] Created: (SCOUT-30) Classifications are ignore when preforming finds.

Classifications are ignore when preforming finds.
-------------------------------------------------

                 Key: SCOUT-30
                 URL: https://issues.apache.org/jira/browse/SCOUT-30
             Project: Scout
          Issue Type: Bug
    Affects Versions: 1.0
            Reporter: Kurt Stam
         Assigned To: Anil Saldhana
             Fix For: 1.0


Most finders take a Collection classifications as one of their arguments to match against when doing finds. However they are not used in the BussinessQueryManager. They need to be added in.

-- 
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-30) Classifications are ignored when preforming finds.

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

Kurt Stam closed SCOUT-30.
--------------------------

    Resolution: Fixed

Applied the patch and verified that it is sound. Fixed two NPE, before committing the code.

> Classifications are ignored when preforming finds.
> --------------------------------------------------
>
>                 Key: SCOUT-30
>                 URL: https://issues.apache.org/jira/browse/SCOUT-30
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Kurt Stam
>         Assigned To: Anil Saldhana
>             Fix For: 1.0
>
>         Attachments: ClassificationsIdentifiers2.patch
>
>
> Most finders take a Collection classifications as one of their arguments to match against when doing finds. However they are not used in the BussinessQueryManager. They need to be added in.

-- 
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-30) Classifications are ignored when preforming finds.

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

Kurt Stam updated SCOUT-30:
---------------------------

    Summary: Classifications are ignored when preforming finds.  (was: Classifications are ignore when preforming finds.)

> Classifications are ignored when preforming finds.
> --------------------------------------------------
>
>                 Key: SCOUT-30
>                 URL: https://issues.apache.org/jira/browse/SCOUT-30
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Kurt Stam
>         Assigned To: Anil Saldhana
>             Fix For: 1.0
>
>
> Most finders take a Collection classifications as one of their arguments to match against when doing finds. However they are not used in the BussinessQueryManager. They need to be added in.

-- 
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-30) Classifications are ignored when preforming finds.

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

Kurt Stam reopened SCOUT-30:
----------------------------

      Assignee: Kurt Stam  (was: Anil Saldhana)

Need to add the right Fix Version

> Classifications are ignored when preforming finds.
> --------------------------------------------------
>
>                 Key: SCOUT-30
>                 URL: https://issues.apache.org/jira/browse/SCOUT-30
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Kurt Stam
>            Assignee: Kurt Stam
>             Fix For: 1.0rc1
>
>         Attachments: ClassificationsIdentifiers2.patch
>
>
> Most finders take a Collection classifications as one of their arguments to match against when doing finds. However they are not used in the BussinessQueryManager. They need to be added in.

-- 
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-30) Classifications are ignored when preforming finds.

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

Kurt Stam closed SCOUT-30.
--------------------------

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

> Classifications are ignored when preforming finds.
> --------------------------------------------------
>
>                 Key: SCOUT-30
>                 URL: https://issues.apache.org/jira/browse/SCOUT-30
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Kurt Stam
>            Assignee: Kurt Stam
>             Fix For: 1.0rc1
>
>         Attachments: ClassificationsIdentifiers2.patch
>
>
> Most finders take a Collection classifications as one of their arguments to match against when doing finds. However they are not used in the BussinessQueryManager. They need to be added in.

-- 
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-30) Classifications are ignored when preforming finds.

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

Jeff Faath updated SCOUT-30:
----------------------------

    Attachment: ClassificationsIdentifiers2.patch

This issue has been fixed with the attached patch file.

Additionally, searching on identifiers has been added with this patch.

This patch invalidates the orginal patch that fixes issue 23/24.  As a result, I will add this patch to those issues as well.

> Classifications are ignored when preforming finds.
> --------------------------------------------------
>
>                 Key: SCOUT-30
>                 URL: https://issues.apache.org/jira/browse/SCOUT-30
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Kurt Stam
>         Assigned To: Anil Saldhana
>             Fix For: 1.0
>
>         Attachments: ClassificationsIdentifiers2.patch
>
>
> Most finders take a Collection classifications as one of their arguments to match against when doing finds. However they are not used in the BussinessQueryManager. They need to be added in.

-- 
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