Quick Tip: If you are using Groovy in any of your Seam applications (particularly when deploying to Glassfish), be sure to update the @Interceptors annotation in your session beans as such:
From: @Interceptors([org.jboss.seam.ejb.SeamInterceptor.class])
To: @Interceptors([org.jboss.seam.ejb.SeamInterceptor.class])
No comments:
Post a Comment
Please leave a comment...