Migration guide: ========== * The renderParameters component was removed, use Seam page parameters * Some functionality no longer works out-of-the-box for JPA implementations other than Hibernate. Either switch to Hibernate, or implement a PersistenceProvider for your JPA implementation. (In future we will provide PersistenceProvider implementations for popular JPA solutions.) * Default scoping rules of @Out and @Factory have changed, to be better and more consistent, you may need to add an explicit scope in some rare cases. * is no long supported, use
Known issues: ========= * Ajax4JSF is not compatible with the JBoss 4.0.5 portal profile, so if you want to run the booking demo, install JBoss with the ejb3 profile. * Portlet resize forgets the JSF view id (old bug). * MyFaces 1.1.4 portal support is broken (in JBoss 4.0.5 portal profile), the workaround will be documented in the FAQ. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980558#3980558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980558 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
