[teiid-issues] [JBoss JIRA] Commented: (TEIID-177) Provide JDBC 3.0 JRE 1.5 backwards compatibility

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Tue Apr 21 17:03:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/TEIID-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12463567#action_12463567 ] 

Ramesh Reddy commented on TEIID-177:
------------------------------------

I have added some language processing identifiers in the code like

//## JDBC4.0-begin ##
import java.sql.SQLXML;
//## JDBC4.0-end ##

/*## JDBC3.0-JDK1.5-begin ##
import com.metamatrix.core.jdbc.SQLXML; 
## JDBC3.0-JDK1.5-end ##*/

which by use of additional ant tasks during the build can turn ON or OFF
certain portions of the code, that suits for the required 1.5 or 1.6
compilation of the code. The following projects have these processors 

teiid-common-core
teiid-client
teiid-client-jdbc

A new project called

teiid-client-jdbc30

has been added for purposes of building the JDK1.5 supported client jar
file. This project copies the all the required java files from above
projects and runs the language processors and builds 1.5 compatible code
and builds the required jar file. 

I am not planning on putting any build related automation work, as they may be very time consuming right now, we will build it manually at release time and include in any kits. Testing is still pending.

> Provide JDBC 3.0 JRE 1.5 backwards compatibility
> ------------------------------------------------
>
>                 Key: TEIID-177
>                 URL: https://jira.jboss.org/jira/browse/TEIID-177
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: JDBC Driver
>    Affects Versions: 6.x
>            Reporter: Van Halbert
>            Assignee: Ramesh Reddy
>            Priority: Blocker
>             Fix For: 6.1.0
>
>
> The jdbc driver needs to support jdk 1.5 on the client.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list