Hi
We are creating a java wrapper rest services for Oracle BPM Java API. We are able to test the wrapper java class locally using the test class with main method. When we package it as war and place it in the tomcat server. We are getting the error as javax.servlet.ServletException: Servlet.init() for servlet JavaTestRestExample threw exception with the root cause as java.lang.NoClassDefFoundError: oracle/wsm/agent/handler/jaxrs/util/OwsmResourcePatternProvider.
Can you help with this issue.
Thanks,
Vinoth