[
https://issues.apache.org/jira/browse/TAPESTRY-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAPESTRY-1566:
-------------------------------------------
Summary: Hibernate configuration documentation is out of date / broken
(was: Documentation for 'configuration' is out of date (and doesn't work))
> Hibernate configuration documentation is out of date / broken
> -------------------------------------------------------------
>
> Key: TAPESTRY-1566
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1566
> Project: Tapestry
> Issue Type: Task
> Components: tapestry-hibernate
> Affects Versions: 5.0.5
> Reporter: David Peterson
> Assignee: Howard M. Lewis Ship
> Fix For: 5.0.5
>
>
> The example:
> @Contribute("tapestry.hibernate.HibernateSessionSource")
> public void contributeEntityPackages(Configuration<String> configuration)
> {
> configuration.add("org.example.myapp.domain");
> }
> Should now read:
> public void contributeHibernateSessionSource(Configuration<String>
> configuration)
> {
> configuration.add("org.example.myapp.domain");
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]