Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2080847 | 1.0 | Jonathan Bruce | P2 | Closed | Fixed | 1.0 |
Name: sdR10048 Date: 02/25/2004
Filed By : SPB JCK team (###@###.###)
JDK : latest rowset RI (18 feb 2004)
JCK : 1.5
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] :
api/javax_sql/rowset/BaseRowSet/index.html#Options2
Specification excerpt:
======================
--------- J2SE API spec v.1.5 ---------
...
= JDK1.5.0b39 =
public void setDataSourceName(String name)
throws SQLException
Sets the DataSource name property for this RowSet object to the given
logical name and sets this RowSet object's Url property to null.
...
= last Rowset RI =
public void setDataSourceName(java.lang.String name)
Sets the DataSource name property for this RowSet object to the given
logical name and sets this RowSet object's Url property to null.
...
...
---------- end-of-excerpt ---------------
Problem description
===================
The signature for the BaseRowSet.setDataSourceName(String) has changed.
"Throws SQLException" is disappeared.
And no CCC request is filed.
This is unapproved change and this will cause JCK compilation to fail.
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests
======================================================================
Filed By : SPB JCK team (###@###.###)
JDK : latest rowset RI (18 feb 2004)
JCK : 1.5
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] :
api/javax_sql/rowset/BaseRowSet/index.html#Options2
Specification excerpt:
======================
--------- J2SE API spec v.1.5 ---------
...
= JDK1.5.0b39 =
public void setDataSourceName(String name)
throws SQLException
Sets the DataSource name property for this RowSet object to the given
logical name and sets this RowSet object's Url property to null.
...
= last Rowset RI =
public void setDataSourceName(java.lang.String name)
Sets the DataSource name property for this RowSet object to the given
logical name and sets this RowSet object's Url property to null.
...
...
---------- end-of-excerpt ---------------
Problem description
===================
The signature for the BaseRowSet.setDataSourceName(String) has changed.
"Throws SQLException" is disappeared.
And no CCC request is filed.
This is unapproved change and this will cause JCK compilation to fail.
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests
======================================================================
- backported by
-
JDK-2080847 Unapproved change in BaseRowSet
-
- Closed
-