On Aug 26, 2009, at 5:47 AM, Piero Sartini wrote:

    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");

  Cool, thanks, I'll crib from this into my implementation.

 Pierce


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to