Search:

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

Search: Search took 0.05 seconds.

  1. MessageListenerContainer and invalid connections

    Hi all,

    What happens when connection dropped for some reason?
    MessageListenerContainer doesn't contain any javax.jms.ExceptionListener
    handling code.

    Am I missing something obvious?

    ...
  2. Replies
    9
    Views
    1,289

    Pointing interface instead of class solved problem

    Good Advice

    Thank you!
  3. Replies
    9
    Views
    1,289

    Similar problem, method not being intercepted at all

    <aop:config>

    <aop:pointcut id="pc"
    expression="execution(* myriad.aop.MadWorker.*(..))"/>

    <aop:aspect id="mwasp" ref="smeter">
    <aop:around pointcut-ref="pc"...
  4. Replies
    4
    Views
    1,155

    Catch fatal exception during invalid script loading

    Hi Rick

    Problem solved, Thanks!!

    Sorry to bother you again,
    Spring is great but learning takes some time :)

    I have dynamic data flow router implemented in Groovy.
    I want to use...
  5. Replies
    4
    Views
    1,155

    I made simplified test case. beans.xml...

    I made simplified test case.

    beans.xml
    ----------------
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"...
  6. Replies
    4
    Views
    1,155

    Groovy property setting error

    Hi,

    I have simple description

    <lang:groovy id="messenger" script-source="classpath:org/springframework/scripting/groovy/Messenger.groovy">
    <lang:property name="message" value="Hello...
Results 1 to 6 of 6