This code has been compiling in your test runs under jdk 1.3.1 for both 3.0
and 3.2 for 2 weeks.

Can you check the contents of jboss-jca.sar to see if Savepoint is in it? 
I believe prior to Jasons build speed up change a couple of days ago this
contained Savepoint and the other jdk 1.4 java classes.  Perhaps the change
in buildfile structure changed which properties are getting set when and
caused these files to be left out of the sar.

thanks

david jencks

On 2003.03.04 20:13 Scott M Stark wrote:
> The 3.2 testsuite is not building under JDK 1.3 due to the inclusion of
> the java.sql.Savepoint
> class:
> 
>     [javac] C:\cvs\JBoss3.2\jboss-3.2\testsuite\src\main\org\jboss\test\jca\jdbc
> \TestConnection.java:18: cannot resolve symbol
>     [javac] symbol  : class Savepoint
>     [javac] location: package sql
>     [javac] import java.sql.Savepoint;
>     [javac]                 ^
>     [javac] C:\cvs\JBoss3.2\jboss-3.2\testsuite\src\main\org\jboss\test\jca\jdbc
> \TestConnection.java:223: cannot resolve symbol
>     [javac] symbol  : class Savepoint
>     [javac] location: class org.jboss.test.jca.jdbc.TestConnection
>     [javac]    public Savepoint setSavepoint()
>     [javac]           ^
>     [javac] C:\cvs\JBoss3.2\jboss-3.2\testsuite\src\main\org\jboss\test\jca\jdbc
> \TestConnection.java:228: cannot resolve symbol
>     [javac] symbol  : class Savepoint
>     [javac] location: class org.jboss.test.jca.jdbc.TestConnection
>     [javac]    public Savepoint setSavepoint(String name)
>     [javac]           ^
>     [javac] C:\cvs\JBoss3.2\jboss-3.2\testsuite\src\main\org\jboss\test\jca\jdbc
> \TestConnection.java:233: cannot resolve symbol
>     [javac] symbol  : class Savepoint
>     [javac] location: class org.jboss.test.jca.jdbc.TestConnection
>     [javac]    public void rollback(Savepoint s)
>     [javac]                         ^
>     [javac] C:\cvs\JBoss3.2\jboss-3.2\testsuite\src\main\org\jboss\test\jca\jdbc
> \TestConnection.java:236: cannot resolve symbol
>     [javac] symbol  : class Savepoint
>     [javac] location: class org.jboss.test.jca.jdbc.TestConnection
>     [javac]    public void commit(Savepoint s)
>     [javac]                       ^
>     [javac] C:\cvs\JBoss3.2\jboss-3.2\testsuite\src\main\org\jboss\test\jca\jdbc
> \TestConnection.java:240: cannot resolve symbol
>     [javac] symbol  : class Savepoint
>     [javac] location: class org.jboss.test.jca.jdbc.TestConnection
>     [javac]    public void releaseSavepoint(Savepoint s)
> 
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The
> debugger 
> for complex code. Debugging C/C++ programs can leave you feeling lost and
> 
> disoriented. TotalView can help you find your way. Available on major
> UNIX 
> and Linux platforms. Try it free. www.etnus.com
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to