[jboss-user] [JBoss Seam] - Re: Retrofitting SEAM to existing JSF project

2008-02-12 Thread tedder
should have mentioned earlier, also using RichFaces & Ajax4JSF in the legacy application. The full stack trace I see is java.lang.NullPointerException org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.j

[jboss-user] [JBoss Seam] - Retrofitting SEAM to existing JSF project

2008-02-12 Thread tedder
Hi, I am trying to retrofit SEAM into an existing project and haven't been able to find any description how to do so. The existing project is JSF + facelets + hibernate+ maven deployed on Tomcat 6. I have tried copying the JPA example (adding SEAM filter & listener to web.xml, jar files, se