1 Reply Latest reply on Dec 2, 2004 6:24 PM by starksm64

    custom ClassLoader in session bean?

      Hi!
      I have a task that implies loading custom user classes dynamically on the serverside.
      There will definately be a session bean in there, so I wonder will it break the EJB container if I try using my own custom ClassLoader there?
      In EJB 2.1 spec they say operating with ClassLoader from EJBs must be avoided, but maybe jBoss can handle such a crude behavior?
      It it cannot then probably anyone could recommend me any other approach?
      Thanks!