Well, after litigating a bit, and browsing the source code (I know
that soon or later one have to :P ) I've found this solution that
works pretty well and is pretty immediate to use:
@BeforeSuite
public void initSuite()
{
SymbolProvider provider = new
SingleKeySymbolProvider(Intern
I use Tapestry 5.0.18 and I can test Hibernate.
The classes that I use for testing are as follows:
//A Test Module in order to use a specific configuration on test environment
@SubModule( { AppModule.class })
public class AppTestModule {
public static void
contributeApplicationDefaults(Mapped
Hi Andrea, What version of tapestry are you working with?
As far as i know using tapestry 5.0 this is not possible (or at least
without a workaround) using tapestry 5.0.1 tapestry-hibernate-core now
support using tapestry-hibernate in standalone applications what makes it
possible to use in unit te