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


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]

Reply via email to