You can use the RegistryBuilder to instantiate your tapestry services via Tapestry IOC, I'm finding that very handy. That's described here:
http://tapestry.apache.org/starting-the-ioc-registry.html On 16 April 2013 10:38, Dmitry Gusev <dmitry.gu...@gmail.com> wrote: > I'm writing integration tests (using SeleniumTestCase) and want to make > assertions against database state. > > I was thinking about getting one of my DAO services (or JPA > EntityManager/Source) and use it to run queries. > > Is it possible somehow? Or should I just write another client code that > would access database from integration tests? > > -- > Dmitry Gusev > > AnjLab Team > http://anjlab.com >