Re: ClassNotFoundException: org.datanucleus.api.rest.RestServlet while using datanucleus rest api
ClassNotFoundException is one of the simplest Java exceptions. The class is not in the CLASSPATH at runtime.
datanucleus-api-rest does indeed have that class. "version mismatch in dependencies" is not a possible reason for that error when the class has not changed package. FWIW Not sure why you refer to docs for DN 4.1 when allegedly using 5.1. |
|