Trying to get a data source via a Spring-configured DAO, using Hibernate JPA, but not having much luck. I've got a single DAO, and it looks like for some reason SmartGWT's DataSourceLoader can't load it. As a result I'm getting the dreaded "Unable to load DataSource for ID" message. I've gone through the FAQs and eliminated a couple of complaints, so now the log messages are clean right up until the failure. The single DAO is "userDao" in the Spring config file, corresponding to a "users.ds.xml" data source definition in the client.
Environment specifics:
SmartGWTEE 2.4
GWT 2.3
Eclipse Helios SR2
Firefox 3.6.16
Windows 7 64-bit
Spring 3.0.5
Hibernate 3.6
Most of the files are as attachments, will put the rest in the next msg.
Environment specifics:
SmartGWTEE 2.4
GWT 2.3
Eclipse Helios SR2
Firefox 3.6.16
Windows 7 64-bit
Spring 3.0.5
Hibernate 3.6
Most of the files are as attachments, will put the rest in the next msg.
Comment