Hi Romain,

I built with -P Hibernate from source. Indeed, serialization issue is fixed.
However, many of the UI issues remain. Mostly ajax, form post even with nav
rules removed.

For example this does not work, page stay where it's.

<p:commandLink  id="id1"        action="/createOrder.xhtml"  
styleClass="create-new" title="#{messages.Order}"/>

But this does and user is taken to the createOrder.xhtml.

<h:outputLink  id="id2" value="/createOrder.xhtml" styleClass="create-new"
title="#{messages.Order}"/>

--
View this message in context: 
http://openejb.979440.n4.nabble.com/JSF2-project-migrated-from-Jboss-AS7-to-Tomee-not-working-tp4655453p4655503.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to