Posts by Christiano Oliveira • 33 points
2 posts
-
2
votes2
answers2116
viewsQ: Tomcat V8.5 not booting, error: Child container failed During start
I’m doing a college paper, a simple crud with JSF2, Hibernate, Primefaces and CDI. However at the moment I will initialize the project in Tomcat I have the following error: GRAVE: A child container…
-
1
votes1
answer694
viewsQ: How to check if a Resultset is empty?
I’m making a query in Mysql and when the query exists it returns the good values. But here’s the question, what’s the value ResultSet receives when the search does not exist? Type look for a name in…