3 Replies Latest reply on Oct 11, 2012 5:10 PM by johnson_shawn

    java.lang.NoClassDefFoundError in JBoss 7.0.1

    vishalnigam

      Hi,

       

      I am configuring documentum in JBoss 7.0.1. On testing connection with documentum using documentum api, its showing "java.lang.NoClassDefFoundError:javax.management.MBeanServerPermission". I checked the same class in available in rt.jar for JDK used by JBoss.

       

      Configuration for Documentum related api

      ------------------------------------------------------------

      Created module and added module.xml as follows...

       

      <module xmlns="urn:jboss:module:1.0" name="com.dms.documentum">

          <resources>

              <resource-root path="All-MB.jar"/>

              <resource-root path="bpmutil.jar"/>

              <resource-root path="bsf.jar"/>

              <resource-root path="Dart.jar"/>

              <resource-root path="dfc.jar"/>

              <resource-root path="dfcbase.jar"/>

              <resource-root path="offline.jar"/>

              <resource-root path="subscription.jar"/>

              <resource-root path="Widgets.jar"/>

              <resource-root path="workflow.jar"/>

              <resource-root path="xmlParserAPIs.jar"/>

          </resources>

       

          <dependencies>

          </dependencies>

      </module>

       

      MBeanServerPermission class has a dependency for dfc.jar. I am not able to understand how to make this available to JBoss.

       

      Please let me know

       

      Thanks,

      Vishal Nigam