
|
If you were logged in you would be able to see more operations.
|
|
|
Hibero
Created: 04 Jul 07 22:57
Updated: 23 Jul 07 16:53
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.0,
2.0.1,
2.0.2,
2.0.3,
2.0.4,
2.0.5
|
| Fix Version/s: |
2.0.6
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Hibernate (all versions) configuration using Spring (1.x and 2.x). When trying to invoke database autocompletion on hbm.xml file the error " No local DataSource found for configuration - dataSource property must be set on LocalSessionFactoryBean" happens. The root cause is because a new connection provider is being tried to be created with no proper datasource configured by Spring, instead of reuse the already (and properly) configured connection provider by Spring.
|
|
Description
|
Hibernate (all versions) configuration using Spring (1.x and 2.x). When trying to invoke database autocompletion on hbm.xml file the error " No local DataSource found for configuration - dataSource property must be set on LocalSessionFactoryBean" happens. The root cause is because a new connection provider is being tried to be created with no proper datasource configured by Spring, instead of reuse the already (and properly) configured connection provider by Spring. |
Show » |
| There are no comments yet on this issue.
|
|