All,
When I send an email using the SimpleMailMessage class, Outlook complains:
I noticed that my "-" characters are displayed as "?" also. How can I fix this problem?
Regards,
Type: Posts; User: jwhite; Keyword(s):
All,
When I send an email using the SimpleMailMessage class, Outlook complains:
I noticed that my "-" characters are displayed as "?" also. How can I fix this problem?
Regards,
Ok, perhaps someone can clarify this for me. I have configured a JNDI datasource using JndiObjectFactoryBean and configured my Hibernate session using LocalSessionFactoryBean (setting its dataSource...
I looked at the javadoc for DataSourceUtils. It looks like it contains generic methods for obtaining connections. How would I obtain the connection that Hibernate is currently using with this...
How do you export the JDBC connection used by hibernate so that it can be used by JDBC access code?
Can I have hibernate save a graft of objects and then perform an insert/update using jdbc in the same transaction?
Joshua
I apologize, I read your earlier post wrong. Thanks for the help.
Joshua
I appreciate the quick reply.
While I can use your solution in this case, there has to be a way to do this without needing inheritance. Any other ideas?
Joshua
Reading the spring documentation I have learned how to inject other dependencies into objects. How would you inject springs application context itself into an object?
Joshua
I did a clean, recompile and test. Now it works. I am all set.
Thanks,
Joshua
I should have mentioned that this is the place where the error is reported:
getHibernateTemplate().saveOrUpdate(activityTicket);
above it, I check to see that getHibernateTemplate() actually...
All,
I am receiving a NullPointerException when all call saveOrUpdate. I have made sure the object I am passing in is not null. How do I debug this further?
Joshua
[junit] Testcase:...