For the template classes, I am using the loop-back classes for generation, everything is fine from generation and compilation standpoint, except that compilation error pops up on the test classes because I do not have this test.jar included.
 
By JBoss maven repository, did you mean http://repository.jboss.org/maven2/ ? I did not find the test.jar in the cdk-dist. Let me know if you have the svn path and I shall download from there; else how do you want me to address the issue ?
 
Thanks
 
Sanjay
On Mon, Nov 2, 2009 at 9:47 AM, Ramesh Reddy <rareddy@redhat.com> wrote:
On Fri, 2009-10-30 at 21:59 -0500, Sanjay Chaudhuri wrote:
> Hi Ramesh,
>
> I am looking for metamatrix-cdk.jar; where can I find it ? The
> loopback connector classes gives compilation error for
> com.metamatrix.cdk.unittest.FakeTranslationFactory
>

You can see the "Teiid CDK" download at

http://www.jboss.org/teiid/downloads.html

However, you will not see the loopback connector in there. Loopback
classes are kind of example for you to follow, they need not be part of
the your compilation set. If you need them they should be in the
<teiid-install>/extensions/connector-loopback-{version}.jar file.

FakeTransactionfactory is in the test jar of the "cdk" project, that you
would need to get it from your copy of the Teiid install. These jars
will be in JBoss maven repository, but they did not make into repository
for 6.2.

Ramesh..