When you create a seam project in the Seam Web Project wizard using Seam 2.3.0.Beta2 and JBoss AS 7.1.1, the project gets created and deployed just fine, but when you try to access it in the web browser, you get the following error in the server log:
13:13:35,347 INFO [javax.enterprise.resource.webcontainer.jsf.renderkit] (http-localhost-127.0.0.1-8080-1) WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. sourceId=null[severity=(ERROR 2), summary=(One or more resources have the target of 'head', but no 'head' component has been defined within the view.), detail=(One or more resources have the target of 'head', but no 'head' component has been defined within the view.)]
This seems to be the exact same problem as reported here: JBSEAM-4969
- duplicates
-
JBIDE-11490 Test Seam tooling with Seam 2.3.Beta
- Closed