>>> [EMAIL PROTECTED] 12/03/03 14:37:18 >>> Depending on whether or not you cache your session beans, you also need to force JNDI lookups to be by value by including a jndi.properties file or building the InitialContext and specify a java.naming.provider.url=localhost:1099 property to force the lookup to be over RMI. >>>
That did it. Thank you! I included jndi.properties in the client war, and everything "just worked". After reading so many messages where including jndi.properties was the *cause* of these errors, it didn't occur to me that doing so might be the solution to mine :) Thanks very much. Andrew ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
