You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Geir Magnusson Jr (JIRA)" <ju...@ws.apache.org> on 2005/02/14 17:34:12 UTC

[jira] Created: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

refactor the name matching SQL from FindBusinessByName to be shared
-------------------------------------------------------------------

         Key: JUDDI-56
         URL: http://issues.apache.org/jira/browse/JUDDI-56
     Project: jUDDI
        Type: Improvement
    Reporter: Geir Magnusson Jr
 Assigned to: Steve Viens 
 Attachments: SQLUtil.java, patch.txt

Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

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

Kurt T Stam updated JUDDI-56:
-----------------------------

    Fix Version/s:     (was: 2.0)
                   2.0rc7

> refactor the name matching SQL from FindBusinessByName to be shared
> -------------------------------------------------------------------
>
>                 Key: JUDDI-56
>                 URL: https://issues.apache.org/jira/browse/JUDDI-56
>             Project: jUDDI
>          Issue Type: Improvement
>            Reporter: Geir Magnusson Jr
>            Assignee: Jeff Faath
>            Priority: Minor
>             Fix For: 2.0rc7
>
>         Attachments: patch.txt, SQLUtil.java
>
>
> Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it

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


[jira] Closed: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

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

Jeff Faath closed JUDDI-56.
---------------------------

    Resolution: Fixed

This has been fixed in the 3.0 version.

> refactor the name matching SQL from FindBusinessByName to be shared
> -------------------------------------------------------------------
>
>                 Key: JUDDI-56
>                 URL: https://issues.apache.org/jira/browse/JUDDI-56
>             Project: jUDDI
>          Issue Type: Improvement
>            Reporter: Geir Magnusson Jr
>            Assignee: Jeff Faath
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: patch.txt, SQLUtil.java
>
>
> Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it

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


[jira] Updated: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

Posted by "Geir Magnusson Jr (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-56?page=history ]

Geir Magnusson Jr updated JUDDI-56:
-----------------------------------

    Attachment: SQLUtil.java

refactored code from FindBusinessByName into here.  Not sure if this is the best place to put it.  Was looking at DynamicQuery in o.a.j.util.jdbc, but wasn't sure 

> refactor the name matching SQL from FindBusinessByName to be shared
> -------------------------------------------------------------------
>
>          Key: JUDDI-56
>          URL: http://issues.apache.org/jira/browse/JUDDI-56
>      Project: jUDDI
>         Type: Improvement
>     Reporter: Geir Magnusson Jr
>     Assignee: Steve Viens
>  Attachments: SQLUtil.java, patch.txt
>
> Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-56?page=history ]

Steve Viens updated JUDDI-56:
-----------------------------

    Priority: Minor  (was: Major)

Lowering priority.

> refactor the name matching SQL from FindBusinessByName to be shared
> -------------------------------------------------------------------
>
>          Key: JUDDI-56
>          URL: http://issues.apache.org/jira/browse/JUDDI-56
>      Project: jUDDI
>         Type: Improvement
>     Reporter: Geir Magnusson Jr
>     Assignee: Steve Viens
>     Priority: Minor
>  Attachments: SQLUtil.java, patch.txt
>
> Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

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

Kurt Stam reassigned JUDDI-56:
------------------------------

    Assignee: Jeff Faath  (was: Steve Viens)

Jeff, can you take a look to see if this still makes sense?

> refactor the name matching SQL from FindBusinessByName to be shared
> -------------------------------------------------------------------
>
>                 Key: JUDDI-56
>                 URL: https://issues.apache.org/jira/browse/JUDDI-56
>             Project: jUDDI
>          Issue Type: Improvement
>            Reporter: Geir Magnusson Jr
>            Assignee: Jeff Faath
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: patch.txt, SQLUtil.java
>
>
> Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it

-- 
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: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

Posted by "Geir Magnusson Jr (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-56?page=history ]

Geir Magnusson Jr updated JUDDI-56:
-----------------------------------

    Attachment: patch.txt

> refactor the name matching SQL from FindBusinessByName to be shared
> -------------------------------------------------------------------
>
>          Key: JUDDI-56
>          URL: http://issues.apache.org/jira/browse/JUDDI-56
>      Project: jUDDI
>         Type: Improvement
>     Reporter: Geir Magnusson Jr
>     Assignee: Steve Viens
>  Attachments: SQLUtil.java, patch.txt
>
> Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JUDDI-56) refactor the name matching SQL from FindBusinessByName to be shared

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

Kurt Stam updated JUDDI-56:
---------------------------

    Fix Version/s: 2.0

> refactor the name matching SQL from FindBusinessByName to be shared
> -------------------------------------------------------------------
>
>                 Key: JUDDI-56
>                 URL: https://issues.apache.org/jira/browse/JUDDI-56
>             Project: jUDDI
>          Issue Type: Improvement
>            Reporter: Geir Magnusson Jr
>            Assignee: Jeff Faath
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: patch.txt, SQLUtil.java
>
>
> Here's a patch and a new file to refactor out the name addition stuff for the WHERE clause so it can be shared by anything that needs it

-- 
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: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org