[jboss-user] [JBoss Seam] - Re: Simple but complete Maven or ant example project needed

2006-11-13 Thread psinger
It's posted! The URL for the repository is http://labs.lunarlogic.com/proximity/repository/. The group id is com.lunarlogic.maven.archetypes and the artifact id is maven-archetype-jee-seam. In order to use this without installing the artifact manually you need to add the following entry to

[jboss-user] [JBoss Seam] - Re: Simple but complete Maven or ant example project needed

2006-11-03 Thread psinger
You're in luck! I happen to be creating a Seam application right now using Maven 2 and I have already made an archetype! I am working on getting it publicly available within the next few days. Phillip Singer http://www.lunarlogic.com View the original post :

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-10-13 Thread psinger
I am having the same problem. I am using: | JBoss AS 4.0.4 GA | Seam 1.0.1 | MyFaces 1.1.4 | MyFaces Tomahawk 1.1.3 | Struts Tiles 1.3.5 | JSF Facelets 1.1.11 | | | In faces-config.xml I have | | | application | |

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-10-13 Thread psinger
I found my problem. In web.xml I had | context-param | param-namejavax.faces.CONFIG_FILES/param-name | param-value | /WEB-INF/faces-config.xml | /param-value | /context-param | Since faces-config.xml is read by default, this meant that