Hello Rohit;

In OWB, there are two modules related with TCK.

One of them is webbeans-porting that provides implementation of the
necessary interfaces that TCK needs. One of them is implementation of the
TCK Container interface. This class is responsible for deploying/undeploying
archives that TCK creates into the Server under the test. Currently we
provide Tomcat support for this implementation.

In webbeans-tck, we just configure the TCK jboss-test-harness.properties and
configuring dependencies for the archives.

For example , TCK creates a archive org.jsr299.tck....ContextTest.war with
dependent libraries (WEB-INF/lib) from target/dependency/lib folder of the
webbeans-tck that is configured in jboss-test-harness.properties and calls
Container#deploy method. TCK then runs tests and calls Container#undeploy.

There is an also documentation on the http://seamframework.org side about
how TCK is run.

Thanks;

--Gurkan

2010/5/3 Rohit Kelapure <[email protected]>

> Gurkan,
>
> Congrats!
>
> We would like to run the TCK on our EE container as well. Can you give us
> some hints on setting up and running the TCK.
>
> --Thanks,
> Rohit
>
>
> On Mon, May 3, 2010 at 12:22 PM, Gurkan Erdogdu <[email protected]
> >wrote:
>
> > Hello folks,
> >
> > Finally I have achieved passing of standalone TCK and Java Web profile
> TCK
> > on Tomcat :). I have run the CDI-TCK 1.0.2-SNAPSHOT version that resolves
> > some bugs. I have also issued some new bugs for CDI-TCK.
> >
> > On Tomcat, I have excluded on WebService End point injection test.
> >
> >
> > Enjoy!
> >
> > --Gurkan
> >
> >
> >
>



-- 
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com

Reply via email to