Search:

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

Page 1 of 14 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    595

    Thanks Gary. I tried that and I get very erratic...

    Thanks Gary. I tried that and I get very erratic results with it; certainly nothing that would give me any confidence about using it in a production system. The heartbeat errors show up after the...
  2. Replies
    3
    Views
    595

    Failure recovery, total loss of a broker

    Hi,

    I'm testing the AMQP/Rabbit code, specifically in failover and recovery situations. My test client uses a MessageListenerContainer and a POJO to receive messages which I send to the broker...
  3. Replies
    2
    Views
    429

    great stuff, thanks Artem. :)

    great stuff, thanks Artem. :)
  4. Replies
    2
    Views
    429

    HTTP POST body - simple transformer?

    hi,

    I'm trying to transform an x-www-form-urlencoded POST body to a JMS message. The POST parameters contain both the destination name and the payload. I'm using SI 2.1.0 so that I have dynamic...
  5. Replies
    18
    Views
    3,960

    I just spent the last 4 hours trying to fix (and...

    I just spent the last 4 hours trying to fix (and wondering why it was broken) my m2 projects. The eclipse update model in general is horrendously broken. It wouldn't even let me revert the install....
  6. Replies
    1
    Views
    682

    Namespace handlers / spring-dm

    Hi - would be interested in a developer's view on this if anyone cares to offer one :)

    http://gnodet.blogspot.com/2010/03/spring-dm-aries-blueprint-and-custom.html

    Cheers,
  7. Replies
    2
    Views
    1,135

    just stream your byte[] through the...

    just stream your byte[] through the ServletOutputStream and return null from the controller to indicate to the dispatcher servlet that the controller completed view processing.


    /* proper...
  8. you should raise a jira for this is possible..

    you should raise a jira for this is possible..
  9. Replies
    3
    Views
    867

    tags are all Locale aware by...

    <spring:message/> tags are all Locale aware by default if you use a LocaleResolver
  10. Replies
    3
    Views
    867

    http://static.springsource.org/spring/docs/2.5.x/a...

    http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/web/servlet/view/ResourceBundleViewResolver.html
  11. Replies
    6
    Views
    2,274

    is it possible this has regressed in 2.x? I see...

    is it possible this has regressed in 2.x? I see similar behaviour on Linux - every bundle I create is deployed under the name of the JAR file with a 0.0.0 version. Every entry in every bundle's...
  12. Replies
    2
    Views
    791

    I think that's a great post mystic.. I kept...

    I think that's a great post mystic.. I kept nodding and smiling as I read through it.

    Wish I had a good answer for you, but I think one thing I would add is that although Java as a platform is...
  13. you can split the web stuff into different...

    you can split the web stuff into different modules and import fragments of config using (for one example) something like;
    <import resource="classpath*:/META-INF/spring-beans-config.xml"/>
    To be...
  14. Replies
    3
    Views
    1,142

    STS loses all workspace settings

    hi,

    I d/l STS 2.1.0 a few weeks ago (fresh install) and pointed it at my existing eclipse workspace. Seemed to work fine from then until now.

    As of today, when I start STS, it behaves as...
  15. we're seeing exactly this issue too - but we are...

    we're seeing exactly this issue too - but we are using the standard CF:

    <bean id="connectionFactory" class="org.apache.activemq.pool.PooledConnectionFactory"
    destroy-method="stop">
    ...
  16. pls ignore.. the string-test-value attribute is...

    pls ignore.. the string-test-value attribute is there - just not sure how I missed it when I looked. Thanks to Iwein.

    Cheers,
  17. xpath-selector with evaluation-result-type="string" ?

    hi,

    in the ref docs, section 24.7, there are examples of using namespaced xpath-selectors - but all of them use boolean as the evaluation-result-type.

    How do I configure the string to compare...
  18. yes, reflection's inability to access parameters...

    yes, reflection's inability to access parameters by name curses us again :)

    No better in many ways than the solution you proposed, but an alternative might be to check a Map for a key named...
  19. thanks for the quick reply Mark. Yes, your...

    thanks for the quick reply Mark.

    Yes, your solution works, but I still have a Spring API in the code (the @Header annotation). Is this unavoidable? Any way, say, to pass a Map that will be...
  20. How to convert payload and headers on JMS outbound message?

    hi,

    We're trying to send a file via an si:channel which will be converted to a JMS message. We'd rather not use the s-i API's directly in our code. The following code/config works exactly as...
  21. Replies
    5
    Views
    1,427

    hi Iwein - yes, the gateway did work, and I did...

    hi Iwein - yes, the gateway did work, and I did manage to make it work through the dynamic proxy implementation too (i.e. not depending on SI API's in the code). Thanks for your time :)
  22. Replies
    5
    Views
    1,427

    request-response via JMS from service

    hi,

    I'm struggling to find an example of a pattern I thought would be obvious (so I expect I'm looking in the wrong places!).

    I want to basically do the inverse of the gateway examples (channel...
  23. Replies
    3
    Views
    1,720

    Tiles is a layout engine that allows you to...

    Tiles is a layout engine that allows you to create re-usable areas of screens (like menus, footers, advert panels and so on). Velocity is a templating language. It makes little sense to compare the...
  24. Replies
    6
    Views
    1,764

    ok, thanks Christian. I did indeed have the...

    ok, thanks Christian. I did indeed have the server on a different partition.

    Cheers.
  25. Replies
    6
    Views
    1,764

    just saw your post after I replied to Rob above. ...

    just saw your post after I replied to Rob above. Tried it, and you're right.

    Anyone know why this is necessary?
Results 1 to 25 of 339
Page 1 of 14 1 2 3 4