Bug #253
Package org.synyx.hades.dao.orm.support does not exist
| Status: | Closed | Start: | 02/26/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Documentation | Spent time: | - | |
| Target version: | 1.1.2 | Estimated time: | 0.25 hour |
Description
The Hades reference documentation (v1.0 and v1.1.1) "Example 2.8 Simple DAO configuration":
1 <bean id="userDao" class="org.synyx.hades.dao.orm.support.GenericDaoFactoryBean">
2 <property name="daoInterface" value="org.synyx.hades.dao.UserDao" />
3 </bean>
But the GenericDaoFactoryBean resists in package org.synyx.hades.dao.orm and not in org.synyx.hades.dao.orm.support.
Associated revisions
- fixes #253 - corrected package of
GenericDaoFactoryBeanin reference documentation
- fixes #253 - corrected package of
GenericDaoFactoryBeanin reference documentation
History
Updated by Oliver Gierke 5 months ago
- Status changed from New to In progress
- Target version set to 1.1.2
- Estimated time set to 0.25
Updated by Oliver Gierke 5 months ago
- Status changed from In progress to Fixed
- % Done changed from 0 to 100
Applied in changeset r9687.
Updated by Oliver Gierke 5 months ago
- Status changed from Fixed to Closed
Updated by Oliver Gierke 4 months ago
- Subject changed from Package org.synyx.hades.dao.orm.support does not exits to Package org.synyx.hades.dao.orm.support does not exist