I'm looking for a way to expose a simple web-service from a standalone Java application and I'm hoping to use spring-ws.
I have the following constraints:
standalone Java application (not...
Type: Posts; User: william_ferguson_au@yahoo; Keyword(s):
I'm looking for a way to expose a simple web-service from a standalone Java application and I'm hoping to use spring-ws.
I have the following constraints:
standalone Java application (not...
Actually this Thread is only 1 month old. Posted on 12-JUN-2008.
The solution for us has been to restart the container every couple of days.
Its not a good solution.
But apparently a...
A was also wondering whether any thought had been given to representing the handler-endpoints and handler using contained elements like:
<handler-endpoint input-channel="drinks">
<router...
Or perhaps even possible to contract the orders and drinks channel consumers to:
<handler-endpoint handler="splitter" method="split"
output-channel="drinks"...
Mark, is the following config the correct way to specify the cafe example without using annotations?
NB I can't check because I can't find spring-integration-core-1.0.0.M4 in the SpringSource...
Mark, I can't seem to locate the artifacts I need in the bundle repository.
Is there some way to browse the SpringSource Enterprise Bundle Repository to make sure I am using the correct groupId,...
Thanks Mark. I had spotted the <router/> and <splitter/> elements and in fact thats what led to my post.
How do I configure the input-channel for the router/splitter?
Using annotations its
...
In the EAI book much is made of translating a message into a form appropriate to the current consumer or a message (from a Producer) to a normalized form.
How do I achieve that using Spring...
While using annotations to configure the ESB components makes for very little config, I have found it difficult to infer where particular components are. I also don't get an overview of the overall...
We are using Weblogic-9 with Spring-2.0.5 (through an upgrade is possible).
We are currently using the DefaultMessageListenerContainer with a JtatransactionManager and the default #receiveTimeout...
Glad to hear that more metadata is on the way, but I'm still seeing a mismatch between whats in the XSDs and what is used in the samples. Eg in filecopyDemo.xml (extracted from...
Ahh OK. The discrepancies between the config in the examples and the SI XSD seems to be because http://www.springframework.org/schema/integration/ is not up to date with 1.0.0.M3
So that explains...
Is there a document listing the available XML config elements, and the meaning of their attributes?
At the moment I am trying to glean meaning and use from the examples and reviewing the SI XSD....
IMO a tool that provided a graphical or tabular display of the channels/endpoints would be extremely useful. If it used JMX then it could provide information on the current state and configuration of...
OK, good .. it seems I am following the doco :-) Good doco BTW.
To answer your question, yes, propagating values transparently is the goal.
So having an EndpointInterceptor or an interception...
I really need to know in which Thread the ChannelInterceptor's pre/postReceive methods will be called. IMHO this is a crucial question.
If the ChannelInterceptor's pre/postRecieve method are...
Thanks Mark, still chewing it over, but it sounds like it might be what I want.
But in whose Thread would the ChannelInterceptor methods be invoked?
By a Thread from the MessageDispatcher pool or...
Hmm OK .. I guess I'm looking at this quite differently.
I don't see a problem with having those Threads that I have dedicated to consuming messages sitting idle when there are no messages to...
So what benefit is gained by setting a timeout other than < 0 (ie blocking)?
It can't respond to the messages any faster than if it was notified, and it will consume resources when polling for...
Mark, it seems very strange to me that there needs to be polling at all. If a Thread is being used to consume messages from a channel then why wouldn't the Thread only wake up after it was notified...
I meant heavy as in a large weight to add to the overall service layer, not size of each message, though it would add weight their too.
So you're suggesting that I modify the signature of every...
What is the recommended approach for transmitting Locale and other context information with a message?
This might sound simple in principle and perhaps it is but consider ..
An application that...
Just started using Spring and am trying to replace an MDB with a Spring MessageDriven POJO in Weblogic 8.1.5
But I'm running into the following Exception on startup of the Weblogic Server.
...