Search:

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

Search: Search took 0.03 seconds.

  1. Thread: Grail and Maven

    by nedry
    Replies
    0
    Views
    405

    Grail and Maven

    Hi, all I am trying to figure out the best workflow for working with Maven and Grails.

    I want to be able to use dependency management, so I took a sample grails project and did

    create-pom and...
  2. Replies
    5
    Views
    712

    Well I knew it would be something silly, I...

    Well I knew it would be something silly, I totally glossed over that this was asynchronous and didn't have anything in my code to wait for a response so my Junit was ending immediately. Adding a...
  3. Replies
    5
    Views
    712

    I added the CorrelationData object as suggested,...

    I added the CorrelationData object as suggested, what am I supposed to use in the constructor for the id?

    I tried the following without better luck.



    public void runWithSpring(){
    ...
  4. Replies
    5
    Views
    712

    Here is my connection factory. I think I did it...

    Here is my connection factory. I think I did it right.
  5. Replies
    5
    Views
    712

    Publisher Confirms with RabbitMQ

    I am trying to do a similar configuration with the Spring RabbitTemplate as shown below with the standard client library without much luck


    channel.addConfirmListener(new ConfirmListener() {
    ...
  6. Replies
    0
    Views
    262

    Creating Springless Hibernate DAO

    I am trying to follow the advice of Craig Wells, in the Spring in Action book in order to create a Springless DAO to utilize hibernate aka hibernate contextual sessions.

    I started with the...
  7. Replies
    6
    Views
    1,134

    Thanks, I think I have got what I need now.

    Thanks, I think I have got what I need now.
  8. Replies
    6
    Views
    1,134

    How do you change the policy via spring? I think...

    How do you change the policy via spring? I think I want to use ThreadPoolExecutor.DiscardOldestPolicy
  9. Replies
    6
    Views
    1,134

    Based on the spring config below, what happens...

    Based on the spring config below, what happens when queueCapacity is exceeded? Will the thread trying to place something into the queue be blocked or will an exception be thrown? I am guessing that...
  10. Replies
    6
    Views
    1,134

    Help with TaskExecuter

    I am having some issues understanding how exactly the TaskExecuter works.

    I am trying to follow the example in 25.2.2 of the docs.

    It would seem that every time the printMessage method is...
Results 1 to 10 of 11