14 Replies Latest reply on Jul 25, 2006 5:02 AM by theute

    JBoss Seam 1.0.1 Migration

      I just migrated the applications created previously in Seam to the latest 1.0.1 version. Now for all the applications I get the following exception

      Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListene


      I tried to deploy as well the examples and I get the same exception as well.
      Something in JBoss-AS 4.0.4.GA needs to be updated?

        • 1. Re: JBoss Seam 1.0.1 Migration

           

          "fady.matar" wrote:
          I just migrated the applications created previously in Seam to the latest 1.0.1 version. Now for all the applications I get the following exception

          Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener


          I tried to deploy as well the examples and I get the same exception as well.
          Something in JBoss-AS 4.0.4.GA needs to be updated?


          • 2. Re: JBoss Seam 1.0.1 Migration
            theute

            Repeating your own message is not helpful...
            Providing more information would help us help you.

            • 3. Re: JBoss Seam 1.0.1 Migration

              I ran into this problem as well. I had an example that was an adaptation of an earlier Seam 1.0 CVS snapshot example. When I did a 1.0.1 pull, this example broke with the given error. Reapplying the resources folder of the 1.0.1 example I used for the adaptation (along with changes to change the context name) fixed the problem for me.

              I don't have the code with me to do the diff, but I'd start looking there. Anything change recently with components.properties, JEE deployment descriptors? MyFacesLifeCycleBug from true to false?

              Sorry it's not a complete solution, but I'd start by looking for changes in the resources files.

              -Jim

              • 4. Re: JBoss Seam 1.0.1 Migration
                gavin.king

                Impossible to help, given that there is no stacktrace provided.

                • 5. Re: JBoss Seam 1.0.1 Migration
                  rorschach

                  Same issue here:

                  16:19:36,000 INFO [Server] Starting JBoss (MX MicroKernel)...
                  16:19:36,000 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)
                  16:19:36,000 INFO [Server] Home Dir: C:\java_local\jboss-4.04.GA_patch1
                  16:19:36,000 INFO [Server] Home URL: file:/C:/java_local/jboss-4.04.GA_patch1/
                  16:19:36,015 INFO [Server] Patch URL: null
                  16:19:36,015 INFO [Server] Server Name: default
                  16:19:36,015 INFO [Server] Server Home Dir: C:\java_local\jboss-4.04.GA_patch1\server\default
                  16:19:36,015 INFO [Server] Server Home URL: file:/C:/java_local/jboss-4.04.GA_patch1/server/default/
                  16:19:36,015 INFO [Server] Server Log Dir: C:\java_local\jboss-4.04.GA_patch1\server\default\log
                  16:19:36,015 INFO [Server] Server Temp Dir: C:\java_local\jboss-4.04.GA_patch1\server\default\tmp
                  16:19:36,015 INFO [Server] Root Deployment Filename: jboss-service.xml
                  16:19:36,531 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
                  16:19:36,531 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05,Sun Microsystems Inc.
                  16:19:36,531 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
                  16:19:37,437 INFO [Server] Core system initialized
                  16:19:39,093 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                  16:19:40,906 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://192.168.1.96:3873/]
                  16:19:41,734 INFO [AspectDeployer] Deployed AOP: file:/C:/java_local/jboss-4.04.GA_patch1/server/default/deploy/ejb3-interceptors-aop.xml
                  16:19:43,875 INFO [WebService] Using RMI server codebase: http://IT3:8083/
                  16:19:46,671 INFO [MailService] Mail Service bound to java:/Mail
                  16:19:47,203 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
                  16:19:47,234 INFO [SubscriptionManager] Bound event dispatcher to java:/EventDispatcher
                  16:19:48,234 INFO [Embedded] Catalina naming disabled
                  16:19:48,343 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
                  16:19:48,343 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
                  16:19:48,984 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
                  16:19:48,984 INFO [Catalina] Initialization processed in 641 ms
                  16:19:48,984 INFO [StandardService] Starting service jboss.web
                  16:19:49,000 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.17
                  16:19:49,078 INFO [StandardHost] XML validation disabled
                  16:19:49,125 INFO [Catalina] Server startup in 141 ms
                  16:19:49,375 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
                  16:19:49,953 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
                  16:19:50,562 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp31635jbossws-exp.war/
                  16:19:51,250 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
                  16:19:51,484 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
                  16:19:51,562 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
                  16:19:51,609 INFO [QuartzResourceAdapter] start quartz!!!
                  16:19:51,890 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
                  16:19:51,937 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
                  16:19:51,937 INFO [RAMJobStore] RAMJobStore initialized.
                  16:19:51,937 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
                  16:19:51,937 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
                  16:19:51,937 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
                  16:19:53,031 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
                  16:19:53,453 INFO [A] Bound to JNDI name: queue/A
                  16:19:53,468 INFO [B] Bound to JNDI name: queue/B
                  16:19:53,468 INFO [C] Bound to JNDI name: queue/C
                  16:19:53,468 INFO [D] Bound to JNDI name: queue/D
                  16:19:53,468 INFO [ex] Bound to JNDI name: queue/ex
                  16:19:53,515 INFO [testTopic] Bound to JNDI name: topic/testTopic
                  16:19:53,515 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
                  16:19:53,515 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
                  16:19:53,531 INFO [testQueue] Bound to JNDI name: queue/testQueue
                  16:19:53,562 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
                  16:19:53,671 INFO [DLQ] Bound to JNDI name: queue/DLQ
                  16:19:53,921 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
                  16:19:54,093 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MSSQL_RHW' to JNDI name 'java:MSSQL_RHW'
                  16:19:54,140 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
                  16:19:54,500 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
                  16:19:54,734 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
                  16:19:54,750 INFO [JkMain] Jk running ID=0 time=0/94 config=null
                  16:19:54,796 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 18s:765ms
                  16:20:04,546 INFO [EARDeployer] Init J2EE application: file:/C:/java_local/jboss-4.04.GA_patch1/server/default/deploy/rhw-registration.ear
                  16:20:06,515 INFO [Ejb3Deployment] EJB3 deployment time took: 828
                  16:20:06,562 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=rhw-registration.ear,jar=rhw-registration.jar,unitName=em with dependencies:
                  16:20:06,562 INFO [JmxKernelAbstraction] jboss.jca:name=MSSQL_RHW,service=ManagedConnectionFactory
                  16:20:06,640 INFO [Version] Hibernate EntityManager 3.2.0.CR1
                  16:20:06,671 INFO [Version] Hibernate Annotations 3.2.0.CR1
                  16:20:06,687 INFO [Environment] Hibernate 3.2 cr2
                  16:20:06,703 INFO [Environment] hibernate.properties not found
                  16:20:06,718 INFO [Environment] Bytecode provider name : javassist
                  16:20:06,718 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
                  16:20:07,015 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.Customer
                  16:20:07,015 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.Plot
                  16:20:07,031 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.Warranty
                  16:20:07,031 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyBatch
                  16:20:07,031 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyDealershipRepAssignment
                  16:20:07,046 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyPlot
                  16:20:07,046 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyProgram
                  16:20:07,046 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyProgramOption
                  16:20:07,046 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyProgramOptionsSelection
                  16:20:07,046 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyRepAgreement
                  16:20:07,046 INFO [Ejb3Configuration] found EJB3 Entity bean: com.xpel.rhw.data.WarrantyStatus
                  16:20:07,046 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
                  16:20:07,078 WARN [Ejb3Configuration] Defining hibernate.transaction.flush_before_completion=true ignored in HEM
                  16:20:07,234 INFO [Configuration] Reading mappings from resource: META-INF/orm.xml
                  16:20:07,250 INFO [Ejb3Configuration] [PersistenceUnit: em] no META-INF/orm.xml found
                  16:20:07,375 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.Customer
                  16:20:07,468 INFO [EntityBinder] Bind entity com.xpel.rhw.data.Customer on table Customer
                  16:20:07,609 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.Plot
                  16:20:07,609 INFO [EntityBinder] Bind entity com.xpel.rhw.data.Plot on table Plot
                  16:20:07,609 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.Warranty
                  16:20:07,609 INFO [EntityBinder] Bind entity com.xpel.rhw.data.Warranty on table Warranty
                  16:20:07,796 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyBatch
                  16:20:07,796 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyBatch on table WarrantyBatch
                  16:20:07,812 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyDealershipRepAssignment
                  16:20:07,812 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyDealershipRepAssignment on table WarrantyDealershipRepAssignment
                  16:20:07,828 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyPlot
                  16:20:07,828 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyPlot on table WarrantyPlot
                  16:20:07,828 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyProgram
                  16:20:07,828 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyProgram on table WarrantyProgram
                  16:20:07,843 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyProgramOption
                  16:20:07,843 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyProgramOption on table WarrantyProgramOptions
                  16:20:07,843 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyProgramOptionsSelection
                  16:20:07,843 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyProgramOptionsSelection on table WarrantyProgramOptionsSelection
                  16:20:07,859 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyRepAgreement
                  16:20:07,859 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyRepAgreement on table WarrantyRepAgreement
                  16:20:07,859 INFO [AnnotationBinder] Binding entity from annotated class: com.xpel.rhw.data.WarrantyStatus
                  16:20:07,859 INFO [EntityBinder] Bind entity com.xpel.rhw.data.WarrantyStatus on table WarrantyStatus
                  16:20:08,078 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.Warranty.warrantyProgramOptionsSelections -> WarrantyProgramOptionsSelection
                  16:20:08,078 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.Warranty.warrantyPlots -> WarrantyPlot
                  16:20:08,078 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.WarrantyBatch.warranties -> Warranty
                  16:20:08,078 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.WarrantyDealershipRepAssignment.warranties -> Warranty
                  16:20:08,078 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.WarrantyProgram.warrantyProgramOptions -> WarrantyProgramOptions
                  16:20:08,093 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.WarrantyProgram.warrantyDealershipRepAssignments -> WarrantyDealershipRepAssignment
                  16:20:08,093 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.WarrantyProgramOption.warrantyProgramOptionsSelections -> WarrantyProgramOptionsSelection
                  16:20:08,093 INFO [CollectionBinder] Mapping collection: com.xpel.rhw.data.WarrantyStatus.warranties -> Warranty
                  16:20:08,375 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
                  16:20:08,390 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
                  16:20:08,593 INFO [SettingsFactory] RDBMS: Microsoft SQL Server, version: 08.00.2040
                  16:20:08,593 INFO [SettingsFactory] JDBC driver: jTDS Type 4 JDBC Driver for MS SQL Server, version: 0.8
                  16:20:08,640 INFO [Dialect] Using dialect: org.hibernate.dialect.SQLServerDialect
                  16:20:08,671 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
                  16:20:08,671 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
                  16:20:08,687 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
                  16:20:08,687 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
                  16:20:08,687 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
                  16:20:08,687 INFO [SettingsFactory] Scrollable result sets: enabled
                  16:20:08,687 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
                  16:20:08,687 INFO [SettingsFactory] Connection release mode: auto
                  16:20:08,687 INFO [SettingsFactory] Default batch fetch size: 1
                  16:20:08,687 INFO [SettingsFactory] Generate SQL with comments: disabled
                  16:20:08,687 INFO [SettingsFactory] Order SQL updates by primary key: disabled
                  16:20:08,687 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
                  16:20:08,703 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
                  16:20:08,703 INFO [SettingsFactory] Query language substitutions: {}
                  16:20:08,703 INFO [SettingsFactory] Second-level cache: enabled
                  16:20:08,703 INFO [SettingsFactory] Query cache: disabled
                  16:20:08,703 INFO [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
                  16:20:08,703 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
                  16:20:08,703 INFO [SettingsFactory] Structured second-level cache entries: disabled
                  16:20:08,750 INFO [SettingsFactory] Statistics: disabled
                  16:20:08,750 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
                  16:20:08,750 INFO [SettingsFactory] Default entity-mode: pojo
                  16:20:08,859 INFO [SessionFactoryImpl] building session factory
                  16:20:09,921 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
                  16:20:09,937 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
                  
                  16:20:10,328 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=rhw-registration.ear,jar=rhw-registration.jar,name=DealershipAction,service=EJB3 with dependencies:
                  16:20:10,328 INFO [JmxKernelAbstraction] persistence.units:ear=rhw-registration.ear,jar=rhw-registration.jar,unitName=em
                  16:20:10,828 INFO [EJBContainer] STARTED EJB: com.xpel.rhw.admin.DealershipAction ejbName: DealershipAction
                  16:20:10,921 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=rhw-registration.ear,jar=rhw-registration.jar,name=RegistrationAction,service=EJB3 with dependencies:
                  16:20:10,921 INFO [JmxKernelAbstraction] persistence.units:ear=rhw-registration.ear,jar=rhw-registration.jar,unitName=em
                  16:20:11,000 INFO [EJBContainer] STARTED EJB: com.xpel.rhw.admin.RegistrationAction ejbName: RegistrationAction
                  16:20:11,031 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=rhw-registration.ear,jar=rhw-registration.jar,name=ReviewAction,service=EJB3 with dependencies:
                  16:20:11,031 INFO [JmxKernelAbstraction] persistence.units:ear=rhw-registration.ear,jar=rhw-registration.jar,unitName=em
                  16:20:11,093 INFO [EJBContainer] STARTED EJB: com.xpel.rhw.admin.ReviewAction ejbName: ReviewAction
                  16:20:11,140 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=rhw-registration.ear,jar=rhw-registration.jar,name=WarrantyDetailAction,service=EJB3 with dependencies:
                  16:20:11,140 INFO [JmxKernelAbstraction] persistence.units:ear=rhw-registration.ear,jar=rhw-registration.jar,unitName=em
                  16:20:11,187 INFO [EJBContainer] STARTED EJB: com.xpel.rhw.admin.WarrantyDetailAction ejbName: WarrantyDetailAction
                  16:20:11,203 INFO [EJB3Deployer] Deployed: file:/C:/java_local/jboss-4.04.GA_patch1/server/default/tmp/deploy/tmp31662rhw-registration.ear-contents/rhw-registration.jar
                  16:20:11,203 INFO [TomcatDeployer] deploy, ctxPath=/rhw-registration, warUrl=.../tmp/deploy/tmp31662rhw-registration.ear-contents/rhw-registration-exp.war/
                  16:20:11,406 INFO [ServletContextListener] Welcome to Seam 1.0.1.GA
                  16:20:11,406 INFO [Initialization] reading components.xml
                  16:20:11,453 INFO [Initialization] reading properties from: /seam.properties
                  16:20:11,453 INFO [Initialization] reading properties from: /jndi.properties
                  16:20:11,484 INFO [Initialization] initializing Seam
                  16:20:11,578 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                  16:20:11,921 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
                  16:20:11,953 INFO [Component] Component: events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
                  16:20:11,968 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
                  16:20:12,000 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
                  16:20:12,015 INFO [Component] Component: redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
                  16:20:12,031 INFO [Component] Component: httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
                  16:20:12,046 INFO [Component] Component: userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
                  16:20:12,078 INFO [Component] Component: isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
                  16:20:12,093 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
                  16:20:12,109 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
                  16:20:12,125 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
                  16:20:12,140 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
                  16:20:12,156 INFO [Component] Component: pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
                  16:20:12,203 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
                  16:20:12,203 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
                  16:20:12,218 INFO [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
                  16:20:12,234 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext
                  16:20:12,250 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext
                  16:20:12,265 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext
                  16:20:12,281 INFO [Component] Component: locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
                  16:20:12,296 INFO [Component] Component: messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
                  16:20:12,312 INFO [Component] Component: interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
                  16:20:12,328 INFO [Component] Component: facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages
                  16:20:12,359 INFO [Component] Component: resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
                  16:20:12,375 INFO [Component] Component: localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector
                  16:20:12,406 INFO [Component] Component: uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent
                  16:20:12,437 INFO [Component] Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
                  16:20:12,453 INFO [Component] Component: pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
                  16:20:12,468 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
                  16:20:12,531 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
                  16:20:12,562 INFO [Component] Component: org.jboss.seam.core.ejb, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Ejb
                  16:20:12,562 ERROR [[/rhw-registration]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
                  java.lang.NoClassDefFoundError: Lorg/jboss/ejb3/embedded/EJB3StandaloneDeployer;
                   at java.lang.Class.getDeclaredFields0(Native Method)
                   at java.lang.Class.privateGetDeclaredFields(Unknown Source)
                   at java.lang.Class.getDeclaredFields(Unknown Source)
                   at org.jboss.seam.Component.initMembers(Component.java:425)
                   at org.jboss.seam.Component.<init>(Component.java:199)
                   at org.jboss.seam.Component.<init>(Component.java:159)
                   at org.jboss.seam.Component.<init>(Component.java:154)
                   at org.jboss.seam.init.Initialization.addComponent(Initialization.java:376)
                   at org.jboss.seam.init.Initialization.addComponents(Initialization.java:334)
                   at org.jboss.seam.init.Initialization.init(Initialization.java:195)
                   at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:32)
                   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729)
                   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187)
                   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
                   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
                   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
                   at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.apache.catalina.core.StandardContext.init(StandardContext.java:5116)
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
                   at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297)
                   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103)
                   at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)
                   at org.jboss.web.WebModule.startModule(WebModule.java:83)
                   at org.jboss.web.WebModule.startService(WebModule.java:61)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                   at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                   at $Proxy0.start(Unknown Source)
                   at org.jboss.system.ServiceController.start(ServiceController.java:417)
                   at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy39.start(Unknown Source)
                   at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                   at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
                   at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
                   at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
                   at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
                   at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy40.start(Unknown Source)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
                   at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy6.deploy(Unknown Source)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
                  16:20:12,984 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
                  16:20:13,109 INFO [FacesConfigurator] Reading config jar:file:/C:/java_local/jboss-4.04.GA_patch1/server/default/lib/jsf-facelets.jar!/META-INF/faces-config.xml
                  16:20:13,125 INFO [FacesConfigurator] Reading config jar:file:/C:/java_local/jboss-4.04.GA_patch1/server/default/tmp/deploy/tmp31662rhw-registration.ear-contents/rhw-registration.jar-contents/jboss-s
                  eam.jar!/META-INF/faces-config.xml
                  16:20:13,140 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
                  16:20:13,421 WARN [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : en_US
                  16:20:13,984 INFO [StartupServletContextListener] ServletContext 'C:\java_local\jboss-4.04.GA_patch1\server\default\.\tmp\deploy\tmp31662rhw-registration.ear-contents\rhw-registration-exp.war\' initi
                  alized.
                  16:20:13,984 ERROR [StandardContext] Error listenerStart
                  16:20:13,984 ERROR [StandardContext] Context [/rhw-registration] startup failed due to previous errors
                  16:20:14,000 WARN [ServiceController] Problem starting service jboss.web.deployment:war=rhw-registration.war,id=-901592379
                  org.jboss.deployment.DeploymentException: URL file:/C:/java_local/jboss-4.04.GA_patch1/server/default/tmp/deploy/tmp31662rhw-registration.ear-contents/rhw-registration-exp.war/ deployment failed
                   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:365)
                   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103)
                   at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)
                   at org.jboss.web.WebModule.startModule(WebModule.java:83)
                   at org.jboss.web.WebModule.startService(WebModule.java:61)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                   at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                   at $Proxy0.start(Unknown Source)
                   at org.jboss.system.ServiceController.start(ServiceController.java:417)
                   at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy39.start(Unknown Source)
                   at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                   at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
                   at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
                   at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
                   at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
                   at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy40.start(Unknown Source)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
                   at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy6.deploy(Unknown Source)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
                  16:20:14,015 ERROR [MainDeployer] Could not start deployment: file:/C:/java_local/jboss-4.04.GA_patch1/server/default/tmp/deploy/tmp31662rhw-registration.ear-contents/rhw-registration.war
                  org.jboss.deployment.DeploymentException: URL file:/C:/java_local/jboss-4.04.GA_patch1/server/default/tmp/deploy/tmp31662rhw-registration.ear-contents/rhw-registration-exp.war/ deployment failed
                   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:365)
                   at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103)
                   at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)
                   at org.jboss.web.WebModule.startModule(WebModule.java:83)
                   at org.jboss.web.WebModule.startService(WebModule.java:61)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                   at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                   at $Proxy0.start(Unknown Source)
                   at org.jboss.system.ServiceController.start(ServiceController.java:417)
                   at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy39.start(Unknown Source)
                   at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                   at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
                   at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
                   at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
                   at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
                   at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy40.start(Unknown Source)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
                   at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                   at java.lang.reflect.Method.invoke(Unknown Source)
                   at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                   at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                   at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                   at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                   at $Proxy6.deploy(Unknown Source)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)


                  • 6. Re: JBoss Seam 1.0.1 Migration

                    This is not the actual exception that is being thrown. This exception is related to libraries mismatch. Make sure you have an updated classpath

                    • 7. Re: JBoss Seam 1.0.1 Migration
                      gavin.king

                       

                      "Rorschach" wrote:
                      Same issue here:


                      Looks like you are missing a jar.

                      • 8. Re: JBoss Seam 1.0.1 Migration
                        gavin.king

                         

                        "gavin.king@jboss.com" wrote:
                        "Rorschach" wrote:
                        Same issue here:


                        Looks like you are missing a jar.


                        ie. you need the latest jboss-ejb3-all.jar.

                        Make sure you have installed jboss EJB3 RC8.

                        • 9. Re: JBoss Seam 1.0.1 Migration

                          JBoss-Seam 1.0.1 already comes bundled with EJB-3.0 RC8

                          • 10. Re: JBoss Seam 1.0.1 Migration
                            gavin.king

                             

                            JBoss-Seam 1.0.1 already comes bundled with EJB-3.0 RC8


                            This is not quite correct. It comes bundled with Embeddable EJB3 RC8, which is good for testing and tomcat deployment. If you are deploying to JBoss AS, you still need to install EJB3 RC8 there.

                            • 11. Re: JBoss Seam 1.0.1 Migration

                              So you should use the JEMS installer rather than the JBoss AS installer. It should work then..

                              • 12. Re: JBoss Seam 1.0.1 Migration
                                wondermike

                                Hi,

                                did you make sure, that you really recompiled the whole project, i.e. you removed the build tree and rebuilt it? For me rebuilds solved a lot of migration problems in the past.
                                ciao - Michael

                                • 13. Re: JBoss Seam 1.0.1 Migration

                                  You need to do the update manually, even the installer does not come bundled with the EJB_RC_8 release

                                  • 14. Re: JBoss Seam 1.0.1 Migration
                                    theute

                                    The JEMS installer *does* include EJB3 RC8