1 2 Previous Next 16 Replies Latest reply on Dec 21, 2011 4:42 PM by ben.lyman Go to original post
      • 15. Re: EJB3.0 deployment failing in Jboss5.1.0GA
        milnic

        I also have this error, has anyone found a solution or do i need to upgrade my Jboss runtime ?

        • 16. Re: EJB3.0 deployment failing in Jboss5.1.0GA
          ben.lyman

          In .../deployers/ear-deployer-jboss-beans.xml

           

          Is this is set to false?:

           

            <bean name="EARClassLoaderDeployer" class="org.jboss.deployment.EarClassLoaderDeployer">

           

                <!-- A flag indicating if ear deployments should have their own scoped

           

                   class loader to isolate their classes from other deployments.

           

                -->

           

                <property name="isolated">false</property>

           

             </bean>

           

          1 2 Previous Next