I am testing deployment of a custom DFS on JBOSS 6. However I am getting some errors when I deploy the application. The application is running fine with no error on JBOSS 5. However when I deploy the same DFS application on JBOSS 6 I am getting the following error message: "java.lang.NoClassDefFoundError" "Could not initialize class com.documentum.fc.client.DfClient". The class it is complaining about is part of the dfc.jar file which I have added to [JBOSS-Home]/server/default/lib folder.
I added all the Documentum jar files to [JBOSS-Home]/server/default/lib folder, with no luck. The same jar files are also in the ear file's lib folder.
The server was restarted after adding the jar files.