nevermind, my mistake... i was calling an ajax jquery call... just change it to
location.href
Type: Posts; User: ricksoft; Keyword(s):
nevermind, my mistake... i was calling an ajax jquery call... just change it to
location.href
I have the same problem, what do you mean with fireAndForget? Greetings.
Ok, it's done and working. I have to change my approach of the problem, creating and calling this beans in a new inner ApplicationContext.
Greetings! ;)
I solved this with something like this:
public abstract class EndpointParser {
public static String getEndPoint(String endpointURL, String sessionId) {
StringBuilder builder =...
Hello, i hope somebody help me please with this.
I'm working with JaxRpcPortProxyFactoryBeans, i'm consuming a web service that get a session id, then i have to atach it to an other bean (that...
Ok, i did it!
this post help me:
http://forum.springframework.org/showthread.php?t=24886
greetings!
Hello, i'm writing a web service client using JaxRpcPortProxyFactoryBean, i'm consuming a login service (that returns a loginID), then to be able to invoke another services i have to change...
Oh, i see. Thank you very much guys.
Hello, i would like to create an Synchronized parameterized HashMap Bean, but i don't know if there is any way to do that.
Traditional way is something like this:
Map<String, MyObject> mapName...