[jboss-user] [EJB/JBoss] - ejb not started on jboss

golubsv do-not-reply at jboss.com
Wed Sep 3 11:27:50 EDT 2008


when i deploy myapp.war on embedded tomcat, i have stacktrace

03.09.2008 18:06:34 org.apache.tomcat.util.digester.SetPropertiesRule begin
  | WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:seam-prototype-war' did not find a matching property.
  | 03.09.2008 18:06:34 org.apache.catalina.core.AprLifecycleListener init
  | INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_11\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre1.6.0_07/bin/client;C:/Program Files/Java/jre1.6.0_07/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\apache-ant-1.7.0\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin;D:\workspace\h2\lib;%J2EE_HOME%\bin;c:\Program Files\Apache Software Foundation\apache-maven-2.0.9\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.7.0\bin;C:\Program Files\Java\jdk1.5.0_11\bin;C:\Sun\jwsdp-2.0\jwsdp-shared\bin;C:\Sun\SDK\bin
  | 03.09.2008 18:06:34 org.apache.coyote.http11.Http11Protocol init
  | INFO: Initializing Coyote HTTP/1.1 on http-8080
  | 03.09.2008 18:06:34 org.apache.catalina.startup.Catalina load
  | INFO: Initialization processed in 1111 ms
  | WARN  [org.jboss.mx.loading.UnifiedLoaderRepository3] Tried to add non-URLClassLoader.  Ignored
  | WARN  [org.jboss.aop.deployment.AspectManagerService] Could not find base-aspects.xml file in the resources of org.apache.catalina.loader.StandardClassLoader at 52fe85
  | INFO  [org.jboss.aop.deployers.AspectDeployer] Deploying xml into org.jboss.aop.AspectManager at 211b37 for org.apache.catalina.loader.StandardClassLoader at 52fe85
  | INFO  [org.jboss.resource.deployers.RARDeployment] Required license terms exist, view vfsfile:/C:/Tomcat/lib/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
  | INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  | INFO  [org.jboss.resource.deployers.RARDeployment] Required license terms exist, view vfsfile:/C:/Tomcat/lib/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
  | INFO  [org.jboss.resource.deployers.RARDeployment] Required license terms exist, view vfsfile:/C:/Tomcat/lib/deploy/jms-ra.rar/META-INF/ra.xml
  | WARN  [org.jboss.jms.server.security.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.
  | INFO  [org.jboss.jms.server.ServerPeer] JBoss Messaging 1.4.0.SP1 server [0] started
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://golubsv:4457 has leasing enabled, lease period 10000 milliseconds
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 176d662 started
  | INFO  [org.jboss.jms.server.destination.QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | WARN  [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
  | WARN  [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://golubsv:4457 has leasing enabled, lease period 10000 milliseconds
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 67f797 started
  | INFO  [org.jboss.jms.server.destination.QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://golubsv:4457 has leasing enabled, lease period 10000 milliseconds
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 1860045 started
  | INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  | 03.09.2008 18:06:45 org.apache.catalina.core.StandardService start
  | INFO: Starting service Catalina
  | 03.09.2008 18:06:45 org.apache.catalina.core.StandardEngine start
  | INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
  | 03.09.2008 18:06:45 org.apache.catalina.loader.WebappLoader start
  | INFO: Dual registration of jndi stream handler: factory already defined
  | 03.09.2008 18:06:46 org.apache.catalina.core.StandardContext addApplicationListener
  | INFO: The listener "org.jboss.seam.servlet.SeamListener" is already configured for this context. The duplicate definition has been ignored.
  | WARN  [org.jboss.xb.builder.runtime.CollectionPropertyHandler] ClassInfo.getDeclaredConstructor(null) didn't work for org.jboss.metadata.ejb.spec.InterceptorClassesMetaData, found the default ctor in ClassInfo.getDeclaredConstructors()
  | INFO  [org.jboss.ejb3.deployers.AppClientScanningDeployer] mainClass = class org.h2.tools.Console
  | INFO  [org.jboss.ejb3.deployers.AppClientScanningDeployer] mainClass = class org.mvel.MVELSH
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=jboss-seam-2.0.2.SP1.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:org.jboss.seam.async.LocalTimerServiceDispatcher
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=jboss-seam-2.0.2.SP1.jar,name=EjbSynchronizations,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:org.jboss.seam.transaction.LocalEjbSynchronizations
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=classes,name=ForgotPassword,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:stateless.ForgotPasswordInterface
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: stateless.ForgotPassword ejbName: ForgotPassword
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=classes,name=SignIn,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:stateless.SignInInterface
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: stateless.SignIn ejbName: SignIn
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=classes,name=SignUp,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:stateless.SignUpInterface
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: stateless.SignUp ejbName: SignUp
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | 03.09.2008 18:06:53 com.sun.faces.config.ConfigureListener contextInitialized
  | INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b16-p02) for context '/seam-prototype-war'
  | INFO  [javax.servlet.ServletContextListener] Welcome to Seam 2.0.2.SP1
  | INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
  | INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
  | 03.09.2008 18:06:58 org.apache.coyote.http11.Http11Protocol start
  | INFO: Starting Coyote HTTP/1.1 on http-8080
  | 03.09.2008 18:06:58 org.apache.jk.common.ChannelSocket init
  | INFO: JK: ajp13 listening on /0.0.0.0:8009
  | 03.09.2008 18:06:58 org.apache.jk.server.JkMain start
  | INFO: Jk running ID=0 time=0/63  config=null
  | 03.09.2008 18:06:58 org.apache.catalina.startup.Catalina start
  | INFO: Server startup in 23999 ms
  | WARN  [org.jboss.seam.security.RuleBasedIdentity] no security rule base available - please install a RuleBase with the name 'securityRules' if permission checks are required.
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jboss-seam-mail-2.0.2.SP1.jar!/META-INF/seam-mail.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jboss-seam-ui-2.0.2.SP1.jar!/META-INF/s.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-core.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-html.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-ui.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jstl-core.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jstl-fn.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/a4j.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/ajax4jsf.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/jsp.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/rich.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/richfaces.taglib.xml

and when i deploy this app on jboss as (i exclude isf-api & jsf-impl) i have this stacktrace

03.09.2008 18:06:34 org.apache.tomcat.util.digester.SetPropertiesRule begin
  | WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:seam-prototype-war' did not find a matching property.
  | 03.09.2008 18:06:34 org.apache.catalina.core.AprLifecycleListener init
  | INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_11\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre1.6.0_07/bin/client;C:/Program Files/Java/jre1.6.0_07/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\apache-ant-1.7.0\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin;D:\workspace\h2\lib;%J2EE_HOME%\bin;c:\Program Files\Apache Software Foundation\apache-maven-2.0.9\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.7.0\bin;C:\Program Files\Java\jdk1.5.0_11\bin;C:\Sun\jwsdp-2.0\jwsdp-shared\bin;C:\Sun\SDK\bin
  | 03.09.2008 18:06:34 org.apache.coyote.http11.Http11Protocol init
  | INFO: Initializing Coyote HTTP/1.1 on http-8080
  | 03.09.2008 18:06:34 org.apache.catalina.startup.Catalina load
  | INFO: Initialization processed in 1111 ms
  | WARN  [org.jboss.mx.loading.UnifiedLoaderRepository3] Tried to add non-URLClassLoader.  Ignored
  | WARN  [org.jboss.aop.deployment.AspectManagerService] Could not find base-aspects.xml file in the resources of org.apache.catalina.loader.StandardClassLoader at 52fe85
  | INFO  [org.jboss.aop.deployers.AspectDeployer] Deploying xml into org.jboss.aop.AspectManager at 211b37 for org.apache.catalina.loader.StandardClassLoader at 52fe85
  | INFO  [org.jboss.resource.deployers.RARDeployment] Required license terms exist, view vfsfile:/C:/Tomcat/lib/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
  | INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  | INFO  [org.jboss.resource.deployers.RARDeployment] Required license terms exist, view vfsfile:/C:/Tomcat/lib/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
  | INFO  [org.jboss.resource.deployers.RARDeployment] Required license terms exist, view vfsfile:/C:/Tomcat/lib/deploy/jms-ra.rar/META-INF/ra.xml
  | WARN  [org.jboss.jms.server.security.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.
  | INFO  [org.jboss.jms.server.ServerPeer] JBoss Messaging 1.4.0.SP1 server [0] started
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://golubsv:4457 has leasing enabled, lease period 10000 milliseconds
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 176d662 started
  | INFO  [org.jboss.jms.server.destination.QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | WARN  [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
  | WARN  [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://golubsv:4457 has leasing enabled, lease period 10000 milliseconds
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 67f797 started
  | INFO  [org.jboss.jms.server.destination.QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] Connector bisocket://golubsv:4457 has leasing enabled, lease period 10000 milliseconds
  | INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 1860045 started
  | INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  | 03.09.2008 18:06:45 org.apache.catalina.core.StandardService start
  | INFO: Starting service Catalina
  | 03.09.2008 18:06:45 org.apache.catalina.core.StandardEngine start
  | INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
  | 03.09.2008 18:06:45 org.apache.catalina.loader.WebappLoader start
  | INFO: Dual registration of jndi stream handler: factory already defined
  | 03.09.2008 18:06:46 org.apache.catalina.core.StandardContext addApplicationListener
  | INFO: The listener "org.jboss.seam.servlet.SeamListener" is already configured for this context. The duplicate definition has been ignored.
  | WARN  [org.jboss.xb.builder.runtime.CollectionPropertyHandler] ClassInfo.getDeclaredConstructor(null) didn't work for org.jboss.metadata.ejb.spec.InterceptorClassesMetaData, found the default ctor in ClassInfo.getDeclaredConstructors()
  | INFO  [org.jboss.ejb3.deployers.AppClientScanningDeployer] mainClass = class org.h2.tools.Console
  | INFO  [org.jboss.ejb3.deployers.AppClientScanningDeployer] mainClass = class org.mvel.MVELSH
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=jboss-seam-2.0.2.SP1.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:org.jboss.seam.async.LocalTimerServiceDispatcher
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=jboss-seam-2.0.2.SP1.jar,name=EjbSynchronizations,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:org.jboss.seam.transaction.LocalEjbSynchronizations
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=classes,name=ForgotPassword,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:stateless.ForgotPasswordInterface
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: stateless.ForgotPassword ejbName: ForgotPassword
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=classes,name=SignIn,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:stateless.SignInInterface
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: stateless.SignIn ejbName: SignIn
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] installing bean: jboss.j2ee:jar=classes,name=SignUp,service=EJB3 with dependencies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction]   and supplies:
  | INFO  [org.jboss.ejb3.MCKernelAbstraction] 	Class:stateless.SignUpInterface
  | INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB: stateless.SignUp ejbName: SignUp
  | WARN  [org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory] TIMER SERVICE IS NOT INSTALLED
  | 03.09.2008 18:06:53 com.sun.faces.config.ConfigureListener contextInitialized
  | INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b16-p02) for context '/seam-prototype-war'
  | INFO  [javax.servlet.ServletContextListener] Welcome to Seam 2.0.2.SP1
  | INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
  | INFO  [org.ajax4jsf.cache.CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
  | INFO  [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
  | 03.09.2008 18:06:58 org.apache.coyote.http11.Http11Protocol start
  | INFO: Starting Coyote HTTP/1.1 on http-8080
  | 03.09.2008 18:06:58 org.apache.jk.common.ChannelSocket init
  | INFO: JK: ajp13 listening on /0.0.0.0:8009
  | 03.09.2008 18:06:58 org.apache.jk.server.JkMain start
  | INFO: Jk running ID=0 time=0/63  config=null
  | 03.09.2008 18:06:58 org.apache.catalina.startup.Catalina start
  | INFO: Server startup in 23999 ms
  | WARN  [org.jboss.seam.security.RuleBasedIdentity] no security rule base available - please install a RuleBase with the name 'securityRules' if permission checks are required.
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jboss-seam-mail-2.0.2.SP1.jar!/META-INF/seam-mail.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jboss-seam-ui-2.0.2.SP1.jar!/META-INF/s.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-core.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-html.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-ui.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jstl-core.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jstl-fn.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/a4j.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/ajax4jsf.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/jsp.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/rich.taglib.xml
  | 03.09.2008 18:07:01 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/D:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/seam-prototype-war/WEB-INF/lib/richfaces-ui-3.2.2.CR2.jar!/META-INF/richfaces.taglib.xml

my beans is in myapp/WEB-INF/classes 
ejb-jar.xml is in myapp/WEB-INF/classes/META-INF
ejb-jar.xml:

<?xml version="1.0" encoding="UTF-8"?>
  | <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" 
  |          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  |          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
  |          version="3.0">
  |          
  |    <interceptors>
  |       <interceptor>
  |          <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
  |       </interceptor>
  |    </interceptors>
  |    
  |    <assembly-descriptor>
  |       <interceptor-binding>
  |          <ejb-name>*</ejb-name>
  |          <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
  |       </interceptor-binding>
  |    </assembly-descriptor>
  |    
  | </ejb-jar>
  | 

please say me what files need for ejb container on jboss (on tomcat work fine), to start my ejb, because app do not work :(

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

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



More information about the jboss-user mailing list