1 Reply Latest reply on Dec 19, 2006 3:22 PM by yueh2k6

    ClassLoadingConfiguration

    yueh2k6

      Hi,

      I would like to load a specific set of JARs file specific for my applicaion EAR, and I would not want to change the global JBOSS classpath.

      I've actually found a relevant link at :

      http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration

      But I would like to know the exact details of how you specify the jboss-app.xml and jboss-web.xml ? do you specify the list of classes in these files? what is the syntax ? Any example would be great.

        • 1. Re: ClassLoadingConfiguration
          yueh2k6

          I realized I got the following error upon deploying with this classloading config file:

          Only the root deployment can set the loader repository, ignoring config=LoaderRepositoryConfig(repositoryName: com.example:loader=crm.ear, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3, configParserClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser, repositoryConfig: java2ParentDelegation=false)


          what exact is ROOT DEPLOYMENT? do you configure it somehow ?