Posts by Eduardo Debom • 73 points
5 posts
-
1
votes1
answer86
viewsQ: Entitylisteners @Transactional Demoiselle - Id null
I’m setting up audit on a project with JSF + Hibernate + Demoiselle. Item class: @Entity @Cacheable(true) @Table(name = "itens") @EntityListeners(value = PersistenceAuditor.class) @XmlRootElement…
-
3
votes2
answers162
viewsQ: Capture through the Exceptionhandler
I’m trying to capture a javax.validation.ValidationException in my MB to later play an alert. I tried with the three examples below independent but nothing returned. Should I enter any more code ? I…
-
1
votes1
answer1191
viewsQ: Overlapping submenu by other components
I have the following code that displays a menu-submenu. <div class="btn-group btn-group-xs" style="overflow: visible !important; "> <button data-toggle="dropdown" class="btn btn-white…
cssasked Eduardo Debom 73 -
0
votes2
answers519
viewsQ: Select only the first record of a column
select below returns something of the type 005-A Produto A 21/AGOSTO 005-A Produto A 20/AGOSTO 005-A Produto A 21/MAIO 005-B Produto B 21/AGOSTO and I would like a registration per product equal to…
-
2
votes1
answer56
viewsQ: Data audit
I have two doubts. I’m following the audit PDF (http://demoiselle.sourceforge.net/docs/components/audit/reference/1.0.4/pdf/demoiselle-audit-reference.pdf) however my Maven does not find version…
demoiselleasked Eduardo Debom 73