Posts by Gabriel Tagliari • 11 points
1 post
-
1
votes0
answers125
viewsQ: Error calling Webservice that returns a list (JPA)
Hello, I am unable to return a list of orders by Webservice: public List<Pedido> getPedido() throws Exception { String query = "SELECT p FROM Pedido p"; TypedQuery<Pedido> typedQuery =…