Hi,
Beeing new to tapestry (and all the J2EE/web application stuff) i try to find my way to use it together with JPA. Following this (very helpfull) mailinglist i found tapestry-jpa /tapestry-jpa2, actually hosted at tynamo.
Unfortunately i`m not able to bring it together.
I downloaded the tapestry-jpa2 /jpa2-c source from http://svn.codehaus.org/tynamo/trunk/tapestry-jpa/, changed to Hibernate 3.5 beta 3. After i followed the quickstart infos on http://kenai.com/projects/tapestry-jpa/pages/Quickstart (which says, in short, that all i have to do is to contribute the name of the persistence unit in my AppModule
and to include the tapetry-jpa classes)
all i get is a Runtime exception : No service implements the interface javax.persistence.EntityManager

Also forcing an initial hibernate initiation (configuration.add(JPASymbols.EARLY_START_UP, "true") thems to have no effect at all. Even intentionally misspelling of the name of the persistence unit does not result in any (other) error
I guess i`m just missing a little piece of the puzzle.
As developer(s)? of tapestry-jpa are also active on this list, maybe them (or, of course anyone else) has an advice for me what to change?

Thanks a lot
Peter


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

Reply via email to