`
wetouns
  • 浏览: 25543 次
  • 性别: Icon_minigender_1
  • 来自: 南宁
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

在tomcat下做SEAM开发的详解

阅读更多
总共要做以下几个地方的修改
1.把需要的JAR包找齐(自己找)

2.EC生成的XX-DS.XML数据源文件是用于JBOSS的,在TOMCAT下不适用.删除之并手动添

加数据源,数据源的名字要跟persistence.xml文件里引用的数据源名字一致.

3.修改persistence.xml文件中<jta-data-source>节点JNDI引用名.原先是  java:/xxx
现改为java:comp/env/jdbc/xxx
修改persistence-unit标签的transaction-type属性,原来是JTA的.现改为

RESOURCE_LOCAL
最后把<property name="hibernate.transaction.manager_lookup_class"

value="org.hibernate.transaction.JBossTransactionManagerLookup"/>这一段删掉或

者注释起来.至此这个文件的修改就OK了.

4.修改项目中WEB-INF里的components.xml
添加这一段:
<transaction:entity-transaction entity-manager="#{entityManager(这里名字要相

同2)}"/>并添加transaction的名称空间
xmlns:transaction="http://jboss.com/products/seam/transaction"

修改以下两段(原先不记得是什么了,改成和下面一样就行了)
<persistence:managed-persistence-context auto-create="true"
  entity-manager-factory="#{entityManagerFactory(这里名字要相同1)}"

name="entityManager(这里名字要相同2)"/>

<persistence:entity-manager-factory name="entityManagerFactory(这里名字要相

同1)" persistence-unit-name="这里是你的持久化单元的名字"/>


在此大概说明一下修改的原因
数据源的部分就不说了.
tomcat本身是不支持JTA事务的,所以在持久化单元中的事务配置才要改掉
还有原先在JBOSS下的JNDI引用格式也要改成tomcat的格式

如果大家还有什么要补充的就在留言那儿说吧,到时我给加上去
分享到:
评论
2 楼 hxirui 2008-11-16  
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: D:\jboss-4.2.2.GA

  JAVA: C:\jdk1.6U10\bin\java

  JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.ser
ver.gcInterval=3600000

  CLASSPATH: C:\jdk1.6U10\lib\tools.jar;D:\jboss-4.2.2.GA\bin\run.jar

===============================================================================

01:58:31,703 INFO  [Server] Starting JBoss (MX MicroKernel)...
01:58:31,718 INFO  [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
01:58:31,718 INFO  [Server] Home Dir: D:\jboss-4.2.2.GA
01:58:31,718 INFO  [Server] Home URL: file:/D:/jboss-4.2.2.GA/
01:58:31,718 INFO  [Server] Patch URL: null
01:58:31,718 INFO  [Server] Server Name: default
01:58:31,718 INFO  [Server] Server Home Dir: D:\jboss-4.2.2.GA\server\default
01:58:31,718 INFO  [Server] Server Home URL: file:/D:/jboss-4.2.2.GA/server/default/
01:58:31,718 INFO  [Server] Server Log Dir: D:\jboss-4.2.2.GA\server\default\log
01:58:31,718 INFO  [Server] Server Temp Dir: D:\jboss-4.2.2.GA\server\default\tmp
01:58:31,718 INFO  [Server] Root Deployment Filename: jboss-service.xml
01:58:32,750 INFO  [ServerInfo] Java version: 1.6.0_10,Sun Microsystems Inc.
01:58:32,750 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.0-b15,Sun Microsystems Inc.
01:58:32,750 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
01:58:33,593 INFO  [Server] Core system initialized
01:58:38,218 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
01:58:38,218 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
01:58:39,625 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
01:58:39,625 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
01:58:40,031 INFO  [TransactionManagerService] Starting recovery manager
01:58:40,156 INFO  [TransactionManagerService] Recovery manager started
01:58:40,156 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
01:58:44,093 INFO  [EJB3Deployer] Starting java:comp multiplexer
01:58:46,390 INFO  [STDOUT] no object for null
01:58:46,406 INFO  [STDOUT] no object for null
01:58:46,421 INFO  [STDOUT] no object for null
01:58:46,468 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
01:58:46,468 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
01:58:49,031 INFO  [NativeServerConfig] JBoss Web Services - Native
01:58:49,031 INFO  [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
01:58:49,890 INFO  [SnmpAgentService] SNMP agent going active
01:58:50,687 INFO  [DefaultPartition] Initializing
01:58:51,093 INFO  [STDOUT]
-------------------------------------------------------
GMS: address is 192.168.1.100:3069
-------------------------------------------------------
01:58:53,156 INFO  [DefaultPartition] Number of cluster members: 1
01:58:53,156 INFO  [DefaultPartition] Other members: 0
01:58:53,156 INFO  [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
01:58:53,156 INFO  [DefaultPartition] State could not be retrieved (we are the first member in group)
01:58:53,250 INFO  [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/127.0.0.1
01:58:53,265 INFO  [DetachedHANamingService$AutomaticDiscovery] Listening on /127.0.0.1:1102, group=230.0.0.4, HA-JNDI a
ddress=127.0.0.1:1100
01:58:53,484 INFO  [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used
01:58:53,906 INFO  [STDOUT]
-------------------------------------------------------
GMS: address is 192.168.1.100:3073
-------------------------------------------------------
01:58:55,921 INFO  [TreeCache] viewAccepted(): [192.168.1.100:3073|0] [192.168.1.100:3073]
01:58:55,937 INFO  [TreeCache] TreeCache local address is 192.168.1.100:3073
01:58:56,109 INFO  [STDOUT]
-------------------------------------------------------
GMS: address is 192.168.1.100:3077
-------------------------------------------------------
01:58:58,140 INFO  [TreeCache] viewAccepted(): [192.168.1.100:3077|0] [192.168.1.100:3077]
01:58:58,140 INFO  [TreeCache] TreeCache local address is 192.168.1.100:3077
01:58:59,031 INFO  [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D6
96E67436F6E746578744578743A312E3000000000000200000000000000F4000102000000000A3132372E302E302E31000DC8000000114A426F73732
F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000
101090000000105010001000000210000007000000000000000010000000000000024000000200000007E00000000000000010000000E3139322E313
6382E312E313030000DC900400000000000080606678102010101000000170401000806066781020101010000000764656661756C740000000000000
0000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000
000000000001F0000000400000003]
01:58:59,156 INFO  [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F
69696F702F5472616E73616374696F6E466163746F72794578743A312E30000000000200000000000000F4000102000000000A3132372E302E302E31
000DC8000000144A426F73732F5472616E73616374696F6E732F46000000050000000000000008000000004A414300000000010000001C0000000000
0100010000000105010001000101090000000105010001000000210000007000000000000000010000000000000024000000200000007E0000000000
0000010000000E3139322E3136382E312E313030000DC900400000000000080606678102010101000000170401000806066781020101010000000764
656661756C7400000000000000000000000000000000000000002000000004000000000000001F000000040000000300000001000000200000000000
0000020000002000000004000000000000001F0000000400000003]
01:58:59,921 INFO  [Embedded] Catalina naming disabled
01:59:00,234 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in productio
n environments was not found on the java.library.path: C:\jdk1.6U10\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:
\WINDOWS;D:\oracle\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ThinkPad\ConnectUtilitie
s;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\IDM Computer Solutions\UltraEdit-32;E:\learning\ant\apache-ant-1
.7.0\bin;C:\jdk1.6.0_01\bin;C:\Program Files\Subversion\bin;C:\Program Files\Java\Java3D\1.5.1\bin;E:\learning\groovy\gr
oovy-1.5.4\bin;C:\grails-1.0\bin;C:\Program Files\Intel\Wireless\Bin\;C:\jdk1.6U10\bin;E:\learning\apache-ant-1.7.1-bin\
apache-ant-1.7.1\bin;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studi
o\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98
\bin;C:\jdk1.6.0_01\bin;C:\Program Files\SSH Communications Security\SSH Secure Shell;C:\Program Files\CVSNT;C:\Program
Files\Ringz Studio\Storm Codec\Codec;C:\Program Files\Ringz Studio\Storm Codec
01:59:00,468 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
01:59:00,484 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
01:59:00,484 INFO  [Catalina] Initialization processed in 562 ms
01:59:00,484 INFO  [StandardService] Starting service jboss.web
01:59:00,484 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
01:59:00,531 INFO  [Catalina] Server startup in 50 ms
01:59:00,750 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
01:59:01,843 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
01:59:02,046 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
01:59:02,468 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-conso
le.war/
01:59:03,078 INFO  [MailService] Mail Service bound to java:/Mail
01:59:03,546 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.
rar
01:59:03,578 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar

01:59:03,625 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar

01:59:03,656 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
01:59:03,734 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms-ra.rar
01:59:03,812 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
01:59:03,875 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
01:59:04,218 INFO  [QuartzResourceAdapter] start quartz!!!
01:59:04,265 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
01:59:04,296 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
01:59:04,296 INFO  [RAMJobStore] RAMJobStore initialized.
01:59:04,296 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource fil
e in Quartz package: 'quartz.properties'
01:59:04,296 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
01:59:04,296 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
01:59:04,609 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding
,name=JmsXA' to JNDI name 'java:JmsXA'
01:59:05,609 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=D
efaultDS' to JNDI name 'java:DefaultDS'
01:59:06,031 WARN  [SecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker
component which sucks messages from one node to another has not had its password changed from the installation default.
Please see the JBoss Messaging user guide for instructions on how to do this.
01:59:06,031 INFO  [ServerPeer] JBoss Messaging 1.4.0.SP3 server [0] started
01:59:06,500 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milli
seconds
01:59:06,500 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@39880a started
01:59:06,500 WARN  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messagi
ng.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *no
t* support failover
01:59:06,500 WARN  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.me
ssaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory wil
l *not* support load balancing
01:59:06,515 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milli
seconds
01:59:06,515 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1fe8714 started
01:59:06,515 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milli
seconds
01:59:06,515 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@98d70d started
01:59:06,531 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,531 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,546 INFO  [TopicService] Topic[/topic/testTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,546 INFO  [TopicService] Topic[/topic/securedTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000

01:59:06,546 INFO  [TopicService] Topic[/topic/testDurableTopic] started, fullSize=200000, pageSize=2000, downCacheSize=
2000
01:59:06,546 INFO  [QueueService] Queue[/queue/testQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,546 INFO  [QueueService] Queue[/queue/A] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,546 INFO  [QueueService] Queue[/queue/B] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,562 INFO  [QueueService] Queue[/queue/C] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,562 INFO  [QueueService] Queue[/queue/D] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,562 INFO  [QueueService] Queue[/queue/ex] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,562 INFO  [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
01:59:06,562 INFO  [QueueService] Queue[/queue/PrivateExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSiz
e=2000
01:59:06,578 INFO  [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, d
ownCacheSize=2000
01:59:06,578 INFO  [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, d
ownCacheSize=2000
01:59:06,578 INFO  [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, dow
nCacheSize=2000
01:59:06,578 INFO  [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, dow
nCacheSize=2000
01:59:06,578 INFO  [QueueService] Queue[/queue/testDistributedQueue] started, fullSize=200000, pageSize=2000, downCacheS
ize=2000
01:59:06,578 INFO  [TopicService] Topic[/topic/testDistributedTopic] started, fullSize=200000, pageSize=2000, downCacheS
ize=2000
01:59:06,656 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
01:59:07,109 INFO  [EARDeployer] Init J2EE application: file:/D:/jboss-4.2.2.GA/server/default/deploy/jboss-seam-numberg
uess.ear
01:59:08,906 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
01:59:08,921 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-numberguess.ear,jar=jboss-seam.jar
,name=TimerServiceDispatcher,service=EJB3 with dependencies:
01:59:09,109 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatch
er
01:59:09,171 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
01:59:09,171 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-numberguess.ear,jar=jboss-seam.jar
,name=EjbSynchronizations,service=EJB3 with dependencies:
01:59:09,234 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizatio
ns
01:59:09,281 INFO  [EJB3Deployer] Deployed: file:/D:/jboss-4.2.2.GA/server/default/tmp/deploy/tmp25592jboss-seam-numberg
uess.ear-contents/jboss-seam.jar
01:59:09,296 INFO  [TomcatDeployer] deploy, ctxPath=/seam-numberguess, warUrl=.../tmp/deploy/tmp25592jboss-seam-numbergu
ess.ear-contents/jboss-seam-numberguess-exp.war/
01:59:10,859 FATAL [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.
injection.JBossInjectionProvider' does not implement the InjectionProvider interface.
01:59:10,859 INFO  [application] JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked wit
h these annotations will have said annotations processed.
01:59:11,125 ERROR [[/seam-numberguess]] Exception sending context initialized event to listener instance of class org.j
boss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.ClassCastException: com.sun.faces.config.WebConfiguration cannot be cast to com.sun.faces.config.WebConfigurat
ion
        at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:135)
        at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:228)
        at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.j
ava:69)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        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:5312)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        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.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy51.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        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 $Proxy52.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy9.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:26
3)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
        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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
01:59:11,140 INFO  [ServletContextListener] Welcome to Seam 2.1.0.GA
01:59:15,375 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framewo
rk, prefix: org.jboss.seam.core.framework
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, pref
ix: org.jboss.seam.theme
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security
.management, prefix: org.jboss.seam.security
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix:
org.jboss.seam.bpm
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix
: org.jboss.seam.mail
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security
, prefix: org.jboss.seam.security
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix:
org.jboss.seam.web
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha,
prefix: org.jboss.seam.captcha
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.naviga
tion, prefix: org.jboss.seam.navigation
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix
: org.jboss.seam.core
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.int
ernational, prefix: org.jboss.seam.international
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, pref
ix: org.jboss.seam.cache
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix:
org.jboss.seam.jms
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: or
g.jboss.seam.ui
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security
.permission, prefix: org.jboss.seam.security
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, pr
efix: org.jboss.seam.drools
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document
, prefix: org.jboss.seam.document
01:59:15,390 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persi
stence, prefix: org.jboss.seam.persistence
01:59:15,390 INFO  [Initialization] reading /WEB-INF/components.xml
01:59:15,453 INFO  [Initialization] reading properties from: /seam.properties
01:59:15,453 INFO  [Initialization] reading properties from: /jndi.properties
01:59:15,453 INFO  [Initialization] initializing Seam
01:59:15,546 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRo
le
01:59:15,546 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceL
oader
01:59:15,546 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressio
ns
01:59:15,562 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.pe
rsistenceProvider
01:59:15,562 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrinci
pal
01:59:15,578 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
01:59:15,578 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters

01:59:15,578 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.sy
nchronizations
01:59:15,578 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
01:59:15,578 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
01:59:15,609 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jbos
s.seam.core.Init
01:59:15,656 INFO  [Initialization] Installing components...
01:59:15,687 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAV
A_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
01:59:15,703 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: o
rg.jboss.seam.async.ThreadPoolDispatcher
01:59:15,765 INFO  [Component] Component: org.jboss.seam.bpm.actor, scope: SESSION, type: JAVA_BEAN, class: org.jboss.se
am.bpm.Actor
01:59:15,765 INFO  [Component] Component: org.jboss.seam.bpm.businessProcess, scope: CONVERSATION, type: JAVA_BEAN, clas
s: org.jboss.seam.bpm.BusinessProcess
01:59:15,796 INFO  [Component] Component: org.jboss.seam.bpm.jbpm, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss
.seam.bpm.Jbpm
01:59:15,828 INFO  [Component] Component: org.jboss.seam.bpm.jbpmContext, scope: EVENT, type: JAVA_BEAN, class: org.jbos
s.seam.bpm.ManagedJbpmContext
01:59:15,843 INFO  [Component] Component: org.jboss.seam.bpm.pooledTask, scope: APPLICATION, type: JAVA_BEAN, class: org
.jboss.seam.bpm.PooledTask
01:59:15,859 INFO  [Component] Component: org.jboss.seam.bpm.pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN
, class: org.jboss.seam.bpm.PooledTaskInstanceList
01:59:15,859 INFO  [Component] Component: org.jboss.seam.bpm.processInstance, scope: STATELESS, type: JAVA_BEAN, class:
org.jboss.seam.bpm.ProcessInstance
01:59:15,859 INFO  [Component] Component: org.jboss.seam.bpm.processInstanceFinder, scope: EVENT, type: JAVA_BEAN, class
: org.jboss.seam.bpm.ProcessInstanceFinder
01:59:15,890 INFO  [Component] Component: org.jboss.seam.bpm.taskInstance, scope: STATELESS, type: JAVA_BEAN, class: org
.jboss.seam.bpm.TaskInstance
01:59:15,890 INFO  [Component] Component: org.jboss.seam.bpm.taskInstanceList, scope: APPLICATION, type: JAVA_BEAN, clas
s: org.jboss.seam.bpm.TaskInstanceList
01:59:15,890 INFO  [Component] Component: org.jboss.seam.bpm.taskInstanceListForType, scope: APPLICATION, type: JAVA_BEA
N, class: org.jboss.seam.bpm.TaskInstanceListForType
01:59:15,906 INFO  [Component] Component: org.jboss.seam.bpm.taskInstancePriorityList, scope: APPLICATION, type: JAVA_BE
AN, class: org.jboss.seam.bpm.TaskInstancePriorityList
01:59:15,921 INFO  [Component] Component: org.jboss.seam.bpm.transition, scope: CONVERSATION, type: JAVA_BEAN, class: or
g.jboss.seam.bpm.Transition
01:59:15,921 INFO  [Component] Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class
: org.jboss.seam.cache.JbossCacheProvider
01:59:15,984 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jb
oss.seam.captcha.Captcha
01:59:16,000 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, clas
s: org.jboss.seam.captcha.CaptchaImage
01:59:16,000 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BE
AN, class: org.jboss.seam.core.ConversationIdGenerator
01:59:16,000 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jb
oss.seam.core.Contexts
01:59:16,015 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class:
org.jboss.seam.core.Conversation
01:59:16,015 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, clas
s: org.jboss.seam.core.ConversationEntries
01:59:16,015 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN
, class: org.jboss.seam.core.ConversationList
01:59:16,015 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, cl
ass: org.jboss.seam.core.ConversationPropagation
01:59:16,015 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEA
N, class: org.jboss.seam.core.ConversationStack
01:59:16,015 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.se
am.core.Events
01:59:16,031 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: o
rg.jboss.seam.faces.FacesExpressions
01:59:16,031 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: or
g.jboss.seam.core.Interpolator
01:59:16,031 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jbos
s.seam.international.Locale
01:59:16,046 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.s
eam.faces.FacesManager
01:59:16,046 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class:
org.jboss.seam.core.ResourceBundle
01:59:16,046 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class:
org.jboss.seam.faces.ResourceLoader
01:59:16,046 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: or
g.jboss.seam.core.Validators
01:59:16,046 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, c
lass: org.jboss.seam.document.DocumentStore
01:59:16,062 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, clas
s: org.jboss.seam.exception.Exceptions
01:59:16,093 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org
.jboss.seam.faces.DataModels
01:59:16,093 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.faces.FacesContext
01:59:16,093 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss
.seam.faces.FacesPage
01:59:16,093 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: or
g.jboss.seam.faces.HttpError
01:59:16,093 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: or
g.jboss.seam.faces.Redirect
01:59:16,109 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.
seam.faces.Switcher
01:59:16,109 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: or
g.jboss.seam.faces.UiComponent
01:59:16,109 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jbo
ss.seam.faces.Validation
01:59:16,109 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class
: org.jboss.seam.framework.CurrentDate
01:59:16,125 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, c
lass: org.jboss.seam.framework.CurrentDatetime
01:59:16,125 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class
: org.jboss.seam.framework.CurrentTime
01:59:16,156 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.j
boss.seam.ui.graphicImage.Image
01:59:16,156 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN,
class: org.jboss.seam.international.LocaleSelector
01:59:16,156 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEA
N, class: org.jboss.seam.international.Messages
01:59:16,187 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_B
EAN, class: org.jboss.seam.faces.FacesMessages
01:59:16,187 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, clas
s: org.jboss.seam.international.TimeZone
01:59:16,187 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN
, class: org.jboss.seam.international.TimeZoneSelector
01:59:16,187 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: o
rg.jboss.seam.mail.MailSession
01:59:16,203 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: o
rg.jboss.seam.navigation.Pages
01:59:16,218 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, cl
ass: org.jboss.seam.navigation.SafeActions
01:59:16,218 INFO  [Component] Component: org.jboss.seam.pageflow.pageflow, scope: CONVERSATION, type: JAVA_BEAN, class:
org.jboss.seam.pageflow.Pageflow
01:59:16,218 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAV
A_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
01:59:16,234 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_B
EAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
01:59:16,234 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEA
N, class: org.jboss.seam.security.Configuration
01:59:16,234 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: o
rg.jboss.seam.security.Credentials
01:59:16,250 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAV
A_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
01:59:16,250 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BE
AN, class: org.jboss.seam.security.FacesSecurityEvents
01:59:16,250 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN,
class: org.jboss.seam.security.permission.IdentifierPolicy
01:59:16,250 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.
jboss.seam.security.Identity
01:59:16,265 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class:
org.jboss.seam.security.management.IdentityManager
01:59:16,265 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA
_BEAN, class: org.jboss.seam.security.management.action.RoleAction
01:59:16,281 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN
, class: org.jboss.seam.security.management.action.RoleSearch
01:59:16,296 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA
_BEAN, class: org.jboss.seam.security.management.action.UserAction
01:59:16,296 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN
, class: org.jboss.seam.security.management.action.UserSearch
01:59:16,312 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class
: org.jboss.seam.security.management.PasswordHash
01:59:16,312 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type
: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
01:59:16,312 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN
, class: org.jboss.seam.security.permission.PermissionManager
01:59:16,328 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN,
class: org.jboss.seam.security.permission.PermissionMapper
01:59:16,328 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type
: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
01:59:16,328 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: or
g.jboss.seam.security.RememberMe
01:59:16,328 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: o
rg.jboss.seam.theme.Theme
01:59:16,328 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: or
g.jboss.seam.theme.ThemeSelector
01:59:16,328 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, cl
ass: org.jboss.seam.transaction.SeSynchronizations
01:59:16,343 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class:
org.jboss.seam.transaction.Transaction
01:59:16,343 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class
: org.jboss.seam.ui.EntityConverter
01:59:16,343 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class:
org.jboss.seam.ui.EntityIdentifierStore
01:59:16,343 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.
jboss.seam.ui.JpaEntityLoader
01:59:16,359 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type:
JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
01:59:16,359 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_B
EAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
01:59:16,359 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, c
lass: org.jboss.seam.ui.resource.WebResource
01:59:16,359 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class
: org.jboss.seam.web.ExceptionFilter
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.web.IdentityFilter
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: o
rg.jboss.seam.faces.IsUserInRole
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.web.LoggingFilter
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class
: org.jboss.seam.web.MultipartFilter
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.j
boss.seam.faces.Parameters
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.web.RedirectFilter
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.
jboss.seam.web.ServletContexts
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.
seam.web.Session
01:59:16,375 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class:
org.jboss.seam.faces.UserPrincipal
01:59:16,375 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
01:59:16,375 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with
the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
01:59:16,375 INFO  [Contexts] starting up: org.jboss.seam.security.permissionMapper
01:59:16,375 INFO  [Contexts] starting up: org.jboss.seam.navigation.pages
01:59:16,390 INFO  [Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
01:59:16,390 INFO  [Contexts] starting up: org.jboss.seam.bpm.jbpm
01:59:16,453 INFO  [StaleObjectLogConfigurer] stale object exceptions will be hidden from logging
01:59:27,828 INFO  [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
01:59:27,828 INFO  [Initialization] done initializing Seam
01:59:27,828 ERROR [StandardContext] Error listenerStart
01:59:27,828 ERROR [StandardContext] Context [/seam-numberguess] startup failed due to previous errors
01:59:27,859 ERROR [[/seam-numberguess]] Exception sending context destroyed event to listener instance of class org.jbo
ss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate cannot be cast to com.sun.faces.application
.ApplicationAssociate
        at com.sun.faces.application.ApplicationAssociate.clearInstance(ApplicationAssociate.java:186)
        at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:440)
        at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3895)
        at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4527)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4391)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        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:5312)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        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.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy51.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        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 $Proxy52.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy9.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:26
3)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
        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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
01:59:28,125 INFO  [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
01:59:28,359 WARN  [ServiceController] Problem starting service jboss.web.deployment:war=jboss-seam-numberguess.war,id=-
1945957028
org.jboss.deployment.DeploymentException: URL file:/D:/jboss-4.2.2.GA/server/default/tmp/deploy/tmp25592jboss-seam-numbe
rguess.ear-contents/jboss-seam-numberguess-exp.war/ deployment failed
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        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(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy51.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        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 $Proxy52.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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 $Proxy9.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:26
3)
        at org.jboss.deployment.sc
1 楼 dearshor 2008-11-15  
以这种方式整理以后,看起来好多了。以后希望多一些这样的经验或体会或心得的整理。

收藏起来先~~

相关推荐

    Jboss Seam中文版

    6. **热部署与增量部署**:讨论了Seam支持的动态部署特性,方便开发者在开发过程中实时查看更改效果。 7. **在JBoss 4.0下使用Seam**:由于JBoss 4.0版本较老,因此需要特别注意兼容性问题。 #### 第三章:上下文...

    jsf+seam+jpa实例

    **JSF、Seam与JPA整合实例详解** 在现代Web应用开发中,JavaServer Faces (JSF)、Seam框架和Java Persistence API (JPA)是三个关键的技术组件。本实例将深入探讨如何利用这三者进行联合开发,帮助开发者实现高效、...

    Seam Tutorial文档

    同样地,在Tomcat环境下运行Seam示例也非常简单,不需要额外的配置步骤。只需要按照标准的Web应用部署流程,将示例项目部署到Tomcat服务器上即可。 ##### 1.1.3 运行示例测试 Seam不仅提供了示例应用,还包含了...

    J2EE JNDI配置原理详解 JBOSS安装配置 Maven入门 Ant使用入门

    1.8 Tomcat5启动流程与配置详解 1.9 HttpServlet详解 1.10 Ant使用入门 1.11 Maven Ant之间的比较 1.12 详解MANIFEST.MF文件 1.13 Maven入门--概念与实例 1.14 Subversion 1.15 jar war ear区别 1.16 如何在...

    seam jsf ejb 资源相关连部分

    ### Seam JSF EJB 资源相关连部分详解 #### 一、概述 Seam、JSF(JavaServer Faces)和EJB(Enterprise JavaBeans)都是Java企业级开发的重要组成部分,它们各自解决了不同的问题,并且可以很好地协同工作来构建...

    深入浅出JBoss_2BSeam

    此外,JBoss AS(Application Server)的热部署功能使得开发者在开发过程中能够快速地测试和调试应用。 接下来,我们探讨Seam框架。Seam弥补了Java EE中的一些不足,它将JSF(JavaServer Faces)、EJB、CDI...

    Tapestry5 使用教程

    开发者可以在不重启应用的情况下实时看到代码修改的效果,并且框架能提供具体的异常报告及可能的修复建议。 - **Web 设计师**:Tapestry 页面是以有效的 HTML 或 XHTML 文件形式存在,可以直接用浏览器打开查看。 - ...

    richfaces_reference

    手册列举了多个兼容的服务器平台,如Tomcat、JBoss、WebLogic、WebSphere等,为开发者部署RichFaces应用程序提供了多样化的选择,满足不同场景下的需求。 #### 支持的浏览器 手册强调了对主流浏览器的支持,包括IE...

    richfaces技术文档

    1. **支持的Java版本**:RichFaces框架兼容多个Java版本,确保了在不同环境下的稳定运行。 2. **支持的JavaServer Faces实现**:包括Sun JSF RI、Apache MyFaces等多种JSF实现,提高了框架的兼容性。 3. **支持的...

    个人英文简历模板resume

    ### 个人英文简历模板知识点详解 #### 一、简历基本信息 - **姓名**:Brian Repko - **地址**:5245 Drew Avenue S, Minneapolis, MN 55410 - **电话**:(612) 229-6779 - **邮箱**:brian.repko@learnthinkcode....

    richFaces帮助文档

    ### RichFaces框架详解 #### 一、概述 **RichFaces** 是一款强大的开源JavaScript框架,它为JavaServer Faces (JSF) 提供了一系列丰富的组件库和皮肤支持功能。该框架致力于简化Web应用开发过程中的复杂度,使得...

Global site tag (gtag.js) - Google Analytics