2 Replies Latest reply on Sep 4, 2007 9:54 AM by zhamdi

    EJB not visible through JNDI

    zhamdi

      Hi,

      I'm experiencing a strange problem: I can see my EJB3 bean under the web console under the the path:
      System/JMX MBeans/jboss.j2ee/jboss.j2ee:jar=MyEjbJar.jar...
      it is clearely recognized as a Stateless EJB:

      MBean Name: Domain Name: jboss.j2ee
       service: EJB3
       name: ViewPersonListCommand
       jar: IntoServicesEJB.jar
      MBean Java Class: org.jboss.ejb3.stateless.StatelessDelegateWrapper


      But my lookup to the name: ViewPersonListCommand/local throws a naming exception:

      Caused by: java.lang.RuntimeException: Can't find Bean under JNDI: 'ViewPersonListCommand/local'
       at fr.into.common.ejb.EJBUtil.lookup(EJBUtil.java:15)
       at fr.into.services.controller.session.User.<init>(User.java:22)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
       at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
       at java.lang.Class.newInstance0(Class.java:355)
       at java.lang.Class.newInstance(Class.java:308)
       at com.sun.faces.config.ManagedBeanFactoryImpl.newInstance(ManagedBeanFactoryImpl.java:277)
       ... 93 more
      Caused by: javax.naming.NameNotFoundException: ViewPersonListCommand not bound
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
       at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
       at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
       at javax.naming.InitialContext.lookup(InitialContext.java:392)
       at fr.into.common.ejb.EJBUtil.lookup(EJBUtil.java:13)


      Does anyone have any idea?

      Thanks a lot, this is taking me a lot of time and there's no way to see which JNDI name is mapped to the bean. In addition to that, the same name worked until I've tryed to add Facelet capabilities to my app. I know this doesn't have anything to do with it but it's what I'm experiencing today.

      Naturally there's no message saying that the bean wasn't deployed or any problem occured while deploying the EJB jar...

      Thanks,



        • 1. Re: EJB not visible through JNDI
          zhamdi

          Here's my complete log:

          12:01:25,078 INFO [Server] Starting JBoss (MX MicroKernel)...
          12:01:25,078 INFO [Server] Release ID: JBoss [EAP] 4.2.0.GA (build: SVNTag=JBPAPP_4_2_0_GA date=200706281411)
          12:01:25,078 INFO [Server] Home Dir: D:\rhdevstudio\jboss-eap\jboss-as
          12:01:25,078 INFO [Server] Home URL: file:/D:/rhdevstudio/jboss-eap/jboss-as/
          12:01:25,078 INFO [Server] Patch URL: null
          12:01:25,078 INFO [Server] Server Name: default
          12:01:25,078 INFO [Server] Server Home Dir: D:\rhdevstudio\jboss-eap\jboss-as\server\default
          12:01:25,078 INFO [Server] Server Home URL: file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/
          12:01:25,078 INFO [Server] Server Log Dir: D:\rhdevstudio\jboss-eap\jboss-as\server\default\log
          12:01:25,078 INFO [Server] Server Temp Dir: D:\rhdevstudio\jboss-eap\jboss-as\server\default\tmp
          12:01:25,078 INFO [Server] Root Deployment Filename: jboss-service.xml
          12:01:25,453 INFO [ServerInfo] Java version: 1.6.0,Sun Microsystems Inc.
          12:01:25,453 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0-b105,Sun Microsystems Inc.
          12:01:25,453 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
          12:01:25,765 INFO [Server] Core system initialized
          12:01:27,593 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
          12:01:27,593 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
          12:01:28,046 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
          12:01:28,046 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
          12:01:28,296 INFO [TransactionManagerService] Starting recovery manager
          12:01:28,390 INFO [TransactionManagerService] Recovery manager started
          12:01:28,390 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
          12:01:30,843 INFO [EJB3Deployer] Starting java:comp multiplexer
          12:01:32,390 INFO [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
          12:01:33,718 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Sun\SDK\jdk\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;d:\Sun\JRE16~1.0_0\bin;D:/Sun/SDK/jdk\bin\..\jre\bin\client;D:/Sun/SDK/jdk\bin\..\jre\bin;D:/Sun/SDK/jdk\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\JavaTools\apache-ant-1.6.5\bin;D:\Apache-ant-1.6.5\bin ;d:\Program Files\QuickTime\QTSystem\;d:\Sun\SDK\bin;d:\Sun\AppServer\bin
          12:01:33,781 INFO [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-127.0.0.1-8080
          12:01:33,796 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
          12:01:33,796 INFO [Catalina] Initialization processed in 243 ms
          12:01:33,796 INFO [StandardService] Démarrage du service jboss.web
          12:01:33,796 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
          12:01:33,859 INFO [Catalina] Server startup in 66 ms
          12:01:33,968 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
          12:01:34,734 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
          12:01:34,890 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp12539jbossws-context-exp.war/
          12:01:35,000 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
          12:01:35,656 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
          12:01:36,171 INFO [MailService] Mail Service bound to java:/Mail
          12:01:36,296 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
          12:01:36,328 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
          12:01:36,593 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
          12:01:36,625 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
          12:01:36,671 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
          12:01:36,703 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
          12:01:36,718 INFO [QuartzResourceAdapter] start quartz!!!
          12:01:36,781 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
          12:01:36,796 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
          12:01:36,812 INFO [RAMJobStore] RAMJobStore initialized.
          12:01:36,812 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
          12:01:36,812 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
          12:01:36,812 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
          12:01:37,875 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
          12:01:38,140 INFO [A] Bound to JNDI name: queue/A
          12:01:38,140 INFO [B] Bound to JNDI name: queue/B
          12:01:38,140 INFO [C] Bound to JNDI name: queue/C
          12:01:38,140 INFO [D] Bound to JNDI name: queue/D
          12:01:38,156 INFO [ex] Bound to JNDI name: queue/ex
          12:01:38,171 INFO [testTopic] Bound to JNDI name: topic/testTopic
          12:01:38,171 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
          12:01:38,171 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
          12:01:38,171 INFO [testQueue] Bound to JNDI name: queue/testQueue
          12:01:38,203 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
          12:01:38,250 INFO [DLQ] Bound to JNDI name: queue/DLQ
          12:01:38,343 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
          12:01:38,890 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
          12:01:38,890 INFO [JmxKernelAbstraction] installing MBean: persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA with dependencies:
          12:01:38,890 INFO [JmxKernelAbstraction] jboss.jca:name=jdbc/IntoJPA,service=DataSourceBinding
          12:01:38,953 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:38,953 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=IntoServicesEJB.jar,name=DeletePersonCommand,service=EJB3 with dependencies:
          12:01:38,953 INFO [JmxKernelAbstraction] persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:38,953 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:38,953 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=IntoServicesEJB.jar,name=EditPersonCommand,service=EJB3 with dependencies:
          12:01:38,953 INFO [JmxKernelAbstraction] persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:38,953 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:38,953 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=IntoServicesEJB.jar,name=SelectPersonCommand,service=EJB3 with dependencies:
          12:01:38,953 INFO [JmxKernelAbstraction] persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:38,953 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:38,953 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=IntoServicesEJB.jar,name=ViewPersonListCommand,service=EJB3 with dependencies:
          12:01:38,953 INFO [JmxKernelAbstraction] persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:38,968 INFO [EJB3Deployer] Deployed: file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServicesEJB.jar/
          12:01:38,984 INFO [TomcatDeployer] deploy, ctxPath=/IntoServicesWeb, warUrl=.../deploy/IntoServicesWeb.war/
          12:01:40,000 INFO [STDOUT] 2007-09-04 12:01:39,984 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.<init>(37) - new TobagoLifecycleFactory
          12:01:40,000 INFO [STDOUT] 2007-09-04 12:01:40,000 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycleIds(56) - getLifecycleIds()
          12:01:40,000 INFO [STDOUT] 2007-09-04 12:01:40,000 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycle(47) - getLifecycle("DEFAULT") -> TobagoLifecycle
          12:01:40,375 INFO [STDOUT] 2007-09-04 12:01:40,375 [main] INFO org.apache.myfaces.tobago.application.ViewHandlerImpl.<init>(43) - Hiding RI base implemation: com.sun.faces.application.ViewHandlerImpl@18767ad
          12:01:41,000 INFO [STDOUT] 2007-09-04 12:01:41,000 [main] INFO org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl.<init>(104) - Configure uploadMaxFileSize for org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl to 1048576
          12:01:41,000 INFO [STDOUT] 2007-09-04 12:01:41,000 [main] INFO org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl.<init>(105) - Configure uploadRepositryPath for org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl to d:\Temp\system\tmp\
          12:01:41,015 INFO [STDOUT] 2007-09-04 12:01:41,015 [main] INFO org.apache.myfaces.tobago.webapp.TobagoServletContextListener.contextInitialized(40) - *** contextInitialized ***
          12:01:41,078 INFO [STDOUT] 2007-09-04 12:01:41,078 [main] INFO org.apache.myfaces.tobago.config.TobagoConfig.addResourceDir(154) - adding resourceDir = 'skins'
          12:01:41,109 INFO [STDOUT] 2007-09-04 12:01:41,109 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.locateResourcesFromClasspath(123) - Loading tobago-theme.xml
          12:01:41,125 INFO [STDOUT] 2007-09-04 12:01:41,125 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'charlotteville'
          12:01:41,125 INFO [STDOUT] 2007-09-04 12:01:41,125 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServicesWeb.war/WEB-INF/lib/tobago-theme-charlotteville-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:41,140 INFO [STDOUT] 2007-09-04 12:01:41,140 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'richmond'
          12:01:41,140 INFO [STDOUT] 2007-09-04 12:01:41,140 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServicesWeb.war/WEB-INF/lib/tobago-theme-richmond-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:41,140 INFO [STDOUT] 2007-09-04 12:01:41,140 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/richmond/standard/property/tobago-theme-config.properties
          12:01:41,140 INFO [STDOUT] 2007-09-04 12:01:41,140 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'scarborough'
          12:01:41,140 INFO [STDOUT] 2007-09-04 12:01:41,140 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServicesWeb.war/WEB-INF/lib/tobago-theme-scarborough-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:41,140 INFO [STDOUT] 2007-09-04 12:01:41,140 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/property/tobago-theme-config.properties
          12:01:41,156 INFO [STDOUT] 2007-09-04 12:01:41,156 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla_4_7/property/tobago-theme-config.properties
          12:01:41,156 INFO [STDOUT] 2007-09-04 12:01:41,156 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/msie/property/tobago-theme-config.properties
          12:01:41,156 INFO [STDOUT] 2007-09-04 12:01:41,156 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/opera/property/tobago-theme-config.properties
          12:01:41,156 INFO [STDOUT] 2007-09-04 12:01:41,156 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
          12:01:41,156 INFO [STDOUT] 2007-09-04 12:01:41,156 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(195) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml
          12:01:41,171 INFO [STDOUT] 2007-09-04 12:01:41,171 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(195) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml
          12:01:41,203 INFO [STDOUT] 2007-09-04 12:01:41,203 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'speyside'
          12:01:41,203 INFO [STDOUT] 2007-09-04 12:01:41,203 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServicesWeb.war/WEB-INF/lib/tobago-theme-speyside-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:41,203 INFO [STDOUT] 2007-09-04 12:01:41,203 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/property/tobago-theme-config.properties
          12:01:41,203 INFO [STDOUT] 2007-09-04 12:01:41,203 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/speyside/msie/property/tobago-theme-config.properties
          12:01:41,203 INFO [STDOUT] 2007-09-04 12:01:41,203 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties
          12:01:41,203 INFO [STDOUT] 2007-09-04 12:01:41,203 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(195) - ** org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago.properties.xml
          12:01:41,218 INFO [STDOUT] 2007-09-04 12:01:41,218 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'standard'
          12:01:41,218 INFO [STDOUT] 2007-09-04 12:01:41,218 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServicesWeb.war/WEB-INF/lib/tobago-theme-standard-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:41,234 INFO [STDOUT] 2007-09-04 12:01:41,234 [main] INFO org.apache.myfaces.tobago.config.TobagoConfig.addResourceDir(154) - adding resourceDir = 'org/apache/myfaces/tobago/renderkit'
          12:01:41,234 INFO [STDOUT] 2007-09-04 12:01:41,234 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycle(47) - getLifecycle("DEFAULT") -> TobagoLifecycle
          12:01:41,281 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
          12:01:41,390 INFO [EARDeployer] Init J2EE application: file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServices.ear/
          12:01:43,109 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
          12:01:43,109 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA with dependencies:
          12:01:43,109 INFO [JmxKernelAbstraction] jboss.jca:name=jdbc/IntoJPA,service=DataSourceBinding
          12:01:43,109 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:43,109 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=DeletePersonCommand,service=EJB3 with dependencies:
          12:01:43,109 INFO [JmxKernelAbstraction] persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:43,125 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:43,125 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=EditPersonCommand,service=EJB3 with dependencies:
          12:01:43,125 INFO [JmxKernelAbstraction] persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:43,125 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:43,125 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=SelectPersonCommand,service=EJB3 with dependencies:
          12:01:43,125 INFO [JmxKernelAbstraction] persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:43,125 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
          12:01:43,125 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=ViewPersonListCommand,service=EJB3 with dependencies:
          12:01:43,125 INFO [JmxKernelAbstraction] persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          12:01:43,125 INFO [EJB3Deployer] Deployed: file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServices.ear/IntoServicesEJB.jar
          12:01:43,125 INFO [TomcatDeployer] deploy, ctxPath=/IntoServicesWeb, warUrl=.../tmp/deploy/tmp12569IntoServicesWeb-exp.war/
          12:01:43,140 INFO [STDOUT] 2007-09-04 12:01:43,140 [main] INFO org.apache.myfaces.tobago.webapp.TobagoServletContextListener.contextDestroyed(79) - *** contextDestroyed ***
          --- snip -----------------------------------------------------------------------
          12:01:43,843 INFO [STDOUT] 2007-09-04 12:01:43,843 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.<init>(37) - new TobagoLifecycleFactory
          12:01:43,843 INFO [STDOUT] 2007-09-04 12:01:43,843 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycleIds(56) - getLifecycleIds()
          12:01:43,843 INFO [STDOUT] 2007-09-04 12:01:43,843 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycle(47) - getLifecycle("DEFAULT") -> TobagoLifecycle
          12:01:43,890 INFO [STDOUT] 2007-09-04 12:01:43,890 [main] INFO org.apache.myfaces.tobago.application.ViewHandlerImpl.<init>(43) - Hiding RI base implemation: com.sun.faces.application.ViewHandlerImpl@1c527be
          12:01:44,640 INFO [STDOUT] 2007-09-04 12:01:44,625 [main] INFO org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl.<init>(104) - Configure uploadMaxFileSize for org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl to 1048576
          12:01:44,640 INFO [STDOUT] 2007-09-04 12:01:44,640 [main] INFO org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl.<init>(105) - Configure uploadRepositryPath for org.apache.myfaces.tobago.fileupload.FileUploadFacesContextFactoryImpl to d:\Temp\system\tmp\
          12:01:44,640 INFO [STDOUT] 2007-09-04 12:01:44,640 [main] INFO org.apache.myfaces.tobago.webapp.TobagoServletContextListener.contextInitialized(40) - *** contextInitialized ***
          12:01:44,687 INFO [STDOUT] 2007-09-04 12:01:44,687 [main] INFO org.apache.myfaces.tobago.config.TobagoConfig.addResourceDir(154) - adding resourceDir = 'skins'
          12:01:44,734 INFO [STDOUT] 2007-09-04 12:01:44,734 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.locateResourcesFromClasspath(123) - Loading tobago-theme.xml
          12:01:44,734 INFO [STDOUT] 2007-09-04 12:01:44,734 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'charlotteville'
          12:01:44,734 INFO [STDOUT] 2007-09-04 12:01:44,734 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-theme-charlotteville-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:44,734 INFO [STDOUT] 2007-09-04 12:01:44,734 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'richmond'
          12:01:44,750 INFO [STDOUT] 2007-09-04 12:01:44,734 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-theme-richmond-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:44,750 INFO [STDOUT] 2007-09-04 12:01:44,750 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/richmond/standard/property/tobago-theme-config.properties
          12:01:44,750 INFO [STDOUT] 2007-09-04 12:01:44,750 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'scarborough'
          12:01:44,750 INFO [STDOUT] 2007-09-04 12:01:44,750 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-theme-scarborough-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:44,750 INFO [STDOUT] 2007-09-04 12:01:44,750 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/property/tobago-theme-config.properties
          12:01:44,750 INFO [STDOUT] 2007-09-04 12:01:44,750 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla_4_7/property/tobago-theme-config.properties
          12:01:44,765 INFO [STDOUT] 2007-09-04 12:01:44,750 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/msie/property/tobago-theme-config.properties
          12:01:44,765 INFO [STDOUT] 2007-09-04 12:01:44,765 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/opera/property/tobago-theme-config.properties
          12:01:44,765 INFO [STDOUT] 2007-09-04 12:01:44,765 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
          12:01:44,765 INFO [STDOUT] 2007-09-04 12:01:44,765 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(195) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml
          12:01:44,781 INFO [STDOUT] 2007-09-04 12:01:44,781 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(195) - ** org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml
          12:01:44,796 INFO [STDOUT] 2007-09-04 12:01:44,796 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'speyside'
          12:01:44,796 INFO [STDOUT] 2007-09-04 12:01:44,796 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-theme-speyside-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:44,796 INFO [STDOUT] 2007-09-04 12:01:44,796 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/property/tobago-theme-config.properties
          12:01:44,796 INFO [STDOUT] 2007-09-04 12:01:44,796 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/speyside/msie/property/tobago-theme-config.properties
          12:01:44,812 INFO [STDOUT] 2007-09-04 12:01:44,812 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(187) - ** org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties
          12:01:44,812 INFO [STDOUT] 2007-09-04 12:01:44,812 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(195) - ** org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago.properties.xml
          12:01:44,812 INFO [STDOUT] 2007-09-04 12:01:44,812 [main] INFO org.apache.myfaces.tobago.context.ThemeParser.parse(77) - Found theme: 'standard'
          12:01:44,828 INFO [STDOUT] 2007-09-04 12:01:44,812 [main] INFO org.apache.myfaces.tobago.context.ResourceLocator.addResources(162) - themeUrl = 'jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-theme-standard-1.0.12-SNAPSHOT.jar!/META-INF/tobago-theme.xml'
          12:01:44,828 INFO [STDOUT] 2007-09-04 12:01:44,828 [main] INFO org.apache.myfaces.tobago.config.TobagoConfig.addResourceDir(154) - adding resourceDir = 'org/apache/myfaces/tobago/renderkit'
          12:01:44,828 INFO [STDOUT] 2007-09-04 12:01:44,828 [main] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycle(47) - getLifecycle("DEFAULT") -> TobagoLifecycle
          12:01:44,859 INFO [EARDeployer] Started J2EE application: file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/IntoServices.ear/
          12:01:44,859 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
          
          --- MBeans waiting for other MBeans ---
          ObjectName: persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
           State: NOTYETINSTALLED
           I Depend On:
           jboss.jca:name=jdbc/IntoJPA,service=DataSourceBinding
           Depends On Me:
           jboss.j2ee:jar=IntoServicesEJB.jar,name=DeletePersonCommand,service=EJB3
           jboss.j2ee:jar=IntoServicesEJB.jar,name=EditPersonCommand,service=EJB3
           jboss.j2ee:jar=IntoServicesEJB.jar,name=SelectPersonCommand,service=EJB3
           jboss.j2ee:jar=IntoServicesEJB.jar,name=ViewPersonListCommand,service=EJB3
          
          ObjectName: jboss.j2ee:jar=IntoServicesEJB.jar,name=DeletePersonCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          ObjectName: jboss.j2ee:jar=IntoServicesEJB.jar,name=EditPersonCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          ObjectName: jboss.j2ee:jar=IntoServicesEJB.jar,name=SelectPersonCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          ObjectName: jboss.j2ee:jar=IntoServicesEJB.jar,name=ViewPersonListCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          ObjectName: persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
           State: NOTYETINSTALLED
           I Depend On:
           jboss.jca:name=jdbc/IntoJPA,service=DataSourceBinding
           Depends On Me:
           jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=DeletePersonCommand,service=EJB3
           jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=EditPersonCommand,service=EJB3
           jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=SelectPersonCommand,service=EJB3
           jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=ViewPersonListCommand,service=EJB3
          
          ObjectName: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=DeletePersonCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          ObjectName: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=EditPersonCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          ObjectName: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=SelectPersonCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          ObjectName: jboss.j2ee:ear=IntoServices.ear,jar=IntoServicesEJB.jar,name=ViewPersonListCommand,service=EJB3
           State: NOTYETINSTALLED
           I Depend On:
           persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: jboss.jca:name=jdbc/IntoJPA,service=DataSourceBinding
           State: NOTYETINSTALLED
           Depends On Me:
           persistence.units:jar=IntoServicesEJB.jar,unitName=IntoJPA
           persistence.units:ear=IntoServices.ear,jar=IntoServicesEJB.jar,unitName=IntoJPA
          
          
          12:01:44,937 INFO [Http11Protocol] Démarrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
          12:01:44,953 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
          12:01:44,968 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBPAPP_4_2_0_GA date=200706281411)] Started in 19s:890ms
          12:01:46,718 INFO [STDOUT] 2007-09-04 12:01:46,718 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.custom.redirectTracker.RedirectTrackerManager.createRedirectTrackerManager(194) - No context init parameter 'org.apache.myfaces.redirectTracker.POLICY' found, using default value org.apache.myfaces.custom.redirectTracker.policy.NoopRedirectTrackPolicy
          12:01:46,718 INFO [STDOUT] 2007-09-04 12:01:46,718 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.custom.redirectTracker.RedirectTrackerManager.createRedirectTrackerManager(205) - No context init parameter 'org.apache.myfaces.redirectTracker.MAX_REDIRECTS' found, using default value 20
          12:01:46,750 INFO [STDOUT] 2007-09-04 12:01:46,750 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.tobago.context.ClientProperties.<init>(69) - contentType='html' from header Accept='*/*'
          12:01:46,750 INFO [STDOUT] 2007-09-04 12:01:46,750 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.tobago.context.ClientProperties.<init>(76) - userAgent='msie' from header 'User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SIMBAR={95773491-6A39-4720-A316-69FBF16FB31A}; .NET CLR 2.0.50727)'
          12:01:46,750 INFO [STDOUT] 2007-09-04 12:01:46,750 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.tobago.context.ClientProperties.<init>(87) - debug-mode=false
          12:01:46,750 INFO [STDOUT] 2007-09-04 12:01:46,750 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.tobago.context.ClientProperties.<init>(94) - theme='richmond' from requestParameter tobago.theme='null'
          12:01:46,781 INFO [STDOUT] 2007-09-04 12:01:46,765 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycleIds(56) - getLifecycleIds()
          12:01:46,781 INFO [STDOUT] 2007-09-04 12:01:46,781 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.tobago.lifecycle.TobagoLifecycleFactory.getLifecycle(47) - getLifecycle("DEFAULT") -> TobagoLifecycle
          12:01:47,031 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
          12:01:47,046 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-facelets-1.0.12-SNAPSHOT.jar!/META-INF/tobago.taglib.xml
          12:01:47,046 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
          12:01:47,062 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
          12:01:47,078 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-facelets-1.0.12-SNAPSHOT.jar!/META-INF/tobago-facelet-extension.taglib.xml
          12:01:47,078 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
          12:01:47,109 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
          12:01:47,140 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
          INFO: Added Library from: jar:file:/D:/rhdevstudio/jboss-eap/jboss-as/server/default/tmp/deploy/tmp12569IntoServicesWeb-exp.war/WEB-INF/lib/tobago-facelets-1.0.12-SNAPSHOT.jar!/META-INF/tobago-extension.taglib.xml
          12:01:47,343 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.tag.jsf.ComponentRule warnAttr
          ATTENTION: /person/person.xhtml @22,71 image="image/new.GIF" Property 'image' is not on type: org.apache.myfaces.tobago.component.UICommand
          12:01:47,343 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.tag.jsf.ComponentRule warnAttr
          ATTENTION: /person/person.xhtml @25,52 image="image/stop.PNG" Property 'image' is not on type: org.apache.myfaces.tobago.component.UICommand
          12:01:47,406 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.tag.jsf.ComponentRule warnAttr
          ATTENTION: /person/personTable.xhtml @20,27 image="image/edit.PNG" Property 'image' is not on type: org.apache.myfaces.tobago.component.UILinkCommand
          12:01:47,421 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.tag.jsf.ComponentRule warnAttr
          ATTENTION: /person/personTable.xhtml @47,31 image="image/delete.GIF" Property 'image' is not on type: org.apache.myfaces.tobago.component.UILinkCommand
          12:01:47,781 INFO [STDOUT] 2007-09-04 12:01:47,781 [http-127.0.0.1-8080-1] ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path not found, and no fallback. Using empty string.
          resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType = 'html' theme = 'richmond' browser = 'msie' subDir = 'property' name = 'tobago' suffix = '' key = 'com.sun.faces.CANT_INSTANTIATE_CLASS'
          12:01:47,796 FATAL [application] JSF1001: Managedbean user could not be created.
          12:01:47,812 ERROR [STDERR] 4 sept. 2007 12:01:47 com.sun.facelets.FaceletViewHandler handleRenderException
          GRAVE: Error Rendering View[/person/person.xhtml]
          javax.faces.FacesException: javax.el.ELException: /person/personTable.xhtml @16,46 value="#{personCtrl.persons}": Error reading 'persons' on type fr.into.services.controller.jsf.PersonController
           at javax.faces.component.UIData.getValue(UIData.java:585)
           at javax.faces.component.UIData.getDataModel(UIData.java:1063)
           at javax.faces.component.UIData.getRowCount(UIData.java:310)
           at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.SheetRenderer.needVerticalScrollbar(SheetRenderer.java:627)
           at org.apache.myfaces.tobago.component.UIData.ensureColumnWidthList(UIData.java:321)
           at org.apache.myfaces.tobago.component.UIData.setupState(UIData.java:219)
           at org.apache.myfaces.tobago.component.UIData.encodeEnd(UIData.java:116)
           at org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:84)
           at org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:81)
           at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.encodeChildrenOfComponent(DefaultLayoutRenderer.java:47)
           at org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71)
           at org.apache.myfaces.tobago.component.UIPanelBase.encodeChildren(UIPanelBase.java:43)
           at org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:77)
           at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.encodeChildrenOfComponent(DefaultLayoutRenderer.java:47)
           at org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71)
           at org.apache.myfaces.tobago.component.UIPanelBase.encodeChildren(UIPanelBase.java:43)
           at org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:77)
           at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.encodeChildrenOfComponent(GridLayoutRenderer.java:366)
           at org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71)
           at org.apache.myfaces.tobago.component.UIGridLayout.encodeChildrenOfComponent(UIGridLayout.java:276)
           at org.apache.myfaces.tobago.component.UIPanelBase.encodeChildren(UIPanelBase.java:43)
           at org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:77)
           at org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:81)
           at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.encodeChildrenOfComponent(DefaultLayoutRenderer.java:47)
           at org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71)
           at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.PageRenderer.encodeEnd(PageRenderer.java:128)
           at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836)
           at javax.faces.component.UIComponent.encodeAll(UIComponent.java:896)
           at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
           at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:578)
           at org.apache.myfaces.tobago.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:56)
           at org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.render(TobagoLifecycle.java:141)
           at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
           at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
           at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
           at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
           at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:699)
           at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
           at org.apache.jsp.index_jsp._jspService(index_jsp.java:55)
           at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
           at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
           at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
           at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
           at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
           at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
           at java.lang.Thread.run(Thread.java:619)
          Caused by: javax.el.ELException: /person/personTable.xhtml @16,46 value="#{personCtrl.persons}": Error reading 'persons' on type fr.into.services.controller.jsf.PersonController
           at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:76)
           at javax.faces.component.UIData.getValue(UIData.java:582)
           ... 65 more
          Caused by: javax.faces.FacesException: javax.faces.FacesException: Cant instantiate class: fr.into.services.controller.session.User.. Can't find Bean under JNDI: 'ViewPersonListCommand/local'
           at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:537)
           at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:82)
           at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
           at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
           at com.sun.faces.el.ChainAwareVariableResolver.resolveVariable(ChainAwareVariableResolver.java:96)
           at org.apache.myfaces.custom.redirectTracker.RedirectTrackerVariableResolver.resolveVariable(RedirectTrackerVariableResolver.java:41)
           at org.apache.myfaces.custom.security.SecurityContextVariableResolver.resolveVariable(SecurityContextVariableResolver.java:45)
           at com.sun.faces.el.VariableResolverChainWrapper.getValue(VariableResolverChainWrapper.java:100)
           at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
           at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
           at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:45)
           at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
           at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:102)
           at fr.into.services.controller.jsf.BasicBackingBean.getThroughEl(BasicBackingBean.java:40)
           at fr.into.services.controller.jsf.BasicBackingBean.getUser(BasicBackingBean.java:60)
           at fr.into.services.con
          12:01:47,812 ERROR [STDERR] troller.jsf.BasicBackingBean.getCurrentCommandExecuter(BasicBackingBean.java:65)
           at fr.into.services.controller.jsf.PersonController.getPersons(PersonController.java:259)
           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 javax.el.BeanELResolver.getValue(BeanELResolver.java:62)
           at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
           at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
           at org.apache.el.parser.AstValue.getValue(AstValue.java:97)
           at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
           at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
           ... 66 more
          Caused by: javax.faces.FacesException: Cant instantiate class: fr.into.services.controller.session.User.. Can't find Bean under JNDI: 'ViewPersonListCommand/local'
           at com.sun.faces.config.ManagedBeanFactoryImpl.newInstance(ManagedBeanFactoryImpl.java:282)
           at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:527)
           ... 92 more
          Caused by: java.lang.RuntimeException: Can't find Bean under JNDI: 'ViewPersonListCommand/local'
           at fr.into.common.ejb.EJBUtil.lookup(EJBUtil.java:15)
           at fr.into.services.controller.session.User.<init>(User.java:22)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
           at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
           at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
           at java.lang.Class.newInstance0(Class.java:355)
           at java.lang.Class.newInstance(Class.java:308)
           at com.sun.faces.config.ManagedBeanFactoryImpl.newInstance(ManagedBeanFactoryImpl.java:277)
           ... 93 more
          Caused by: javax.naming.NameNotFoundException: ViewPersonListCommand not bound
           at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
           at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
           at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
           at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
           at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
           at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
           at javax.naming.InitialContext.lookup(InitialContext.java:392)
           at fr.into.common.ejb.EJBUtil.lookup(EJBUtil.java:13)
           ... 101 more
          12:01:47,843 INFO [STDOUT] 2007-09-04 12:01:47,828 [http-127.0.0.1-8080-1] ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path not found, and no fallback. Using empty string.
          resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType = 'html' theme = 'richmond' browser = 'msie' subDir = 'property' name = 'tobago' suffix = '' key = 'com.sun.faces.CANT_INSTANTIATE_CLASS'
          12:01:47,843 FATAL [application] JSF1001: Managedbean user could not be created.
          12:01:47,843 INFO [STDOUT] 2007-09-04 12:01:47,843 [http-127.0.0.1-8080-1] ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path not found, and no fallback. Using empty string.
          resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType = 'html' theme = 'richmond' browser = 'msie' subDir = 'property' name = 'tobago' suffix = '' key = 'com.sun.faces.CANT_INSTANTIATE_CLASS'
          12:01:47,843 FATAL [application] JSF1001: Managedbean user could not be created.
          12:01:47,859 INFO [STDOUT] 2007-09-04 12:01:47,859 [http-127.0.0.1-8080-1] ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path not found, and no fallback. Using empty string.
          resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType = 'html' theme = 'richmond' browser = 'msie' subDir = 'property' name = 'tobago' suffix = '' key = 'com.sun.faces.CANT_INSTANTIATE_CLASS'
          12:01:47,859 FATAL [application] JSF1001: Managedbean user could not be created.
          12:01:47,859 INFO [STDOUT] 2007-09-04 12:01:47,859 [http-127.0.0.1-8080-1] ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path not found, and no fallback. Using empty string.
          resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType = 'html' theme = 'richmond' browser = 'msie' subDir = 'property' name = 'tobago' suffix = '' key = 'com.sun.faces.CANT_INSTANTIATE_CLASS'
          12:01:47,859 FATAL [application] JSF1001: Managedbean user could not be created.
          12:01:47,859 INFO [STDOUT] 2007-09-04 12:01:47,859 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(65) - Total response time : 1141 milliseconds
          12:01:47,875 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getBooleanInitParameter(220) - No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
          12:01:47,875 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getBooleanInitParameter(220) - No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
          12:01:47,875 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getBooleanInitParameter(220) - No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
          12:01:47,875 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getLongInitParameter(245) - No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
          12:01:47,875 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getBooleanInitParameter(220) - No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
          12:01:47,875 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getBooleanInitParameter(220) - No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
          12:01:47,875 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getStringInitParameter(266) - No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value org.apache.myfaces.renderkit.html.util.DefaultAddResource
          12:01:47,890 INFO [STDOUT] 2007-09-04 12:01:47,875 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getStringInitParameter(266) - No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default value /faces/myFacesExtensionResource
          12:01:47,890 INFO [STDOUT] 2007-09-04 12:01:47,890 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.getBooleanInitParameter(220) - No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using default value true
          12:01:47,890 INFO [STDOUT] 2007-09-04 12:01:47,890 [http-127.0.0.1-8080-1] INFO org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.createAndInitializeMyFacesConfig(194) - Starting up Tomahawk on the RI-JSF-Implementation.
          12:01:47,890 INFO [STDOUT] 2007-09-04 12:01:47,890 [http-127.0.0.1-8080-1] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/IntoServicesWeb].[FacesServlet].invoke(719) - "Servlet.service()" pour la servlet FacesServlet a lancé une exception
          javax.naming.NameNotFoundException: ViewPersonListCommand not bound
           at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
           at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
           at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
           at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
           at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
           at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
           at javax.naming.InitialContext.lookup(InitialContext.java:392)
           at fr.into.common.ejb.EJBUtil.lookup(EJBUtil.java:13)
           at fr.into.services.controller.session.User.<init>(User.java:22)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
           at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
           at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
           at java.lang.Class.newInstance0(Class.java:355)
           at java.lang.Class.newInstance(Class.java:308)
           at com.sun.faces.config.ManagedBeanFactoryImpl.newInstance(ManagedBeanFactoryImpl.java:277)
           at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:527)
           at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:82)
           at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
           at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
           at com.sun.faces.el.ChainAwareVariableResolver.resolveVariable(ChainAwareVariableResolver.java:96)
           at org.apache.myfaces.custom.redirectTracker.RedirectTrackerVariableResolver.resolveVariable(RedirectTrackerVariableResolver.java:41)
           at org.apache.myfaces.custom.security.SecurityContextVariableResolver.resolveVariable(SecurityContextVariableResolver.java:45)
           at com.sun.faces.el.VariableResolverChainWrapper.getValue(VariableResolverChainWrapper.java:100)
           at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
           at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
           at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:45)
           at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
           at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:102)
           at fr.into.services.controller.jsf.BasicBackingBean.getThroughEl(BasicBackingBean.java:40)
           at fr.into.services.controller.jsf.BasicBackingBean.getUser(BasicBackingBean.java:60)
           at fr.into.services.controller.jsf.BasicBackingBean.getCurrentCommandExecuter(BasicBackingBean.java:65)
           at fr.into.services.controller.jsf.PersonController.getEditingPerson(PersonController.java:249)
           at fr.into.services.controller.jsf.PersonController.toString(PersonController.java:386)
           at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:168)
           at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:145)
           at com.sun.facelets.util.DevTools.debugHtml(DevTools.java:109)
           at com.sun.facelets.FaceletViewHandler.handleRenderException(FaceletViewHandler.java:677)
           at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:646)
           at org.apache.myfaces.tobago.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:56)
           at org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.render(TobagoLifecycle.java:141)
           at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
           at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
           at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
           at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
           at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:699)
           at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
           at org.apache.jsp.index_jsp._jspService(index_jsp.java:55)
           at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
           at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
           at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
           at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
           at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
           at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
           at java.lang.Thread.run(Thread.java:619)
          12:01:47,906 INFO [STDOUT] 2007-09-04 12:01:47,906 [http-127.0.0.1-8080-1] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/IntoServicesWeb].[jsp].invoke(271) - "Servlet.service()" pour la servlet jsp a généré une exception
          javax.naming.NameNotFoundException: ViewPersonListCommand not bound
           at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
           at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
           at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
           at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
           at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
           at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
           at javax.naming.InitialContext.lookup(InitialContext.java:392)
           at fr.into.common.ejb.EJBUtil.lookup(EJBUtil.java:13)
           at fr.into.services.controller.session.User.<init>(User.java:22)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
           at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
           at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
           at java.lang.Class.newInstance0(Class.java:355)
           at java.lang.Class.newInstance(Class.java:308)
           at com.sun.faces.config.ManagedBeanFactoryImpl.newInstance(ManagedBeanFactoryImpl.java:277)
           at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:527)
           at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:82)
           at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
           at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
           at com.sun.faces.el.ChainAwareVariableResolver.resolveVariable(ChainAwareVariableResolver.java:96)
           at org.apache.myfaces.custom.redirectTracker.RedirectTrackerVariableResolver.resolveVariable(RedirectTrackerVariableResolver.java:41)
           at org.apache.myfaces.custom.security.SecurityContextVariableResolver.resolveVariable(SecurityContextVariableResolver.java:45)
           at com.sun.faces.el.VariableResolverChainWrapper.getValue(VariableResolverChainWrapper.java:100)
           at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
           at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
           at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:45)
           at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
           at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:102)
           at fr.into.services.controller.jsf.BasicBackingBean.getThroughEl(BasicBackingBean.java:40)
           at fr.into.services.controller.jsf.BasicBackingBean.getUser(BasicBackingBean.java:60)
           at fr.into.services.controller.jsf.BasicBackingBean.getCurrentCommandExecuter(BasicBackingBean.java:65)
           at fr.into.services.controller.jsf.PersonController.getEditingPerson(PersonController.java:249)
           at fr.into.services.controller.jsf.PersonController.toString(PersonController.java:386)
           at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:168)
           at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:145)
           at com.sun.facelets.util.DevTools.debugHtml(DevTools.java:109)
           at com.sun.facelets.FaceletViewHandler.handleRenderException(FaceletViewHandler.java:677)
           at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:646)
           at org.apache.myfaces.tobago.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:56)
           at org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.render(TobagoLifecycle.java:141)
           at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
           at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
           at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
           at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
           at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:699)
           at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
           at org.apache.jsp.index_jsp._jspService(index_jsp.java:55)
           at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
           at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
           at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
           at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
           at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
           at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
           at java.lang.Thread.run(Thread.java:619)


          • 2. Re: EJB not visible through JNDI
            zhamdi

            Hi,

            The problem was due to a rhstudio bug (I think), I resolved it by creating a new EJB3 project and appending it to the existing ear. (When I use the new project wizard for an ear, ejb 3 is not proposed. Even if I change the xml files after that to be JEE 5, there's something (I don't know what) that goes wrong...