JBWEB000236: Servlet.service(), maven, jboss, rest
JBWEB000236: Servlet.service(), maven, jboss, rest I try to recover data from a table but when I try to access the method where it gets the data from the database it gives me an error. Executing http://localhost:8080/cart/service/sepsRest/obtenerCatalogo; in the line http://localhost:8080/cart/service/sepsRest/obtenerCatalogo; listaCatalogo = catalogoServicio.obtenerPorGrupoNemonico("TIPOID"); It gives me the following error. 15:48:15,370 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/cart].[javax.ws.rs.core.Application]] (http-/0.0.0.0:8080-6) JBWEB000236: Servlet.service() for servlet javax.ws.rs.core.Application threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:364) [resteasy-jaxrs-2.3.10.Final-redhat-1.jar:] at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.ja...
