Top "Seam2" questions

Unique Constraint Over Multiple Columns

I am using SEAM 2/Hibernate along with PostgreSQL 9 database. I have the following table Active Band =========== active_band_id serial …

hibernate postgresql seam hibernate-mapping seam2
Migrating JSF-Application to Weblogic 12

We developed a Seam 2 based Java EE 5 application and it runs on Weblogic 11g. Now I tried to deploy the …

jakarta-ee weblogic seam2 weblogic12c
maven ear plugin not picking up application.xml

I am using jbosscc-seam-archtype 1.2 and I am putting the application.xml in EAR project, under /src/main/application/META-INF/ but …

maven-2 pom.xml seam2 maven-ear-plugin
how to rerender a4j:commandLink after the action has been completed

i have a very simple code here: <a4j:commandLink action="#{ticketAboxEventHelper.removeAboxTicket(ticketAbox)}" onclick="if(!confirm('Are you …

jsf richfaces jsf-1.2 seam2