-
Bug
-
Resolution: Obsolete
-
Critical
-
1.2.2.Final
-
Mac: OS X 10.8.3, 2.66 GHz Intel Core i7, 4GG 1067 MHz DDR3
Running Forge Console in JBoss Developers Studio version 6.1.0.GA, Deploying to JBoss EAP 6.0.1
I generated a sample project using the generate.fsh script. I deployed the war file to EAP 6 and everything seemed to be working fine.
The welcome page comes up for the app with no problems. However, an error is generated upon the attempt to add data to the database.
I was able to resolve the problem by adding the following lines to the script:
@/* Add beans.xml for CDI */;
touch src/main/webapp/WEB-INF/beans.xml
Lincoln indicated that this should have already been done by the
`scaffold setup --scaffoldType faces;` command.