posted 13 years ago
Greetings all,
So I've got a really bizarre problem with my Hibernate/Maven/Eclipse/Spring/HSQL/MySQL monster -
I can pull data out with a query crafted in the main program but not from within a DAO member.
Even more weirdly, the program does run flawlessly after changing to a different database
with a copy of the users table.
I am totally stumped. Here's some files, if someone would be so kind as to look them over, perhaps
point out some fiendish subtlty or obvious noob error.
databaseServerA.properties
databaseServerB.properties
ApplicationContext.xml
UserDAOHibernate
and lastly the program itself
TestQueries.java
the program runs, the home-made query in executeQueriesT runs just fine and displays the values of the row retrieved.
But trying to get the same info using the DAO method executes the method but fails immediately after returning from
the DAO method with the following msgs:
and finally the logfile
Sure could use some help with this.
TIA,
Still-learning Steve