seam3

When will Seam 3 be out?

Does anybody know when Seam 3 will officially be out? ...

Seam 3 modules - getting started

Hi all, I need help getting setup on Seam 3 modules. When I try to use the Seam 3 module, persistence, the JBoss Java EE 6 spec cannot be found. I was reading that I need to use maven 3 or declare the repository where that artifact can be found. I am using maven 3, but still no go. Walter ...

Seam Faces causes a deploy-time error.

I'm running a Java EE 6 application out of an EAR (bundling an EJB-JAR and a WAR) on GlassFish 3.0.1, using ICEfaces 2.0 Beta 1 and a Seam Faces 3.0.0 Alpha 3 Snapshot. When I deploy the EAR, I get an error. This error doesn't happen when I remove Seam Faces. Here's the error from my GlassFish log (I redacted the first bit, where it jus...

CDI (Weld) / Seam 3 Persistence module / Glassfish 3 - Unexplainable exception when starting server

Ok, so I've come upon an exception that is starting to frustrate me. Let me set the scene. I am using Weld, Jboss' implementation of CDI. JPA/Hibernate for persistence. For something different I am giving it a crack on Glassfish 3 which I have not used before. I am using Maven for dependency management. Anyway, as CDI doesn't have ...