-
Bug
-
Resolution: Won't Do
-
Critical
-
1.0.0.Alpha2
-
None
-
None
The version of Seam Forge in the 3.0.0.Final distribution generates project that depend on org.jboss.seam.persistence:seam-persistence-impl:3.0.0.Beta4.
It should generate projects depending on org.jboss.seam.persistence:seam-persistence-impl:3.0.0.Final.
Note that the package org.jboss.seam.persistence.transaction has been moved to org.jboss.seam.transaction, so the generated code and beans.xml needs to be changed as well.
Forge resolves artifacts from Maven repositories. Since Final is not in a public maven repo yet, it will not show up in the list of options. This will function once Final is released to JBoss Nexus Public.
Forge does not use artifacts bundled with the Seam Dist release. (But could with some significant tweaking, and if the dist was structured like a maven repo.)