Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.3.5
-
None
Description
The Tapestry-JPA documentation page (http://tapestry.apache.org/integrating-with-jpa.html) has a typo:
<property name="javax.persistence.jdbc.username" value="sa" />
should be:
<property name="javax.persistence.jdbc.user" value="sa" />
I'm using eclipselink impl, and hsql database, I don't know if it is implementation specific issue, but the documented proprety didn't work for me.
Regards,
Matías.