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:15:26 UTC

[jira] Assigned: (TAPESTRY-1566) Documentation for 'configuration' is out of date (and doesn't work)

     [ https://issues.apache.org/jira/browse/TAPESTRY-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-1566:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Documentation for 'configuration' is out of date (and doesn't work)
> -------------------------------------------------------------------
>
>                 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
>
> 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