Results 1 to 3 of 3

Thread: remote SLSB proxy: cacheHome and lookupHomeOnStartup

  1. #1
    Join Date
    Oct 2004
    Location
    Europe
    Posts
    13

    Default remote SLSB proxy: cacheHome and lookupHomeOnStartup

    hi!

    When using SimpleRemoteStatelessSessionProxyFactoryBean we found that the combination of
    cacheHome=false
    and
    lookupHomeOnStartup=false
    caused a NullPointerException. We didn't further investigate this problem because ultimately we switched to chacheHome=true (where lookupHomeOnStartup=false works fine).

    cheers,
    gerald

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Hi,

    if your problem is reproducible, you should open a Jira issue, providing the according stacktrace. BTW: Which version of spring are you using?

    Regards,
    Andreas

  3. #3
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    Hi Gerald,

    All combinations of cacheHome, lookupHomeOnStartup and refreshOnConnectFailure work for me (current CVS, but no changes since 1.1.3). I've also completed the test suite to cover all combinations.

    If you come across that NullPointerException again, please keep the stacktrace and create a JIRA issue for it!

    Juergen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •