Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,058

    Hi yakamax, You can try to move the config: ...

    Hi yakamax,

    You can try to move the config:


    <tx:annotation-driven transaction-manager="txManager"/>

    From orm.xml to applicationContext.xml

    And if you have a *-servlet.xml, add too:
  2. Someone can confirm if it is a bug in Spring?

    Someone can confirm if it is a bug in Spring?
  3. Somebody help me? Thanks

    Somebody help me?
    Thanks
  4. Hi dkarr I am not using a Application Server....

    Hi dkarr

    I am not using a Application Server.
    I am using a WebContainer (Tomcat 6.0.18).
    I thought in using ActiveMQ, but a simple BlockingQueue can resolve my problem.
    Is there any easy way to...
  5. How can I use DAO with @Transaction in ConsumerThread?

    Hi,

    I have a web application using OpenEntityManagerInViewFilter working together with @Transaction in my DAO.
    My application owns a BlockingQueue to asynchronous processing. How can my...
  6. Hi Alarmnummer, I change my B class to: ...

    Hi Alarmnummer,

    I change my B class to:


    public class B {

    private BlockingQueue<Integer> blockingQueue;

    public BlockingQueue<Integer> getBlockingQueue() {
  7. Problem injecting BlockingQueue by applicationContext.xml

    Hi,

    I am trying inject a BlockingQueue by applicationContext.xml.
    In my applicationContext.xml I have:


    <bean id="myBlockingQueue" class="java.util.concurrent.LinkedBlockingQueue" />

    In my...
  8. Replies
    3
    Views
    4,036

    Hi, I solved the problem. I added in my...

    Hi,

    I solved the problem.
    I added in my application-context.xml the follow line:


    <bean id="autoproxy" class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator" />
    ...
  9. Replies
    3
    Views
    4,036

    Problem using @Cacheable with jcs

    Hi,

    I am trying use the spring-modules-cache (0.9 version) with jcs, but it does not work.
    I wrote this class:


    package com;

    import java.util.ArrayList;
    import java.util.List;
  10. Replies
    39
    Views
    23,701

    Hi

    ..........
Results 1 to 10 of 10