I have a web service whose SEI is a stateless session
EJB.
The EJB alone is deployed as a jar file in the
JBOSS server.
The other supporting classes are made into another jar and then placed in the classpath
When deployed, there are no issues but when the web service is invoked, i get the
following exception
Could some one please tell me if the way in which the web service is deployed is correct or not... that is splitting the jar file...