Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    1,791

    nevermind, my mistake... i was calling an ajax...

    nevermind, my mistake... i was calling an ajax jquery call... just change it to
    location.href
  2. Replies
    15
    Views
    1,791

    I have the same problem, what do you mean with...

    I have the same problem, what do you mean with fireAndForget? Greetings.
  3. Replies
    2
    Views
    1,299

    finished

    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! ;)
  4. Replies
    3
    Views
    1,163

    Use an utility bean

    I solved this with something like this:




    public abstract class EndpointParser {

    public static String getEndPoint(String endpointURL, String sessionId) {
    StringBuilder builder =...
  5. Replies
    2
    Views
    1,299

    prototype MethodInvokingFactoryBean

    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...
  6. Replies
    1
    Views
    1,082

    solved

    Ok, i did it!

    this post help me:

    http://forum.springframework.org/showthread.php?t=24886

    greetings!
  7. Replies
    1
    Views
    1,082

    JaxRpcPortPFB endpoint

    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...
  8. Replies
    3
    Views
    2,078

    Oh, i see. Thank you very much guys.

    Oh, i see. Thank you very much guys.
  9. Replies
    3
    Views
    2,078

    Synchronized Map Bean :: newbie question ::

    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...
Results 1 to 9 of 9