Search:

Type: Posts; User: dgreenbean; Keyword(s):

Search: Search took 0.01 seconds.

  1. Not Harmless

    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...
  2. Replies
    0
    Views
    677

    Plain Text Password

    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...
  3. Replies
    4
    Views
    957

    Did you check the classpath of the "server"...

    Did you check the classpath of the "server" process as well as the "client" process?
  4. Replies
    7
    Views
    2,664

    The code that you have posted is fine. The...

    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...
  5. Replies
    0
    Views
    589

    Import ID Name Conflict

    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"...
  6. Did you ever find an answer to this? I am...

    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...
  7. Replies
    2
    Views
    5,050

    Sorry

    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...
  8. Replies
    2
    Views
    5,050

    DefaultAutoCommit in Data Source

    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...
  9. Replies
    2
    Views
    5,050

    Ibatis Auto-Commit

    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...
Results 1 to 9 of 10