[jboss-user] [JBoss Seam] - Deploy error

diablo341 do-not-reply at jboss.com
Fri Nov 3 12:44:17 EST 2006


I've taken the Booking app and modified the build script for my project.  When I deploy to the server, I get the following exception:
11:34:26,208 INFO  [EJB3Deployer] Deployed: file:/C:/jboss_installs/jboss-4.0.5.GA/server/default/tmp/deploy/tmp59681wfp.ear-contents/wfp.jar
  | 11:34:26,218 INFO  [TomcatDeployer] deploy, ctxPath=/workforce-planning, warUrl=.../tmp/deploy/tmp59681wfp.ear-contents/wfp-exp.war/
  | 11:34:26,369 INFO  [ServletContextListener] Welcome to Seam 1.0.0.CR3
  | 11:34:26,379 INFO  [Initialization] reading components.xml
  | 11:34:26,499 INFO  [Initialization] reading properties from: /seam.properties
  | 11:34:26,499 INFO  [Initialization] reading properties from: /jndi.properties
  | 11:34:26,509 INFO  [Initialization] initializing Seam
  | 11:34:26,539 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
  | 11:34:26,729 INFO  [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
  | 11:34:26,739 ERROR [[/workforce-planning]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
  | java.lang.IllegalArgumentException: no property for configuration setting: org.jboss.seam.core.pages.noConversationViewId
  | 	at org.jboss.seam.Component.initInitializers(Component.java:288)
  | 	at org.jboss.seam.Component.<init>(Component.java:200)
  | 	at org.jboss.seam.Component.<init>(Component.java:156)

web.xml has this entry:
<!-- Seam -->
  |    
  |     <listener>
  |         <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
  |     </listener>
faces-config.xml has this entry:
<lifecycle>
  |         <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
  |     </lifecycle>
components.xml has this entry:
<component name="org.jboss.seam.core.pages">
  |         <property name="noConversationViewId">/main.xhtml</property>
  |     </component>
Any idea why I get the error on deployment?  Also, why does the server output say 'Welcome to Seam 1.0.0.CR3'?  I deployed Seam 1.1.0.BETA1.

John

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983037#3983037

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983037



More information about the jboss-user mailing list