0 Replies Latest reply on Nov 21, 2003 4:25 AM by plevart

    Can "scoped class loaded" classes be annotated/exported to R

    plevart

      I'm trying to do two things a once:

      1. Have some classes used in my server app (ear) be exported to remote (RMI) clients (not including them with the client deploy)

      2. Use scoped class loading for my ear.

      I can do #1 by not doing #2.

      Is it possible to configure JBoss to export/annotate classes given to the RMI client but use scoped class loading for those classes at the same time?