Posts by Felippe Rodrigo Puhle • 13 points
3 posts
-
0
votes1
answer369
viewsA: AWS + Tomcat 8 + Vraptor 4: after increasing the volume of the instance, app does not starta
Friends, I found the problem. The Guava library was conflicting through the dependencies I had installed... To verify this, I ran a mvn dependency:tree and added it to the exclude tags. Hugs!…
-
0
votes1
answer369
viewsQ: AWS + Tomcat 8 + Vraptor 4: after increasing the volume of the instance, app does not starta
Good afternoon! We have an application running on Amazon and everything was working perfectly until yesterday. We had to change the volume of the instance because the old one had reached 100% of its…
-
1
votes1
answer97
viewsQ: Criteria query with contains expression in the Manytoone entity field
Considering the two entities below: /** * @ORM\Table(name="cliente") * @ORM\Entity */ class Cliente { /** * @ORM\Column(name="id_cliente", type="integer") * @ORM\Id *…