You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/06/15 04:19:26 UTC

[jira] Updated: (TAPESTRY-1566) Hibernate configuration documentation is out of date / broken

     [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org