I had to add teiid-engine-7.0.0-SNAPSHOT.jar to get rid of all import errors. However compilation errors still exists in {connector-name}Execution.java
1. Arrays.asList(query.getColumnTypes()) in determineOutputTypes(...) : Cannot convert from List<Class> to List<Class<?>>
2. In getValue(...) 'cal' cannot be resolved

Thanks
 
Sanjay
 
On Wed, Dec 16, 2009 at 8:14 AM, Ramesh Reddy <rareddy@redhat.com> wrote:

> Using the template classes, I get few compilation errors. Which
> cdk-dist version do I need to use ?
>
The required API classes are still in the JCA branch. This is part of
the container integration I am currently working on.

> I have checked in the required changes to reflect the latest templates
> as per your last email. Please review and let me know, which libraries
> to use to fix these errors.
Try the libraries I am attaching. Also, you need the JCA Connector API
jar, you can download this from
http://java.sun.com/j2ee/connector/download.html


Let me know how this works.


Ramesh..