Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    2,262

    Hi Dave, Thanks for the reply. I need to...

    Hi Dave,

    Thanks for the reply. I need to control the ack since I dont want to loose a message if for example our machine goes down while processing a message.

    Thanks again,
    Mike
  2. Replies
    4
    Views
    2,262

    Ack back to RabbitMQ after an error occurs

    I am using rabbit mq with spring integration using the SimpleMessageListenerContainer and a custom error handler.

    When using transactions the message will be retrieved from the from queue then an...
  3. Hi Luke, Thanks for the reply it does seem to...

    Hi Luke,

    Thanks for the reply it does seem to be an AD issue.

    -Mike
  4. Hi mlz, I was wondering if you found the...

    Hi mlz,

    I was wondering if you found the solution to your first problem? I am encountering something similar.

    Thanks,
    Mike
  5. Replies
    1
    Views
    1,102

    are you using JavaConfig?

    are you using JavaConfig?
  6. Replies
    2
    Views
    2,197

    Hi Chris, I found the probelm it was calling...

    Hi Chris,

    I found the probelm it was calling the wrong method.

    Thanks for pointing me in the right direction.

    -Mike
  7. Replies
    2
    Views
    2,197

    Quartz and JavaConfig

    Hi All,

    I have a Quartz SchedulerFactoryBean configured in my JavaConfig, when I have it defined as :


    @Bean(scope = DefaultScopes.SINGLETON, destroyMethodName="destroy")
    public...
  8. Replies
    6
    Views
    2,336

    Hi Chris, Sorry for the late reply. I just...

    Hi Chris,

    Sorry for the late reply. I just ended up moving my entire app to javaconfig and all is working. :)

    Thanks again for all of your work on this project.

    -Mike
  9. Replies
    6
    Views
    2,336

    Hi All, Thank you for the replies. Let me...

    Hi All,

    Thank you for the replies.

    Let me be a little more specific.

    I have a service that is ApplicationContext aware. It needs to get beans directly using the application context that...
  10. Replies
    6
    Views
    2,336

    Bean Context Hierarchy

    I am bit stuck at the moment. When I create my congifuration with java config and XML (using the post processor) beans defined in java config cannot find the beans from the XML (and vis versa).
    ...
  11. Replies
    4
    Views
    2,740

    Hi Arul, Thanks that worked like a charm. ...

    Hi Arul,

    Thanks that worked like a charm.

    -Mike
  12. Replies
    4
    Views
    2,740

    Hi Arul, Thank you for the reply and any help...

    Hi Arul,

    Thank you for the reply and any help you can offer.

    As I stated I do have a bean named transactionManager.

    Here is my config.


    package com.project.core.dao;
  13. Replies
    4
    Views
    2,740

    @AnnotationDrivenTx

    Hi All,

    I am using the lastest nightly of javaconfig (574), when I try to insert data into the database I get "javax.persistence.TransactionRequiredException: no transaction is in progress" error....
  14. Replies
    5
    Views
    5,651

    Hi Chris, I just wanted to post and let you...

    Hi Chris,

    I just wanted to post and let you know that I was able to get around my circular reference porblems by using the auto wiring as you suggested.

    Thanks,
    Mike
  15. Replies
    5
    Views
    5,651

    Hi Chris, Thank you again for the quick...

    Hi Chris,

    Thank you again for the quick response and all of your help. I will try the approaches that you suggested in the JIRA (SJC-94) tomorrow morning when I get to work and let you know how it...
  16. Replies
    5
    Views
    5,651

    Hi Chris, Thanks for your prompt reply and for...

    Hi Chris,

    Thanks for your prompt reply and for all of our efforts on this project.

    I have created a JIRA here: bugs.springframework.org/browse/SJC-206

    Please let me know if there is anything...
  17. Replies
    5
    Views
    5,651

    circular references

    Hi All,

    Great work with JavaConfig it has allowed myself and my team to solve a lot of problems with our project that would difficult or impossible to do otherwise.

    We are currently in the...
  18. 2.5.2 source code out of sync with dist classes?

    Hi,

    I just upgraded to Spring 2.5.2 replaced my current jar and attached the given source code to it in Eclipse.

    When I step into ApplicationContext.getBean(String beanName) the code doesnt...
Results 1 to 18 of 18