1 2 Previous Next 25 Replies Latest reply on Sep 25, 2013 9:15 PM by ybxiang.china Go to original post
      • 15. Re: Exception on execute session bean "No Persistence provider for EntityManager"
        kozachuk-v

        log for persistence

         

        • 10:00:39,560 DEBUG [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 48) Processing PersistenceUnitInfo [
        •   name: blackBox
        •   persistence provider classname: org.hibernate.ejb.HibernatePersistence
        •   classloader: ModuleClassLoader for Module "deployment.blackBoxEJBEAR.ear.blackBoxEJB.jar:main" from Service Module Loader
        •   Temporary classloader: org.jboss.as.jpa.classloader.TempClassLoader@1102abe8
        •   excludeUnlistedClasses: false
        •   JTA datasource: org.jboss.jca.adapters.jdbc.WrapperDataSource@46641511
        •   Non JTA datasource: null
        •   Transaction type: JTA
        •   PU root URL: vfs:/D:/dvelop/jboss-eap-6.1/standalone/deployments/blackBoxEJBEAR.ear/blackBoxEJB.jar/
        •   Shared Cache Mode: ENABLE_SELECTIVE
        •   Validation Mode: AUTO
        •   Jar files URLs []
        •   Managed classes names []
        •   Mapping files names []
        •   Properties [
        •   hibernate.transaction.manager_lookup_class: org.hibernate.transaction.JBossTransactionManagerLookup
        •   hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
        •   hibernate.cache.use_second_level_cache: true
        •   hibernate.format_sql: true
        •   hibernate.cache.region.factory_class: org.jboss.as.jpa.hibernate4.infinispan.InfinispanRegionFactory
        •   hibernate.cache.region_prefix: blackBoxEJBEAR.ear/blackBoxEJB.jar#blackBox
        •   hibernate.hbm2ddl.auto: update
        •   hibernate.show_sql: false
        •   hibernate.cache.infinispan.cachemanager: java:jboss/infinispan/container/hibernate]

        log driver mysql

        • 10:00:40,021 DEBUG [org.hibernate.engine.jdbc.internal.JdbcServicesImpl] (ServerService Thread Pool -- 48) Database ->
        •        name : MySQL
        •     version : 5.6.12-log
        •       major : 5
        •       minor : 6
        • 10:00:40,022 DEBUG [org.hibernate.engine.jdbc.internal.JdbcServicesImpl] (ServerService Thread Pool -- 48) Driver ->
        •        name : MySQL Connector Java
        •     version : mysql-connector-java-5.1.26 ( Revision: ${bzr.revision-id} )
        •       major : 5
        •       minor : 1
        • 10:00:40,023 DEBUG [org.hibernate.engine.jdbc.internal.JdbcServicesImpl] (ServerService Thread Pool -- 48) JDBC version : 4.0
        • 10:00:40,087 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 48) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect

        database (DS)

         

        10:00:37,703 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/blackBoxDS]

        • 16. Re: Exception on execute session bean "No Persistence provider for EntityManager"
          kozachuk-v

          I tried

          EntityManagerFactory emf = Persistence.createEntityManagerFactory("blackBox");

          EntityManager em= emf.createEntityManager();

          does not work emf is null and em is null

          • 17. Re: Exception on execute session bean "No Persistence provider for EntityManager"
            kozachuk-v

            I just deploy to jboss7.2 eap 6.1. Download wildFly, nothing has changed, it's my mistake somewhere

            • 18. Re: Exception on execute session bean "No Persistence provider for EntityManager"
              kozachuk-v

              on this issue, as I understand it came to the conclusion that it is a mistake jboss

              Starting deployment of "null"

              • 19. Re: Exception on execute session bean "No Persistence provider for EntityManager"
                ronsi

                Scott, Thanks a lot for the quick response. You are the first one to respond to my question. So, thanks. I read your TRACE response earlier and have already enabled it (below is the trace output from log). Can you please further elaborate what kind of deployment issue was that is there a ticket opened I can have a look at?

                 

                10:18:30,539 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-12) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}

                10:18:30,544 INFO  [org.hibernate.Version] (MSC service thread 1-12) HHH000412: Hibernate Core {4.0.1.Final}

                10:18:30,547 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-12) HHH000206: hibernate.properties not found

                10:18:30,549 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-12) HHH000021: Bytecode provider name : javassist

                10:18:30,565 DEBUG [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-12) Look up for persistence unit: coreUnit

                10:18:30,566 TRACE [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-12) Analyzing persistence.xml: vfs:/C:/dev/www-seam/jboss-as-7.1.1.Final/bin/content/oas-ear-1.0.ear/core-services-ejb-1.0.jar/META-INF/persistence.xml

                10:18:30,678 TRACE [org.hibernate.ejb.packaging.PersistenceXmlLoader] (MSC service thread 1-12) Validate with persistence_2_0.xsd schema on file vfs:/C:/dev/www-seam/jboss-as-7.1.1.Final/bin/content/oas-ear-1.0.ear/core-services-ejb-1.0.jar/META-INF/persistence.xml

                10:18:30,691 TRACE [org.hibernate.ejb.packaging.PersistenceXmlLoader] (MSC service thread 1-12) Persistent Unit name from persistence.xml: coreUnit

                10:18:30,693 TRACE [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-12) PersistenceMetadata(version=2.0) [

                  name: coreUnit

                  jtaDataSource: java:jboss/datasources/myDatasource

                  nonJtaDataSource: null

                  transactionType: JTA

                  provider: org.hibernate.ejb.HibernatePersistence

                  useQuotedIdentifiers: false

                  classes[

                  org.interac.model.config.ApplicationMetadata ]

                  packages[

                  ]

                  mappingFiles[

                  ]

                  jarFiles[

                  ]

                  hbmfiles: 0

                  properties[

                  hibernate.transaction.manager_lookup_class: org.hibernate.transaction.JBossTransactionManagerLookup

                  hibernate.dialect: org.hibernate.dialect.Oracle10gDialect

                  hibernate.show_sql: true

                  hibernate.format_sql: true

                  hibernate.hbm2ddl.auto: validate

                  hibernate.use_sql_comments: true

                  ]]

                10:18:30,713 TRACE [org.hibernate.ejb.packaging.JarVisitorFactory] (MSC service thread 1-12) JAR URL from URL Entry: vfs:/C:/dev/www-seam/jboss-as-7.1.1.Final/bin/content/oas-ear-1.0.ear/core-services-ejb-1.0.jar/META-INF/persistence.xml >> vfs:/C:/dev/www-seam/jboss-as-7.1.1.Final/bin/content/oas-ear-1.0.ear/core-services-ejb-1.0.jar

                10:18:30,715 DEBUG [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-12) Detect class: true; detect hbm: true

                10:18:30,718 DEBUG [org.hibernate.ejb.packaging.AbstractJarVisitor] (MSC service thread 1-12) Searching mapped entities in jar/par: vfs:/C:/dev/www-seam/jboss-as-7.1.1.Final/bin/content/oas-ear-1.0.ear/core-services-ejb-1.0.jar

                10:18:30,721 DEBUG [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-12) Detect class: true; detect hbm: true

                10:18:30,722 DEBUG [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-12) Creating Factory: coreUnit

                10:18:30,744 DEBUG [org.hibernate.ejb.util.NamingHelper] (MSC service thread 1-12) No JNDI name configured for binding Ejb3Configuration

                10:18:31,073 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-12) HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect

                10:18:31,093 WARN  [org.hibernate.service.jta.platform.internal.JtaPlatformInitiator] (MSC service thread 1-12) HHH000427: Using deprecated org.hibernate.transaction.TransactionManagerLookup strategy [hibernate.transaction.manager_lookup_class], use newer org.hibernate.service.jta.platform.spi.JtaPlatform strategy instead [hibernate.transaction.jta.platform]

                10:18:31,095 INFO  [org.hibernate.service.jta.platform.internal.JtaPlatformInitiator] (MSC service thread 1-12) HHH000428: Encountered legacy TransactionManagerLookup specified; convert to newer org.hibernate.service.jta.platform.spi.JtaPlatform contract specified via hibernate.transaction.jta.platform setting

                10:18:31,098 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-12) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

                10:18:31,101 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-12) HHH000397: Using ASTQueryTranslatorFactory

                • 20. Re: Exception on execute session bean "No Persistence provider for EntityManager"
                  ronsi

                  And you mentioned EAP 6.x but I'm running JBOSS 7.1.1.FINAL. So, 7.1.1.Final should you have addressed that bug already?

                  • 21. Re: Exception on execute session bean "No Persistence provider for EntityManager"
                    ronsi

                    Scott, So, I enabled TRACING but I don't presence of "org.jboss.as.jpa" in the log file. All persistence related stuff is reffering to "org.hibernate.ejb.*" package. Is this a problem?

                     

                    UPDATE

                     

                    In the code I have moved the injection (@PersistenceContext) from member variable to method to see when it actually injects. So, now I get the below EJB Invocation exception. Any clue what it might be?

                     

                    12:13:51,360 ERROR [org.jboss.ejb3.invocation] (http-itord150.company.local-192.168.101.250-8180-1) JBAS014134: EJB Invocation failed on component UserServiceBean for method public abstract org.company.model.security.User org.company.service.UserService.findByUsername(java.lang.String): javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance

                      at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:166) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.company.service.UserService$$$view17.findByUsername(Unknown Source) [core-services-ejb-1.0.jar:]

                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                      at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                      at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.javassist.tmp.java.lang.Object_$$_javassist_seam_7.findByUsername(Object_$$_javassist_seam_7.java)

                      at org.company.extranet.util.OpenAmSingleSignOnAuthenticator.authenticate(OpenAmSingleSignOnAuthenticator.java:71)

                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                      at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                      at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.company.extranet.util.OpenAmSingleSignOnAuthenticator_$$_javassist_seam_6.authenticate(OpenAmSingleSignOnAuthenticator_$$_javassist_seam_6.java)

                      at org.company.extranet.util.OpenAmSeamFilter$1.process(OpenAmSeamFilter.java:67)

                      at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:65) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.company.extranet.util.OpenAmSeamFilter.doFilter(OpenAmSeamFilter.java:63)

                      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)

                      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)

                      at com.sun.identity.agents.filter.AmAgentBaseFilter.allowRequestToContinue(AmAgentBaseFilter.java:130) [agent.jar:3.2.0-SNAPSHOT - 20130820-1339]

                      at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:80) [agent.jar:3.2.0-SNAPSHOT - 20130820-1339]

                      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)

                      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)

                      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)

                      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)

                      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:397)

                      at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)

                      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)

                      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

                      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

                      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)

                      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

                      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)

                      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)

                      at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_11]

                    Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance

                      at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.component.stateless.StatelessSessionComponent$1.create(StatelessSessionComponent.java:66) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.component.stateless.StatelessSessionComponent$1.create(StatelessSessionComponent.java:63) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.pool.AbstractPool.create(AbstractPool.java:60) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.pool.strictmax.StrictMaxPool.get(StrictMaxPool.java:123) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:47) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      ... 70 more

                    Caused by: java.lang.IllegalArgumentException: could not get property value: userService.em

                      at org.jboss.seam.Component.getPropertyValue(Component.java:1916) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.Component.access$400(Component.java:126) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.Component$BijectedMethod.get(Component.java:2918) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.proxyPersistenceContexts(HibernateSessionProxyInterceptor.java:54) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.postConstruct(HibernateSessionProxyInterceptor.java:44) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                      at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                      at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.Interceptor.postConstruct(Interceptor.java:208) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:75) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.RootInterceptor.invokeAndHandle(RootInterceptor.java:84) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.intercept.SessionBeanInterceptor.postConstruct(SessionBeanInterceptor.java:121) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                      at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                      at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:118) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                      at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                      ... 78 more

                    Caused by: java.lang.IllegalArgumentException: Could not invoke method by reflection: BaseServiceBean.setEm(javax.persistence.EntityManager) on: org.company.service.UserServiceBean

                      at org.jboss.seam.util.Reflections.invoke(Reflections.java:32) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      at org.jboss.seam.Component.getPropertyValue(Component.java:1912) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      ... 114 more

                    Caused by: java.lang.IllegalArgumentException: wrong number of arguments

                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                      at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                      at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                      ... 115 more

                    • 22. Re: Exception on execute session bean "No Persistence provider for EntityManager"
                      smarlow

                      Ron,

                       

                      Not sure why your not seeing trace log output for org.jboss.as.jpa, maybe check the spelling that you used when updating standalone.xml.

                       

                      Regarding the 7.1.1 timing issue, it was a multi-threading issue that had to do with attempting to inject the persistence context into the class variable, before the persistence context has been created. 

                       

                      Scott

                      • 23. Re: Exception on execute session bean "No Persistence provider for EntityManager"
                        ronsi

                        Scott,

                         

                        I just checked spelling looks alright. Would you know by any chance why I might be getting the below EJB exception? I believe the exception occurs when it asks EJB container for PersistenceContext through a setter method.

                         

                        <logger category="org.jboss.as.jpa">

                          <level name="TRACE"/>

                        </logger>

                         

                        12:13:51,360 ERROR [org.jboss.ejb3.invocation] (http-itord150.company.local-192.168.101.250-8180-1) JBAS014134: EJB Invocation failed on component UserServiceBean for method public abstract org.company.model.security.User org.company.service.UserService.findByUsername(java.lang.String): javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance

                          at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:166) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.company.service.UserService$$$view17.findByUsername(Unknown Source) [core-services-ejb-1.0.jar:]

                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                          at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                          at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.javassist.tmp.java.lang.Object_$$_javassist_seam_7.findByUsername(Object_$$_javassist_seam_7.java)

                          at org.company.extranet.util.OpenAmSingleSignOnAuthenticator.authenticate(OpenAmSingleSignOnAuthenticator.java:71)

                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                          at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                          at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.company.extranet.util.OpenAmSingleSignOnAuthenticator_$$_javassist_seam_6.authenticate(OpenAmSingleSignOnAuthenticator_$$_javassist_seam_6.java)

                          at org.company.extranet.util.OpenAmSeamFilter$1.process(OpenAmSeamFilter.java:67)

                          at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:65) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.company.extranet.util.OpenAmSeamFilter.doFilter(OpenAmSeamFilter.java:63)

                          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)

                          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)

                          at com.sun.identity.agents.filter.AmAgentBaseFilter.allowRequestToContinue(AmAgentBaseFilter.java:130) [agent.jar:3.2.0-SNAPSHOT - 20130820-1339]

                          at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:80) [agent.jar:3.2.0-SNAPSHOT - 20130820-1339]

                          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)

                          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)

                          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)

                          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)

                          at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:397)

                          at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)

                          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)

                          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

                          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

                          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)

                          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

                          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)

                          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)

                          at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_11]

                        Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance

                          at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.component.stateless.StatelessSessionComponent$1.create(StatelessSessionComponent.java:66) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.component.stateless.StatelessSessionComponent$1.create(StatelessSessionComponent.java:63) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.pool.AbstractPool.create(AbstractPool.java:60) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.pool.strictmax.StrictMaxPool.get(StrictMaxPool.java:123) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:47) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          ... 70 more

                        Caused by: java.lang.IllegalArgumentException: could not get property value: userService.em

                          at org.jboss.seam.Component.getPropertyValue(Component.java:1916) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.Component.access$400(Component.java:126) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.Component$BijectedMethod.get(Component.java:2918) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.proxyPersistenceContexts(HibernateSessionProxyInterceptor.java:54) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.postConstruct(HibernateSessionProxyInterceptor.java:44) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                          at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                          at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.Interceptor.postConstruct(Interceptor.java:208) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:75) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.RootInterceptor.invokeAndHandle(RootInterceptor.java:84) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.intercept.SessionBeanInterceptor.postConstruct(SessionBeanInterceptor.java:121) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                          at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                          at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:118) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

                          at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]

                          ... 78 more

                        Caused by: java.lang.IllegalArgumentException: Could not invoke method by reflection: BaseServiceBean.setEm(javax.persistence.EntityManager) on: org.company.service.UserServiceBean

                          at org.jboss.seam.util.Reflections.invoke(Reflections.java:32) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          at org.jboss.seam.Component.getPropertyValue(Component.java:1912) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          ... 114 more

                        Caused by: java.lang.IllegalArgumentException: wrong number of arguments

                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_11]

                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_11]

                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_11]

                          at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_11]

                          at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]

                          ... 115 more

                        • 24. Re: Exception on execute session bean "No Persistence provider for EntityManager"
                          kozachuk-v

                          Server is not properly prescribed, or rather not correctly prescribed library server (server runtime environment). I downloaded the archive, unzip and pointed the way to the archive server configuration (it was not full). Last server installation is over just by pressing (Download and install runtime...) I created a simple example and a miracle happened. Thank you all, I learned a lot for myself.

                          • 25. Re: Exception on execute session bean "No Persistence provider for EntityManager"
                            ybxiang.china

                            It's my pleasure that I can help you.

                            I am ready to help anybody who love JBoss AS.

                            1 2 Previous Next