> Oh well, diving in to see how far I can get by just taking > tapestry-hibernate and making a JPA version.
I did the same some time ago. It works for me, but is far from being complete: http://bitbucket.org/psartini/tapestry-jpa/ There is a lot of stuff missing, especially the more advanced tapestry features - but the core functionalities are working. There are no tests available as well. But maybe it is a good starting point. About your usecase.. it's not possible to use 2 different Persistence Units right now. It is configured throught the application defaults like this: configuration.add(JPASymbols.PERSISTENCE_UNIT, "yourPU"); Piero --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org