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...
Type: Posts; User: davison; Keyword(s):
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...
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...
great stuff, thanks Artem. :)
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...
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....
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,
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...
you should raise a jira for this is possible..
<spring:message/> tags are all Locale aware by default if you use a LocaleResolver
http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/web/servlet/view/ResourceBundleViewResolver.html
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...
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...
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...
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...
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">
...
pls ignore.. the string-test-value attribute is there - just not sure how I missed it when I looked. Thanks to Iwein.
Cheers,
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...
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...
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...
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...
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 :)
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...
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...
ok, thanks Christian. I did indeed have the server on a different partition.
Cheers.
just saw your post after I replied to Rob above. Tried it, and you're right.
Anyone know why this is necessary?