I'm trying to get my first spring integration sample to work.
This is what I like to do:
browser(http request) -> inbound gateway -> outbound gateway -> read index.html and return the response to...
Type: Posts; User: gasslingen; Keyword(s):
I'm trying to get my first spring integration sample to work.
This is what I like to do:
browser(http request) -> inbound gateway -> outbound gateway -> read index.html and return the response to...
Hi,
I've been successfully using Spring RMI on both Tomcat 6, and Weblogic 10.
Now I'm trying to use Spring RMI on Geronimo 2.1.3 without success...
My services gets exported OK to Geronimo....