Properties passed to the InitialContext are only seen by the InitialContext factory and would not be seen by any server side components. Any type of client intiated state needs to be passed in using servlets or a stateful session bean ----- Original Message ----- From: "OudjaneF" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 11:40 AM Subject: [JBoss-user] Putting Application specific data in the InitialContext > Hello, > > I have a quick question about a design issue. For our application, > we need to pass some client specific data to the server (Locale, > TimezoneID...). As we use swing clients that connect straight to JBoss via > RMI/IIOP I was thinking I could put this data in the InitialContext as > properties. I can't see why I couldn't do that but I would like to know if > anybody out there can see the draw backs of doing so and maybe propose a > more elegant/efficient solution. > > Thank you very much, > Regards, > Farid. > > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
