Posts by lokaum • 31 points
2 posts
-
0
votes0
answers98
viewsQ: Could not determine type for: java.util.List, at table: ..., for Columns: [org.hibernate.Mapping.Column(...)]
I have a very simple problem using JSF + JPA c/ Hibernate. I have two classes: Message and Comment.. The Message class contains a list of Comments. But when trying to make this relationship the…
-
3
votes1
answer550
viewsQ: Selectonemenu is not sending the parameter to the Bean (Validation Error)
In XHTML, my Selectonemenu is giving validation error at Issue time: <p:selectOneMenu value="#{relatorioProdutosLogsBean.usuarioSelecionado}"> <f:selectItem itemLabel="Selecione"…