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/21 05:30:26 UTC

[jira] Created: (HARMONY-4256) [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException

[classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException 
------------------------------------------------------------------------------

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


SQLDataException, SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException, SQLInvalidAuthorizationSpecException, SQLNonTransientConnectionException, SQLSyntaxErrorException 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-4256) [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException

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

Ruth Cao updated HARMONY-4256:
------------------------------

    Attachment: Harmony-4256.zip

May somebody pls try this?

> [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException 
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-4256
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4256
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP / Linux
>            Reporter: Ruth Cao
>         Attachments: Harmony-4256.zip
>
>
> SQLDataException, SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException, SQLInvalidAuthorizationSpecException, SQLNonTransientConnectionException, SQLSyntaxErrorException 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-4256) [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException

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

Ruth Cao updated HARMONY-4256:
------------------------------

    Patch Info: [Patch Available]

> [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException 
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-4256
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4256
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP / Linux
>            Reporter: Ruth Cao
>         Attachments: Harmony-4256.zip
>
>
> SQLDataException, SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException, SQLInvalidAuthorizationSpecException, SQLNonTransientConnectionException, SQLSyntaxErrorException 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-4256) [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException

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

Ruth Cao closed HARMONY-4256.
-----------------------------


Thanks, Tim. The fix looks fine.

> [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException 
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-4256
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4256
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP / Linux
>            Reporter: Ruth Cao
>            Assignee: Tim Ellison
>         Attachments: Harmony-4256.zip
>
>
> SQLDataException, SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException, SQLInvalidAuthorizationSpecException, SQLNonTransientConnectionException, SQLSyntaxErrorException 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-4256) [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException

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

Tim Ellison resolved HARMONY-4256.
----------------------------------

    Resolution: Fixed

Thanks Ruth.

Patch applied to SQL module at repo revision r549589.

Please check it was applied as you expected.


> [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException 
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-4256
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4256
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP / Linux
>            Reporter: Ruth Cao
>            Assignee: Tim Ellison
>         Attachments: Harmony-4256.zip
>
>
> SQLDataException, SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException, SQLInvalidAuthorizationSpecException, SQLNonTransientConnectionException, SQLSyntaxErrorException 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-4256) [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException

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

Tim Ellison reassigned HARMONY-4256:
------------------------------------

    Assignee: Tim Ellison

> [classlib][sql][java6] 6 new sub-classes of java.sql.SQLNonTransientException 
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-4256
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4256
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Windows XP / Linux
>            Reporter: Ruth Cao
>            Assignee: Tim Ellison
>         Attachments: Harmony-4256.zip
>
>
> SQLDataException, SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException, SQLInvalidAuthorizationSpecException, SQLNonTransientConnectionException, SQLSyntaxErrorException 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.