Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    30
    Views
    3,605

    Wow, a whole lot of spring apps won't take off...

    Wow, a whole lot of spring apps won't take off today because of the dependency on spring online schema availability. This is just epic. @Spring guys, would it be difficult to provide correctly...
  2. Replies
    9
    Views
    4,434

    Hey guys, Apparently Spring-Ws 2.0-M1 still...

    Hey guys,

    Apparently Spring-Ws 2.0-M1 still depends on Spring Security 2.5.

    Any suggestions if Spring 3.0 can be used with spring-ws anytime soon?

    Thanks,
  3. My DAO extend JpaDaoSupport and yet I get null...

    My DAO extend JpaDaoSupport and yet I get null when call getEntityManager().
    Do you mean I should use those "find" methods of JpaTemplate object, instead of using EntityManager? I thought that since...
  4. Replies
    2
    Views
    1,348

    Have the same problem. Should EntityManager be...

    Have the same problem.
    Should EntityManager be injected the way EntityManagerFactory is injected into all my DAOs?

    Thanks,
  5. Insert logger initilasation automatically

    Hi,

    Nearly all of my classes have the following logger initialisation line:


    public class JDBCHelper {
    protected Logger logger = Logger.getLogger(JDBCHelper.class);
    ...
    }
Results 1 to 5 of 5