Disclaimer: The last time I tried this was about 3 years ago.
tito 1, I disagree with the assertion that this is harmless. With the configuration provided by georgea, Tomcat will start the...
Type: Posts; User: dgreenbean; Keyword(s):
Disclaimer: The last time I tried this was about 3 years ago.
tito 1, I disagree with the assertion that this is harmless. With the configuration provided by georgea, Tomcat will start the...
Am I correct in my finding that the Authentication object holds the plain text password, accessible by its getCredentials() method? Since Authentications are Serializable, if I pass it across a...
Did you check the classpath of the "server" process as well as the "client" process?
The code that you have posted is fine. The problem might be that the beans file is not actually in the runtime classpath. The problem may also be that there is some problem in the beans file that...
To my great surprise, I didn't find anything on this when searching the forums. Any help and/or pointers is greatly appreciated. This is what I am trying to do:
fileA.xml
<bean id="bean1"...
Did you ever find an answer to this? I am running into the same issue. The following does not evaluate the EL:
<bean id="myReqBean" class="com.foo.bar.MyClass">
<property...
I sincerely apologize to anyone who spent time looking at this. Both of the examples given work fine. My query was not returning the correct results, so I thought that the data was not being...
I have now tried the following, and it still does not commit to the database:
<bean id="myDataSource" class="org.apache.commons.dbcp.BasicDataSource">
<property...
Hi,
It looks like other people have asked this before, but I have yet to find an answer. Is there a way to set auto-commit to true when using Ibatis with Spring? I would like to avoid explicitly...