Description: App Module w/Java Nature has a Java class which uses a class from a 3rd party library named ABCCompany.jar. This ABCCompany.jar internally depends on some frameworks like implementations of "javax.xml.parsers", "org.apache.xerces.jaxp.*" or any other framework implementation which are shipped along with the BW product.
Here is the sequence : Java Class ->instantiates-> 3rd party company library called (ABCCompany.jar) -> depends on ->xerces impl jar
The app module deploys and starts fine in Studio runtime environment.
When you deploy the same application using EAR in an appspace / appnode, it fails to resolve the dependencies on xerces impl jar which are shipped with product.