Hello,
>This does not violate the spec, but I might be missing something.
>Getting Java2 security right is a tricky business. It might require some
>doPermission calls to be done properly. Anyone knows better?
OK. I think in the simplest case-supposing I had different resource bundles which
represent diferent locales ,I just want my code to read in the appropriate resource
bundle for that locale and display it to the "real" client. I want to be able to do
this with a Session Bean. Did I add in more details for you ?
>Generally speaking, I would not do this. Instead I would package this
>kind of functionality in a separate library that is available to the
>beans, but not through the classpath of the EJB-jar, but rather through
>the system classloader or similar. As has been noted in earlier posts,
>the classloader is the key to avoiding the restrictions of EJB.
Thanks !! I will try to go with this approach.
>/Rickard
Ashwin.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".