Java Exception that is thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated.
I'm trying to deploy my EAR app consisting of modules ejb and war on the glassfish. App is deployed, but …
java filter instantiationexception