Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-4327

Embedded JBoss ignores custom classloader

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • No Release
    • None
    • None
    • None

      CVS from Tuesday:

      Ejb3AnnotationHandler.java, line 278:

      protected void populateBaseInfo() throws Exception
      {
      String ejbName = null;
      ejbClass = di.getClassLoader().loadClass(className);

      This uses the classloader of the DeploymentUnit,which is not the classloader I've been setting with Bootstrap.getInstance().setLoader(myClassLoader). Looks like there is a bug in the classloader handling that binds Embedded JBoss to Thread.... getContextClassLoader().

              Unassigned Unassigned
              christian.bauer_jira Christian Bauer (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: