PDA

View Full Version : remote SLSB proxy: cacheHome and lookupHomeOnStartup


GeraldLoeffler
Jan 5th, 2005, 07:09 AM
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

Andreas Senft
Jan 5th, 2005, 09:23 AM
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

Juergen Hoeller
Jan 6th, 2005, 05:47 PM
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