You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ruth Cao (JIRA)" <ji...@apache.org> on 2007/06/19 05:58:26 UTC

[jira] Created: (HARMONY-4227) [classlib][sql][java6] 4 new constructors in java.sql.SQLException

[classlib][sql][java6] 4 new constructors in java.sql.SQLException 
-------------------------------------------------------------------

                 Key: HARMONY-4227
                 URL: https://issues.apache.org/jira/browse/HARMONY-4227
             Project: Harmony
          Issue Type: New Feature
          Components: Classlib
         Environment: Windows XP/Linux
            Reporter: Ruth Cao


SQLException(java.lang.String, java.lang.String, int, java.lang.Throwable), SQLException(java.lang.String, java.lang.String, java.lang.Throwable), SQLException(java.lang.String, java.lang.Throwable) and SQLException(java.lang.Throwable) are introduced in java 6 spec but are not implemented in Harmony (sql module).

I'll create a patch for this soon, thanks.

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


[jira] Closed: (HARMONY-4227) [classlib][sql][java6] 4 new constructors in java.sql.SQLException

Posted by "Ruth Cao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruth Cao closed HARMONY-4227.
-----------------------------


Thanks, Tony. The fix looks fine.

> [classlib][sql][java6] 4 new constructors in java.sql.SQLException 
> -------------------------------------------------------------------
>
>                 Key: HARMONY-4227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4227
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP/Linux
>            Reporter: Ruth Cao
>            Assignee: Tony Wu
>         Attachments: Harmony-4227.diff
>
>
> SQLException(java.lang.String, java.lang.String, int, java.lang.Throwable), SQLException(java.lang.String, java.lang.String, java.lang.Throwable), SQLException(java.lang.String, java.lang.Throwable) and SQLException(java.lang.Throwable) are introduced in java 6 spec but are not implemented in Harmony (sql module).
> I'll create a patch for this soon, thanks.

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


[jira] Updated: (HARMONY-4227) [classlib][sql][java6] 4 new constructors in java.sql.SQLException

Posted by "Ruth Cao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruth Cao updated HARMONY-4227:
------------------------------

    Attachment: Harmony-4227.diff

May somebody pls try this?

The iterator() method is also included in this patch.

> [classlib][sql][java6] 4 new constructors in java.sql.SQLException 
> -------------------------------------------------------------------
>
>                 Key: HARMONY-4227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4227
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP/Linux
>            Reporter: Ruth Cao
>         Attachments: Harmony-4227.diff
>
>
> SQLException(java.lang.String, java.lang.String, int, java.lang.Throwable), SQLException(java.lang.String, java.lang.String, java.lang.Throwable), SQLException(java.lang.String, java.lang.Throwable) and SQLException(java.lang.Throwable) are introduced in java 6 spec but are not implemented in Harmony (sql module).
> I'll create a patch for this soon, thanks.

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


[jira] Assigned: (HARMONY-4227) [classlib][sql][java6] 4 new constructors in java.sql.SQLException

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu reassigned HARMONY-4227:
--------------------------------

    Assignee: Tony Wu

> [classlib][sql][java6] 4 new constructors in java.sql.SQLException 
> -------------------------------------------------------------------
>
>                 Key: HARMONY-4227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4227
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP/Linux
>            Reporter: Ruth Cao
>            Assignee: Tony Wu
>         Attachments: Harmony-4227.diff
>
>
> SQLException(java.lang.String, java.lang.String, int, java.lang.Throwable), SQLException(java.lang.String, java.lang.String, java.lang.Throwable), SQLException(java.lang.String, java.lang.Throwable) and SQLException(java.lang.Throwable) are introduced in java 6 spec but are not implemented in Harmony (sql module).
> I'll create a patch for this soon, thanks.

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


[jira] Commented: (HARMONY-4227) [classlib][sql][java6] 4 new constructors in java.sql.SQLException

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506211 ] 

Tony Wu commented on HARMONY-4227:
----------------------------------

Sorry, patch applied at r548764 on branch, please verify it, thank.

> [classlib][sql][java6] 4 new constructors in java.sql.SQLException 
> -------------------------------------------------------------------
>
>                 Key: HARMONY-4227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4227
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP/Linux
>            Reporter: Ruth Cao
>            Assignee: Tony Wu
>         Attachments: Harmony-4227.diff
>
>
> SQLException(java.lang.String, java.lang.String, int, java.lang.Throwable), SQLException(java.lang.String, java.lang.String, java.lang.Throwable), SQLException(java.lang.String, java.lang.Throwable) and SQLException(java.lang.Throwable) are introduced in java 6 spec but are not implemented in Harmony (sql module).
> I'll create a patch for this soon, thanks.

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


[jira] Resolved: (HARMONY-4227) [classlib][sql][java6] 4 new constructors in java.sql.SQLException

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu resolved HARMONY-4227.
------------------------------

    Resolution: Fixed

Patch applied at r548745, please verify. Thanks a lot

> [classlib][sql][java6] 4 new constructors in java.sql.SQLException 
> -------------------------------------------------------------------
>
>                 Key: HARMONY-4227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4227
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP/Linux
>            Reporter: Ruth Cao
>            Assignee: Tony Wu
>         Attachments: Harmony-4227.diff
>
>
> SQLException(java.lang.String, java.lang.String, int, java.lang.Throwable), SQLException(java.lang.String, java.lang.String, java.lang.Throwable), SQLException(java.lang.String, java.lang.Throwable) and SQLException(java.lang.Throwable) are introduced in java 6 spec but are not implemented in Harmony (sql module).
> I'll create a patch for this soon, thanks.

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