Search:

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

Search: Search took 0.04 seconds.

  1. Jackson2 & JAXB AnnotationIntrospector not working as expected

    Hi - I'm trying to get JAXB Annotations working with the latest spring and jackson binaries. Configuration and versions below.

    The issue seems to be that JAXB annotations are completely ignore if...
  2. Replies
    0
    Views
    716

    Distributed ehcache - queries

    I have already posted this on ehcache mailing list - thought maybe some of you guys might have some ideas..

    I am having some problems with ehcache in distributed mode and queries. I have a simple...
  3. No replies?

    No replies?
  4. DEBUG...

    DEBUG org.springframework.jms.listener.DefaultMessageListenerContainer - Consumer [ActiveMQMessageConsumer { value=ID:localhost.localdomain-58093-1179123486254-1:1:1:1, started=true }] of session...
  5. It is rather long and ugly but you can see that...

    It is rather long and ugly but you can see that the listener tries to stop (I have split in two posts). That exception being thrown at the end keeps recurring because DMLC is still running.


    ...
  6. Yes I do - 10000 (10sec). But even with that...

    Yes I do - 10000 (10sec). But even with that removed - I am seeing the same issue. Below is what I see in the log - the exception is thrown a few seconds after the "INFO: Failed shutdown of Apache...
  7. Not sure what you mean - but in my web.xml I have...

    Not sure what you mean - but in my web.xml I have the following -

    <!-- Listeners -->
    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>...
  8. DefaultMessageListenerContainer not shutting down

    I know there have been other threads about this but none which have helped. I am using tomcat, activemq and using an Message driven pojo via DefaultMessageListenerContainer.

    Everything is fine...
  9. I've found a reference to this problem in the...

    I've found a reference to this problem in the JBoss forum but doesn't look like there is a fix (JBoss 4.0.5.GA) -

    http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036291#4036291
    ...
  10. Thanks for the quick reply. I am trying to...

    Thanks for the quick reply.

    I am trying to user database transactions (hibernate). But I just realised that my business/service layer is wrapped up in spring transaction proxies so they already...
  11. DefaultMessageListenerContainer & transactionManager closing Issues

    I am trying to setup a transactionManager on my MessageListener so I can use Hibernate transactions from the listener. It is working somewhat but I am seeing a lot of errors in the debug log btw. I...
Results 1 to 11 of 11