9 Replies Latest reply on Jun 3, 2009 9:27 AM by chtimi2

    Fastest way to migrate mbean services (with dependencies) to

      I'm trying to migrate our ear application from JBoss 4.2.3GA to 5.1.0GA.
      The problem is that it looks like the microcontainer seems to ignore the "depends" relationships specified in META-INF/jboss-service.xml

      I don't want to use POJO services for now (unless i absolutely have to), i just want to make the dependencies work as fast as possible.

      I didn't see anything specifically about this problem in the forums or wiki so any ideas? From what i read i guess (but i might be wrong) that by default MC is considering my "depends" satisfied when the bean depended on is created, not when it is fully started.
      How and where to specify that i want the same dependencies as on JBoss 4?

        • 1. Re: Fastest way to migrate mbean services (with dependencies
          jaikiran

           

          The problem is that it looks like the microcontainer seems to ignore the "depends" relationships specified in META-INF/jboss-service.xml


          Legacy jboss-service.xml should work without any issues. Can you post more details including logs, the xml configuration and also a bit about what the exact issue is?

          More of a FYI - http://www.jboss.org/community/wiki/JBossMicrocontainerFAQ

          • 2. Re: Fastest way to migrate mbean services (with dependencies

            Some dependencies that were correctly resolved in 4.2 aren't in 5.1
            I will highlight one specific dependency that is no longer resolved, then i will post the complete logs and config files.

            Failed dependency:

             Deployment "NAVINEO.Dock:service=ModuleHORA" is missing the following dependencies:
             Dependency "jboss.j2ee:module=NavineoDock.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:module=NavineoDock.jar,service=EJB3' **")
             Dependency "NAVINEO.HORA:service=NoeudsPrets" (should be in state "Create", but is actually in state "Configured")
             Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3' **")
            

            Yet it is specified in exactly the same way as it was on 4.2:
            <mbean code="com.navineo.hora.jmx.ModuleHORA"
             name="NAVINEO.Dock:service=ModuleHORA">
             <depends>jboss.j2ee:module=NavineoDock.jar,service=EJB3</depends>
             <depends>jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3</depends>
             <depends>jboss:service=Naming</depends>
             <depends>NAVINEO.HORA:service=NoeudsPrets</depends>
             </mbean>


            Now the more complete info:
            Startup log:
            ================================================================
            
             JBoss Bootstrap Environment
            
             JBOSS_HOME: /opt/jboss
            
             JAVA: /opt/jdk1.6.0_07/bin/java
            
             JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
            
             CLASSPATH: /opt/jboss/bin/run.jar:/opt/jdk1.6.0_07/lib/tools.jar
            
            =========================================================================
            
            18:11:10,377 INFO [ServerImpl] Starting JBoss (Microcontainer)...
            18:11:10,378 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)
            18:11:10,378 INFO [ServerImpl] Bootstrap URL: null
            18:11:10,378 INFO [ServerImpl] Home Dir: /opt/jboss-5.1.0.GA
            18:11:10,378 INFO [ServerImpl] Home URL: file:/opt/jboss-5.1.0.GA/
            18:11:10,379 INFO [ServerImpl] Library URL: file:/opt/jboss-5.1.0.GA/lib/
            18:11:10,379 INFO [ServerImpl] Patch URL: null
            18:11:10,379 INFO [ServerImpl] Common Base URL: file:/opt/jboss-5.1.0.GA/common/
            18:11:10,379 INFO [ServerImpl] Common Library URL: file:/opt/jboss-5.1.0.GA/common/lib/
            18:11:10,379 INFO [ServerImpl] Server Name: all
            18:11:10,380 INFO [ServerImpl] Server Base Dir: /opt/jboss-5.1.0.GA/server
            18:11:10,380 INFO [ServerImpl] Server Base URL: file:/opt/jboss-5.1.0.GA/server/
            18:11:10,380 INFO [ServerImpl] Server Config URL: file:/opt/jboss-5.1.0.GA/server/all/conf/
            18:11:10,380 INFO [ServerImpl] Server Home Dir: /opt/jboss-5.1.0.GA/server/all
            18:11:10,380 INFO [ServerImpl] Server Home URL: file:/opt/jboss-5.1.0.GA/server/all/
            18:11:10,380 INFO [ServerImpl] Server Data Dir: /opt/jboss-5.1.0.GA/server/all/data
            18:11:10,380 INFO [ServerImpl] Server Library URL: file:/opt/jboss-5.1.0.GA/server/all/lib/
            18:11:10,380 INFO [ServerImpl] Server Log Dir: /opt/jboss-5.1.0.GA/server/all/log
            18:11:10,380 INFO [ServerImpl] Server Native Dir: /opt/jboss-5.1.0.GA/server/all/tmp/native
            18:11:10,381 INFO [ServerImpl] Server Temp Dir: /opt/jboss-5.1.0.GA/server/all/tmp
            18:11:10,381 INFO [ServerImpl] Server Temp Deploy Dir: /opt/jboss-5.1.0.GA/server/all/tmp/deploy
            18:11:11,044 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/opt/jboss-5.1.0.GA/server/all/conf/bootstrap.xml
            18:11:11,610 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
            18:11:11,613 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
            18:11:11,923 INFO [CopyMechanism] VFS temp dir: /opt/jboss-5.1.0.GA/server/all/tmp
            18:11:11,924 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
            18:11:13,561 INFO [ServerInfo] Java version: 1.6.0_07,Sun Microsystems Inc.
            18:11:13,561 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
            18:11:13,561 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 10.0-b23,Sun Microsystems Inc.
            18:11:13,561 INFO [ServerInfo] OS-System: Linux 2.6.24-19-generic,i386
            18:11:13,562 INFO [ServerInfo] VM arguments: -Dprogram.name=run.sh -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/opt/jboss/lib/endorsed
            18:11:13,608 INFO [JMXKernel] Legacy JMX core initialized
            18:11:16,497 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@18e1b[domain=default, server=default, name=all]
            log4j:WARN Continuable parsing error 379 and column 23
            log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)".
            18:11:18,755 INFO [WebService] Using RMI server codebase: http://10.27.252.164:8083/
            18:11:24,495 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
            18:11:24,495 INFO [NativeServerConfig] 3.1.2.GA
            18:11:25,540 INFO [AttributeCallbackItem] Owner callback not implemented.
            18:11:26,684 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1cb2795[ defaultDomain='jboss' ]
            18:11:40,596 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@104a64a{topic/AcquitMessageEmbarque}
            18:11:40,597 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@415e70{queue/ModeleTOPOQueue2}
            18:11:40,600 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@19f47b7{topic/MessagesNonAcquittesTopic}
            18:11:40,600 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@1d5efc{topic/MessagesAcquittesTopic}
            18:11:40,601 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@4704ea{topic/UsersTopic}
            18:11:40,601 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@93a0d7{topic/ProfilsTopic}
            18:11:40,602 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@24ad9b{topic/VersLesMMITopic}
            18:11:40,606 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@1c959{queue/ModeleTOPOQueue2}
            18:11:40,611 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@14a0173{topic/ParamSystemTopic}
            18:11:40,688 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
            18:11:40,689 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
            18:11:40,689 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
            18:11:40,689 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
            18:11:40,693 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22876824{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
            18:11:40,693 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22876824{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
            18:11:40,693 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@24113997{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
            18:11:40,693 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@24113997{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
            18:11:40,693 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@11754736{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
            18:11:40,693 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@11754736{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
            18:11:40,694 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17535800{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
            18:11:40,694 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17535800{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
            18:11:40,694 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@19220804{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/NavineoDock.jar/}
            18:11:40,694 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@19220804{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/NavineoDock.jar/}
            18:11:42,550 INFO [CorbaNamingService] CORBA Naming Started
            18:11:44,988 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://10.27.252.164/jndi/rmi://10.27.252.164:1090/jmxconnector
            18:11:45,211 INFO [MailService] Mail Service bound to java:/Mail
            18:11:46,973 INFO [SnmpAgentService] SNMP agent going active
            18:11:49,793 INFO [JChannel] JGroups version: 2.6.10.GA
            18:11:50,148 INFO [P_CLA1] Initializing partition P_CLA1
            18:11:50,408 INFO [STDOUT]
            ---------------------------------------------------------
            GMS: address is 10.27.252.164:50538 (cluster=P_CLA1)
            ---------------------------------------------------------
            18:11:50,537 INFO [PlatformMBeanServerRegistration] JBossCache MBeans were successfully registered to the platform mbean server.
            18:11:50,542 INFO [JChannel] JGroups version: 2.6.10.GA
            18:11:50,709 INFO [STDOUT]
            ---------------------------------------------------------
            GMS: address is 10.27.252.164:50538 (cluster=P_CLA1-HAPartitionCache)
            ---------------------------------------------------------
            18:11:52,532 INFO [P_CLA1] Number of cluster members: 1
            18:11:52,532 INFO [P_CLA1] Other members: 0
            18:11:52,746 INFO [RPCManagerImpl] Received new cluster view: [10.27.252.164:50538|0] [10.27.252.164:50538]
            18:11:52,751 INFO [RPCManagerImpl] Cache local address is 10.27.252.164:50538
            18:11:52,754 INFO [RPCManagerImpl] state was retrieved successfully (in 2,08 seconds)
            18:11:52,772 INFO [ComponentRegistry] JBoss Cache version: JBossCache 'Cascabel' 3.1.0.GA
            18:11:52,772 INFO [P_CLA1] Fetching serviceState (will wait for 30000 milliseconds):
            18:11:52,773 INFO [P_CLA1] State could not be retrieved (we are the first member in group)
            18:11:52,883 INFO [HANamingService] Started HAJNDI bootstrap; jnpPort=1100, backlog=50, bindAddress=/10.27.252.164
            18:11:52,898 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /10.27.252.164:1102, group=233.0.0.5, HA-JNDI address=10.27.252.164:1100
            18:11:53,840 INFO [UnifiedInvokerHA] Service name is jboss:service=invoker,type=unifiedha
            18:11:59,484 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
            18:11:59,506 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
            18:11:59,639 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
            18:11:59,687 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
            18:11:59,687 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
            18:11:59,904 INFO [TransactionManagerService] Initializing recovery manager
            18:12:00,061 INFO [TransactionManagerService] Recovery manager configured
            18:12:00,071 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
            18:12:00,098 INFO [TransactionManagerService] Starting transaction recovery manager
            18:12:00,810 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/jdk1.6.0_07/jre/lib/i386/server:/opt/jdk1.6.0_07/jre/lib/i386:/opt/jdk1.6.0_07/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
            18:12:00,875 INFO [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-10.27.252.164-8080
            18:12:00,876 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-10.27.252.164-8009
            18:12:00,901 INFO [StandardService] D�marrage du service jboss.web
            18:12:00,904 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
            18:12:00,958 INFO [Catalina] Server startup in 82 ms
            18:12:00,996 INFO [TomcatDeployment] deploy, ctxPath=/invoker
            18:12:01,581 INFO [TomcatDeployment] deploy, ctxPath=/web-console
            18:12:01,877 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
            18:12:01,914 INFO [TomcatDeployment] deploy, ctxPath=/juddi
            18:12:01,946 INFO [RegistryServlet] Loading jUDDI configuration.
            18:12:01,946 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
            18:12:01,946 INFO [RegistryServlet] Initializing jUDDI components.
            18:12:02,198 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
            18:12:02,270 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
            18:12:02,298 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/jms-ra.rar/META-INF/ra.xml
            18:12:02,311 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/mail-ra.rar/META-INF/ra.xml
            18:12:02,331 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/quartz-ra.rar/META-INF/ra.xml
            18:12:02,405 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
            18:12:02,432 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
            18:12:02,435 INFO [RAMJobStore] RAMJobStore initialized.
            18:12:02,435 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
            18:12:02,435 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
            18:12:02,435 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
            18:12:02,639 WARN [TransactionManagerService] XAExceptionFormatters are not supported by the JBossTS Transaction Service - this warning can safely be ignored
            18:12:02,708 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
            18:12:04,090 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [1] started
            18:12:04,259 INFO [ConnectionFactory] Connector bisocket://10.27.252.164:4457 has leasing enabled, lease period 10000 milliseconds
            18:12:04,259 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@aff29e started
            18:12:04,274 INFO [TopicService] Topic[/topic/OccalDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,296 INFO [QueueService] Queue[/queue/ModeleTOPOQueue2] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,297 INFO [TopicService] Topic[/topic/NoeudsPerdusDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,298 INFO [TopicService] Topic[/topic/ParamSystemTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,300 INFO [TopicService] Topic[/topic/AcquitMessageEmbarque] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,308 INFO [ConnectionFactory] Connector bisocket://10.27.252.164:4457 has leasing enabled, lease period 10000 milliseconds
            18:12:04,308 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@615213 started
            18:12:04,311 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,312 INFO [TopicService] Topic[/topic/DonneeDiverseTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,313 INFO [TopicService] Topic[/topic/DepuisEmbarqueDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,314 INFO [TopicService] Topic[/topic/MessagesAcquittesTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,315 INFO [TopicService] Topic[/topic/GenerateIdTopicReponse] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,316 INFO [TopicService] Topic[/topic/DefaultTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,326 INFO [TopicService] Topic[/topic/MessagesNonAcquittesDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,328 INFO [TopicService] Topic[/topic/LivraisonTestTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,329 INFO [TopicService] Topic[/topic/DonneesSuiviTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,330 INFO [TopicService] Topic[/topic/MessagesNonAcquittesTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,331 INFO [TopicService] Topic[/topic/VersEmbarqueDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,331 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
            18:12:04,332 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
            18:12:04,333 INFO [ConnectionFactory] Connector bisocket://10.27.252.164:4457 has leasing enabled, lease period 10000 milliseconds
            18:12:04,333 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@bae7aa started
            18:12:04,336 INFO [TopicService] Topic[/topic/VersLesMMITopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,337 INFO [TopicService] Topic[/topic/LocPositionTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,338 INFO [TopicService] Topic[/topic/UsersTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,339 INFO [TopicService] Topic[/topic/VersionsTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,340 INFO [TopicService] Topic[/topic/ProfilsTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,343 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            18:12:04,348 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
            18:12:04,387 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ConfigDS' to JNDI name 'java:ConfigDS'
            18:12:04,407 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ExploitationDS' to JNDI name 'java:ExploitationDS'
            18:12:04,435 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=RecueilsDS' to JNDI name 'java:RecueilsDS'
            18:12:05,833 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
            18:12:05,837 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
            18:12:05,837 INFO [JBossASKernel] with dependencies:
            18:12:05,837 INFO [JBossASKernel] and demands:
            18:12:05,837 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
            18:12:05,837 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:05,837 INFO [JBossASKernel] and supplies:
            18:12:05,838 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
            18:12:05,838 INFO [JBossASKernel] jndi:SecureProfileService/remote
            18:12:05,838 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
            18:12:05,838 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
            18:12:05,839 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
            18:12:05,843 INFO [JBossASKernel] with dependencies:
            18:12:05,845 INFO [JBossASKernel] and demands:
            18:12:05,846 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:05,846 INFO [JBossASKernel] and supplies:
            18:12:05,846 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
            18:12:05,846 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
            18:12:05,846 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
            18:12:05,846 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
            18:12:05,847 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
            18:12:05,847 INFO [JBossASKernel] with dependencies:
            18:12:05,847 INFO [JBossASKernel] and demands:
            18:12:05,847 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:05,847 INFO [JBossASKernel] and supplies:
            18:12:05,847 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
            18:12:05,847 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
            18:12:05,847 INFO [JBossASKernel] jndi:SecureManagementView/remote
            18:12:05,847 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
            18:12:05,854 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1a13207{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
            18:12:05,854 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@c8084d{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
            18:12:05,854 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1a92bd0{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
            18:12:05,975 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
            18:12:05,984 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
            18:12:06,037 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
            
             SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
             SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
            
            18:12:06,193 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
            18:12:06,194 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
            18:12:06,205 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
            
             SecureManagementView/remote - EJB3.x Default Remote Business Interface
             SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
            
            18:12:06,247 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
            18:12:06,248 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
            18:12:06,275 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
            
             SecureProfileService/remote - EJB3.x Default Remote Business Interface
             SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
            
            18:12:06,422 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
            18:12:06,481 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
            18:12:08,635 INFO [TomcatDeployment] deploy, ctxPath=/MMI
            18:12:08,737 INFO [TomcatDeployment] deploy, ctxPath=/
            18:12:08,836 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
            18:12:10,842 INFO [JBossASKernel] Created KernelDeployment for: ModuleHORA.jar
            18:12:10,844 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=Butineur2Facade,service=EJB3
            18:12:10,844 INFO [JBossASKernel] with dependencies:
            18:12:10,844 INFO [JBossASKernel] and demands:
            18:12:10,844 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
            18:12:10,844 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,844 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
            18:12:10,844 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,844 INFO [JBossASKernel] and supplies:
            18:12:10,844 INFO [JBossASKernel] Class:com.navineo.hora.ejb.butineur.Butineur2FacadeRemote
            18:12:10,845 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/local-com.navineo.hora.ejb.butineur.Butineur2FacadeLocal
            18:12:10,845 INFO [JBossASKernel] Class:com.navineo.hora.ejb.butineur.Butineur2FacadeLocal
            18:12:10,845 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/local
            18:12:10,845 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/remote
            18:12:10,845 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/remote-com.navineo.hora.ejb.butineur.Butineur2FacadeRemote
            18:12:10,845 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=Butineur2Facade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,846 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DepuisEmbarqueMDB,service=EJB3
            18:12:10,846 INFO [JBossASKernel] with dependencies:
            18:12:10,846 INFO [JBossASKernel] and demands:
            18:12:10,846 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,846 INFO [JBossASKernel] and supplies:
            18:12:10,846 INFO [JBossASKernel] jndi:null
            18:12:10,846 INFO [JBossASKernel] Class:javax.jms.MessageListener
            18:12:10,846 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DepuisEmbarqueMDB,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,847 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AgentFacade,service=EJB3
            18:12:10,847 INFO [JBossASKernel] with dependencies:
            18:12:10,847 INFO [JBossASKernel] and demands:
            18:12:10,847 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,848 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,848 INFO [JBossASKernel] and supplies:
            18:12:10,848 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AgentFacadeRemote
            18:12:10,848 INFO [JBossASKernel] jndi:Navineo/AgentFacade/local-com.navineo.hora.ejb.session.AgentFacadeLocal
            18:12:10,848 INFO [JBossASKernel] jndi:Navineo/AgentFacade/remote-com.navineo.hora.ejb.session.AgentFacadeRemote
            18:12:10,848 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AgentFacadeLocal
            18:12:10,848 INFO [JBossASKernel] jndi:Navineo/AgentFacade/local
            18:12:10,848 INFO [JBossASKernel] jndi:Navineo/AgentFacade/remote
            18:12:10,848 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AgentFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,849 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlgoHoraDonneesTestCreatorFacade,service=EJB3
            18:12:10,849 INFO [JBossASKernel] with dependencies:
            18:12:10,849 INFO [JBossASKernel] and demands:
            18:12:10,849 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/remote-com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeRemote
            18:12:10,849 INFO [JBossASKernel] jndi:Navineo/MultiColonneFacade/local-com.navineo.topo.ejb.session.MultiColonneFacadeLocal
            18:12:10,849 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,849 INFO [JBossASKernel] jndi:Navineo/AlgoTopoFacade/local-com.navineo.topo.ejb.session.saisie.AlgoTopoFacadeLocal
            18:12:10,849 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
            18:12:10,850 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,850 INFO [JBossASKernel] and supplies:
            18:12:10,850 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/local
            18:12:10,850 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/remote
            18:12:10,850 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/local-com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeLocal
            18:12:10,850 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/remote-com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeRemote
            18:12:10,850 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeLocal
            18:12:10,850 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeRemote
            18:12:10,850 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlgoHoraDonneesTestCreatorFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,851 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CalendrierFacade,service=EJB3
            18:12:10,851 INFO [JBossASKernel] with dependencies:
            18:12:10,851 INFO [JBossASKernel] and demands:
            18:12:10,851 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,851 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,851 INFO [JBossASKernel] and supplies:
            18:12:10,851 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/local
            18:12:10,851 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CalendrierFacadeLocal
            18:12:10,851 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/remote-com.navineo.hora.ejb.session.CalendrierFacadeRemote
            18:12:10,851 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CalendrierFacadeRemote
            18:12:10,851 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/local-com.navineo.hora.ejb.session.CalendrierFacadeLocal
            18:12:10,851 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/remote
            18:12:10,851 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CalendrierFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,852 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CourseFacade,service=EJB3
            18:12:10,852 INFO [JBossASKernel] with dependencies:
            18:12:10,852 INFO [JBossASKernel] and demands:
            18:12:10,852 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,852 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,852 INFO [JBossASKernel] and supplies:
            18:12:10,852 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CourseFacadeLocal
            18:12:10,852 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CourseFacadeRemote
            18:12:10,852 INFO [JBossASKernel] jndi:Navineo/CourseFacade/local
            18:12:10,852 INFO [JBossASKernel] jndi:Navineo/CourseFacade/remote-com.navineo.hora.ejb.session.CourseFacadeRemote
            18:12:10,852 INFO [JBossASKernel] jndi:Navineo/CourseFacade/local-com.navineo.hora.ejb.session.CourseFacadeLocal
            18:12:10,852 INFO [JBossASKernel] jndi:Navineo/CourseFacade/remote
            18:12:10,852 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CourseFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,853 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOConsultationFacade,service=EJB3
            18:12:10,853 INFO [JBossASKernel] with dependencies:
            18:12:10,853 INFO [JBossASKernel] and demands:
            18:12:10,853 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,853 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,853 INFO [JBossASKernel] and supplies:
            18:12:10,853 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/remote
            18:12:10,856 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOConsultationFacadeRemote
            18:12:10,856 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/local
            18:12:10,856 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/local-com.navineo.hora.ejb.session.DAOConsultationFacadeLocal
            18:12:10,857 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/remote-com.navineo.hora.ejb.session.DAOConsultationFacadeRemote
            18:12:10,857 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOConsultationFacadeLocal
            18:12:10,857 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOConsultationFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,858 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOGeneriqueFacade,service=EJB3
            18:12:10,858 INFO [JBossASKernel] with dependencies:
            18:12:10,858 INFO [JBossASKernel] and demands:
            18:12:10,858 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,858 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,858 INFO [JBossASKernel] and supplies:
            18:12:10,858 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/local-com.navineo.hora.ejb.session.DAOGeneriqueFacadeLocal
            18:12:10,858 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/local
            18:12:10,858 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOGeneriqueFacadeRemote
            18:12:10,858 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOGeneriqueFacadeLocal
            18:12:10,858 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/remote-com.navineo.hora.ejb.session.DAOGeneriqueFacadeRemote
            18:12:10,858 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/remote
            18:12:10,858 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOGeneriqueFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,859 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraInFacade,service=EJB3
            18:12:10,859 INFO [JBossASKernel] with dependencies:
            18:12:10,859 INFO [JBossASKernel] and demands:
            18:12:10,859 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,859 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,859 INFO [JBossASKernel] and supplies:
            18:12:10,859 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.HoraInFacadeLocal
            18:12:10,859 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/remote
            18:12:10,859 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TopoInFacadeRemote
            18:12:10,859 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/local
            18:12:10,859 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/remote-com.navineo.hora.ejb.session.TopoInFacadeRemote
            18:12:10,859 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/local-com.navineo.hora.ejb.session.HoraInFacadeLocal
            18:12:10,859 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraInFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,860 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraOutFacade,service=EJB3
            18:12:10,860 INFO [JBossASKernel] with dependencies:
            18:12:10,860 INFO [JBossASKernel] and demands:
            18:12:10,860 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,860 INFO [JBossASKernel] jndi:Navineo/TopoInFacade/local-com.navineo.topo.ejb.session.TopoInFacadeLocal
            18:12:10,860 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.topo.ejb.session.VersionRefFacadeTOPOLocal
            18:12:10,860 INFO [JBossASKernel] and supplies:
            18:12:10,860 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.HoraOutFacadeLocal
            18:12:10,860 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/remote-com.navineo.hora.ejb.session.HoraOutFacadeRemote
            18:12:10,861 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/local-com.navineo.hora.ejb.session.HoraOutFacadeLocal
            18:12:10,861 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/remote
            18:12:10,861 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.HoraOutFacadeRemote
            18:12:10,861 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/local
            18:12:10,861 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraOutFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,861 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportFichierNeutreFacade,service=EJB3
            18:12:10,861 INFO [JBossASKernel] with dependencies:
            18:12:10,861 INFO [JBossASKernel] and demands:
            18:12:10,861 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,862 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/local-com.navineo.hora.ejb.session.HoraInFacadeLocal
            18:12:10,862 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,862 INFO [JBossASKernel] and supplies:
            18:12:10,862 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/remote-com.navineo.hora.ejb.session.ImportFichierNeutreFacadeRemote
            18:12:10,862 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ImportFichierNeutreFacadeLocal
            18:12:10,862 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/remote
            18:12:10,862 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ImportFichierNeutreFacadeRemote
            18:12:10,862 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/local
            18:12:10,862 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/local-com.navineo.hora.ejb.session.ImportFichierNeutreFacadeLocal
            18:12:10,862 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportFichierNeutreFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,863 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ModuleHORAFacade,service=EJB3
            18:12:10,863 INFO [JBossASKernel] with dependencies:
            18:12:10,863 INFO [JBossASKernel] and demands:
            18:12:10,863 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
            18:12:10,863 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,863 INFO [JBossASKernel] jndi:Navineo/ModuleFacade/local-com.navineo.dock.ejb.session.ModuleFacadeLocal
            18:12:10,863 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
            18:12:10,863 INFO [JBossASKernel] and supplies:
            18:12:10,863 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/local
            18:12:10,863 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/local-com.navineo.hora.ejb.session.ModuleHORAFacadeLocal
            18:12:10,863 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ModuleHORAFacadeLocal
            18:12:10,863 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ModuleHORAFacadeRemote
            18:12:10,863 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/remote
            18:12:10,863 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/remote-com.navineo.hora.ejb.session.ModuleHORAFacadeRemote
            18:12:10,863 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ModuleHORAFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,864 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=NoeudLocalFacade,service=EJB3
            18:12:10,864 INFO [JBossASKernel] with dependencies:
            18:12:10,864 INFO [JBossASKernel] and demands:
            18:12:10,864 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,864 INFO [JBossASKernel] and supplies:
            18:12:10,864 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/remote
            18:12:10,864 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/local
            18:12:10,864 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/local-com.navineo.hora.ejb.session.NoeudLocalFacadeLocal
            18:12:10,864 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.NoeudLocalFacadeRemote
            18:12:10,864 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.NoeudLocalFacadeLocal
            18:12:10,872 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/remote-com.navineo.hora.ejb.session.NoeudLocalFacadeRemote
            18:12:10,872 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=NoeudLocalFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,873 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ProprieteFacade,service=EJB3
            18:12:10,873 INFO [JBossASKernel] with dependencies:
            18:12:10,873 INFO [JBossASKernel] and demands:
            18:12:10,873 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,873 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
            18:12:10,873 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,873 INFO [JBossASKernel] and supplies:
            18:12:10,873 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ProprieteFacadeLocal
            18:12:10,873 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/local
            18:12:10,873 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/remote-com.navineo.hora.ejb.session.ProprieteFacadeRemote
            18:12:10,873 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ProprieteFacadeRemote
            18:12:10,873 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/remote
            18:12:10,873 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/local-com.navineo.hora.ejb.session.ProprieteFacadeLocal
            18:12:10,873 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ProprieteFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,874 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TacheFacade,service=EJB3
            18:12:10,874 INFO [JBossASKernel] with dependencies:
            18:12:10,874 INFO [JBossASKernel] and demands:
            18:12:10,874 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,874 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,874 INFO [JBossASKernel] and supplies:
            18:12:10,874 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TacheFacadeRemote
            18:12:10,874 INFO [JBossASKernel] jndi:Navineo/TacheFacade/local-com.navineo.hora.ejb.session.TacheFacadeLocal
            18:12:10,874 INFO [JBossASKernel] jndi:Navineo/TacheFacade/local
            18:12:10,874 INFO [JBossASKernel] jndi:Navineo/TacheFacade/remote-com.navineo.hora.ejb.session.TacheFacadeRemote
            18:12:10,874 INFO [JBossASKernel] jndi:Navineo/TacheFacade/remote
            18:12:10,874 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TacheFacadeLocal
            18:12:10,874 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TacheFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,875 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsFacade,service=EJB3
            18:12:10,875 INFO [JBossASKernel] with dependencies:
            18:12:10,875 INFO [JBossASKernel] and demands:
            18:12:10,875 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,875 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,875 INFO [JBossASKernel] and supplies:
            18:12:10,875 INFO [JBossASKernel] jndi:Navineo/TempsFacade/local
            18:12:10,875 INFO [JBossASKernel] jndi:Navineo/TempsFacade/remote-com.navineo.hora.ejb.session.TempsFacadeRemote
            18:12:10,876 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsFacadeLocal
            18:12:10,876 INFO [JBossASKernel] jndi:Navineo/TempsFacade/local-com.navineo.hora.ejb.session.TempsFacadeLocal
            18:12:10,876 INFO [JBossASKernel] jndi:Navineo/TempsFacade/remote
            18:12:10,876 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsFacadeRemote
            18:12:10,876 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,876 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsParcoursFacade,service=EJB3
            18:12:10,876 INFO [JBossASKernel] with dependencies:
            18:12:10,877 INFO [JBossASKernel] and demands:
            18:12:10,877 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,877 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,877 INFO [JBossASKernel] and supplies:
            18:12:10,877 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsParcoursFacadeRemote
            18:12:10,877 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/local
            18:12:10,877 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/local-com.navineo.hora.ejb.session.TempsParcoursFacadeLocal
            18:12:10,877 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/remote-com.navineo.hora.ejb.session.TempsParcoursFacadeRemote
            18:12:10,877 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsParcoursFacadeLocal
            18:12:10,877 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/remote
            18:12:10,877 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsParcoursFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,878 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VehiculeFacade,service=EJB3
            18:12:10,878 INFO [JBossASKernel] with dependencies:
            18:12:10,878 INFO [JBossASKernel] and demands:
            18:12:10,878 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,878 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,878 INFO [JBossASKernel] and supplies:
            18:12:10,878 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/remote-com.navineo.hora.ejb.session.VehiculeFacadeRemote
            18:12:10,878 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/local
            18:12:10,878 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VehiculeFacadeRemote
            18:12:10,878 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VehiculeFacadeLocal
            18:12:10,878 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/local-com.navineo.hora.ejb.session.VehiculeFacadeLocal
            18:12:10,878 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/remote
            18:12:10,878 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VehiculeFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,879 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VersionRefFacadeHORA,service=EJB3
            18:12:10,879 INFO [JBossASKernel] with dependencies:
            18:12:10,879 INFO [JBossASKernel] and demands:
            18:12:10,879 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
            18:12:10,879 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,879 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
            18:12:10,879 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
            18:12:10,879 INFO [JBossASKernel] jndi:Navineo/UsersFacade/local-com.navineo.sa.ejb.session.UsersFacadeLocal
            18:12:10,879 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,879 INFO [JBossASKernel] and supplies:
            18:12:10,879 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/remote
            18:12:10,880 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/remote-com.navineo.topo.ejb.session.VersionRefFacadeTOPORemote
            18:12:10,880 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/remote-com.navineo.hora.ejb.session.VersionRefFacadeHORARemote
            18:12:10,880 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.topo.ejb.session.VersionRefFacadeTOPOLocal
            18:12:10,880 INFO [JBossASKernel] Class:com.navineo.topo.ejb.session.VersionRefFacadeTOPOLocal
            18:12:10,880 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
            18:12:10,880 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local
            18:12:10,880 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
            18:12:10,880 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VersionRefFacadeHORARemote
            18:12:10,880 INFO [JBossASKernel] Class:com.navineo.topo.ejb.session.VersionRefFacadeTOPORemote
            18:12:10,880 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VersionRefFacadeHORA,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,881 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VitesseFacade,service=EJB3
            18:12:10,881 INFO [JBossASKernel] with dependencies:
            18:12:10,881 INFO [JBossASKernel] and demands:
            18:12:10,881 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,881 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,881 INFO [JBossASKernel] and supplies:
            18:12:10,881 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/local-com.navineo.hora.ejb.session.VitesseFacadeLocal
            18:12:10,881 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/remote-com.navineo.hora.ejb.session.VitesseFacadeRemote
            18:12:10,881 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/local
            18:12:10,881 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VitesseFacadeRemote
            18:12:10,881 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/remote
            18:12:10,881 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VitesseFacadeLocal
            18:12:10,881 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VitesseFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,882 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportGescarFacade,service=EJB3
            18:12:10,882 INFO [JBossASKernel] with dependencies:
            18:12:10,882 INFO [JBossASKernel] and demands:
            18:12:10,882 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,882 INFO [JBossASKernel] jndi:Navineo/NavineoFtpFacade/local-com.navineo.sa.ejb.session.NavineoFtpFacadeLocal
            18:12:10,882 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
            18:12:10,882 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,882 INFO [JBossASKernel] and supplies:
            18:12:10,882 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/remote-com.navineo.hora.ejb.session.imp.ImportGescarFacadeRemote
            18:12:10,882 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/local
            18:12:10,882 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/local-com.navineo.hora.ejb.session.imp.ImportGescarFacadeLocal
            18:12:10,883 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.imp.ImportGescarFacadeRemote
            18:12:10,883 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/remote
            18:12:10,883 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.imp.ImportGescarFacadeLocal
            18:12:10,883 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportGescarFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,909 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotArretFacade,service=EJB3
            18:12:10,909 INFO [JBossASKernel] with dependencies:
            18:12:10,909 INFO [JBossASKernel] and demands:
            18:12:10,909 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,909 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,909 INFO [JBossASKernel] and supplies:
            18:12:10,909 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotArretFacadeLocal
            18:12:10,909 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotArretFacadeRemote
            18:12:10,909 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/remote
            18:12:10,909 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/local
            18:12:10,909 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/remote-com.navineo.hora.ejb.session.pivot.PivotArretFacadeRemote
            18:12:10,909 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotArretFacadeLocal
            18:12:10,909 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotArretFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,910 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotDestinationViaFacade,service=EJB3
            18:12:10,910 INFO [JBossASKernel] with dependencies:
            18:12:10,910 INFO [JBossASKernel] and demands:
            18:12:10,910 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,910 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,910 INFO [JBossASKernel] and supplies:
            18:12:10,910 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/local
            18:12:10,910 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/local-com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeLocal
            18:12:10,910 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeLocal
            18:12:10,910 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/remote
            18:12:10,910 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeRemote
            18:12:10,910 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/remote-com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeRemote
            18:12:10,910 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotDestinationViaFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,911 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotExploitFacade,service=EJB3
            18:12:10,911 INFO [JBossASKernel] with dependencies:
            18:12:10,911 INFO [JBossASKernel] and demands:
            18:12:10,911 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotArretFacadeLocal
            18:12:10,911 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,911 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
            18:12:10,911 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeLocal
            18:12:10,911 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/local-com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeLocal
            18:12:10,911 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeLocal
            18:12:10,911 INFO [JBossASKernel] jndi:Navineo/PivotTronconItineraireFacade/local-com.navineo.hora.ejb.session.pivot.PivotTronconItineraireFacadeLocal
            18:12:10,911 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotLigneFacadeLocal
            18:12:10,912 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeLocal
            18:12:10,916 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,916 INFO [JBossASKernel] and supplies:
            18:12:10,916 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/remote-com.navineo.hora.ejb.session.pivot.PivotExploitFacadeRemote
            18:12:10,916 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/local
            18:12:10,916 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/local-com.navineo.hora.ejb.session.pivot.PivotExploitFacadeLocal
            18:12:10,916 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/remote
            18:12:10,916 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotExploitFacadeRemote
            18:12:10,916 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotExploitFacadeLocal
            18:12:10,916 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotExploitFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,917 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotLigneFacade,service=EJB3
            18:12:10,917 INFO [JBossASKernel] with dependencies:
            18:12:10,917 INFO [JBossASKernel] and demands:
            18:12:10,917 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,917 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,917 INFO [JBossASKernel] and supplies:
            18:12:10,917 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/remote
            18:12:10,917 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/remote-com.navineo.hora.ejb.session.pivot.PivotLigneFacadeRemote
            18:12:10,917 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotLigneFacadeRemote
            18:12:10,917 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotLigneFacadeLocal
            18:12:10,917 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/local
            18:12:10,917 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotLigneFacadeLocal
            18:12:10,917 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotLigneFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,918 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotParcoursFacade,service=EJB3
            18:12:10,918 INFO [JBossASKernel] with dependencies:
            18:12:10,918 INFO [JBossASKernel] and demands:
            18:12:10,918 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,918 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,918 INFO [JBossASKernel] and supplies:
            18:12:10,918 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/remote
            18:12:10,918 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/remote-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeRemote
            18:12:10,918 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
            18:12:10,918 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeRemote
            18:12:10,919 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local
            18:12:10,919 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
            18:12:10,919 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotParcoursFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,919 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretFacade,service=EJB3
            18:12:10,919 INFO [JBossASKernel] with dependencies:
            18:12:10,919 INFO [JBossASKernel] and demands:
            18:12:10,919 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,919 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,919 INFO [JBossASKernel] and supplies:
            18:12:10,920 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeLocal
            18:12:10,920 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeLocal
            18:12:10,937 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/remote
            18:12:10,937 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/remote-com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeRemote
            18:12:10,937 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/local
            18:12:10,937 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeRemote
            18:12:10,937 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,938 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretParcoursGraphiqueFacade,service=EJB3
            18:12:10,938 INFO [JBossASKernel] with dependencies:
            18:12:10,938 INFO [JBossASKernel] and demands:
            18:12:10,938 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,938 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
            18:12:10,938 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,938 INFO [JBossASKernel] and supplies:
            18:12:10,938 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/remote-com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeRemote
            18:12:10,938 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/remote
            18:12:10,938 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeRemote
            18:12:10,938 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/local
            18:12:10,938 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeLocal
            18:12:10,938 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeLocal
            18:12:10,938 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretParcoursGraphiqueFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,939 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotSousLigneFacade,service=EJB3
            18:12:10,939 INFO [JBossASKernel] with dependencies:
            18:12:10,939 INFO [JBossASKernel] and demands:
            18:12:10,939 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,939 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
            18:12:10,939 INFO [JBossASKernel] and supplies:
            18:12:10,939 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/remote
            18:12:10,939 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/remote-com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeRemote
            18:12:10,940 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeLocal
            18:12:10,940 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeLocal
            18:12:10,940 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/local
            18:12:10,940 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeRemote
            18:12:10,940 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotSousLigneFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
            18:12:10,940 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotTronconItineraireFacade,service=EJB3
            18:12:10,941 INFO [JBossASKernel] with dependencies:
            18:12:10,941 INFO [JBossASKernel] and demands:
            18:12:10,941 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
            18:12:10,941 INFO [J


            • 3. Re: Fastest way to migrate mbean services (with dependencies
              jaikiran

               

              <depends>jboss.j2ee:module=NavineoDock.jar,service=EJB3</depends>
               <depends>jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3</depends>


              I guess the MBean names have changed in AS-5.x which leads to these exceptions.

              What does the JMX console show for these deployments? The logs show that the MBean names are (an example):

              jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlgoHoraDonneesTestCreatorFacade,service=EJB3




              • 4. Re: Fastest way to migrate mbean services (with dependencies

                Well spotted. I had started (but not finished) to adapt the ObjectNames since i saw they changed.

                After changing to "jboss.j2ee:ear=Navineo.ear,jar=[XXX.jar],service=EJB3" eveywhere, it still fails in exactly the same way.

                For instance, the dependencies of "NAVINEO.Dock:service=ModuleHORA" are still unresolved:

                Deployment "NAVINEO.Dock:service=ModuleHORA" is missing the following dependencies:
                 Dependency "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3' **")
                 Dependency "NAVINEO.HORA:service=NoeudsPrets" (should be in state "Create", but is actually in state "Configured")
                 Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3' **")


                If we look at the "DEPLOYMENTS IN ERROR:" at the end of the log, there is something interesting: the modules all fail to deploy as if there was a circular dependency:
                Deployment "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3' **


                The NavineoDock module's jboss-service.xml doesn't explicitly declare this mbean, but it does declare dependencies towards it:
                <?xml version="1.0"?>
                <server>
                 <mbean code="com.navineo.dock.jmx.ModuleManagement"
                 name="NAVINEO.Dock:service=ModuleManagement"
                 xmbean-dd="META-INF/ModuleManagement-xmbean.xml">
                 <depends>
                 jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3
                 </depends>
                 <depends>
                 jboss:service=Naming
                 </depends>
                 </mbean>
                 <mbean code="com.navineo.dock.jmx.Parameter"
                 name="NAVINEO.Dock:service=Parameter"
                 xmbean-dd="META-INF/Parameter-xmbean.xml">
                 <depends>
                 jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3
                 </depends>
                 </mbean>
                 <mbean code="com.navineo.dock.jmx.ConsolidationImpactsDonnees"
                 name="NAVINEO.Dock:service=ConsolidationImpactsDonnees">
                 <depends>
                 jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3
                 </depends>
                 <depends>
                 jboss:service=Naming
                 </depends>
                 </mbean>
                </server>
                


                I don't remember why we explicitly declared dependencies towards the EJB3 service, probably in some cases the services started before the EJB3 were deployed. Maybe removing this dependency (and hoping the services don't start before the EJBs are ready) would help, but maybe it is something completely different.

                • 5. Re: Fastest way to migrate mbean services (with dependencies

                  By the way after the startup the EJB3 service does exists in the JMX console, with name "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3".
                  So it isn't a name problem at least for this one.

                  • 6. Re: Fastest way to migrate mbean services (with dependencies

                    After a bit of testing:
                    1/ Removing the dependency towards

                    jboss.j2ee:module=NavineoDock.jar,service=EJB3
                    eliminates the failure
                    Deployment "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3' **

                    -->Conclusion: depends towards the module's EJB3 service seems to cause a circularity error? It didn't in JBoss4.

                    2/ After that i removed in all modules the depends pointing towards the modules' EJB3 services: indeed the EJB3 service isn't started completely by the time my business mbeans start (stacks about unknown jdbc connections)
                    -->Conclusion: brutally removing all EJB3 service depends doesn't work

                    • 7. Re: Fastest way to migrate mbean services (with dependencies

                      I did a bit of cleanup (injecting the HAPartition ala JBoss5) to only have this one problem, but it still fails in exactly the same way.

                      DEPLOYMENTS MISSING DEPENDENCIES:
                       Deployment "NAVINEO.Dock:service=ModuleHORA" is missing the following dependencies:
                       Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3' **")
                       Deployment "NAVINEO.Dock:service=ModuleIVV" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleTOPO" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.Dock:service=ModuleSA" is missing the following dependencies:
                       Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3' **")
                       Deployment "NAVINEO.Dock:service=ModuleStatVL" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleTOPO" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.Dock:service=ModuleTOPO" is missing the following dependencies:
                       Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3' **")
                       Deployment "NAVINEO.HORA:service=DispatcheurAlarmes" is missing the following dependencies:
                       Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3' **")
                       Deployment "NAVINEO.HORA:service=ImportFichiersNeutres" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleHORA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.HORA:service=ImportGescar" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleHORA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.HORA:service=InstantiateurFTPFileSucker" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.HORA:service=InstantiateurMoteurAlarmesCentre" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.HORA:service=InstantiateurMoteurAlarmesSite" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.HORA:service=InstantiateurMoteurSuivi" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.HORA:service=SimulateurTR" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleHORA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.SA:service=ConfigEquipement" is missing the following dependencies:
                       Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3' **")
                       Deployment "NAVINEO.SA:service=DonneesDiverses" is missing the following dependencies:
                       Dependency "jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3' **")
                       Deployment "NAVINEO.SA:service=InstantiateurActivationVersions" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.SA:service=InstantiateurComEmbarques" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.SA:service=InstantiateurDummyTacheEgoiste1" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                       Deployment "NAVINEO.SA:service=InstantiateurDummyTacheEgoiste2" is missing the following dependencies:
                       Dependency "NAVINEO.Dock:service=ModuleSA" (should be in state "Create", but is actually in state "Configured")
                      
                      DEPLOYMENTS IN ERROR:
                       Deployment "jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3' **
                      


                      No stack or warning. I'm also more and more favoring the hypothesis that this has to do with a circularity problem:
                      Jboss5 seems to be less lenient about it as illustrated by another failure i had, which was caused by a bugged EJB injecting a reference to itself. It started in JBoss4 but not 5.

                      Still, for some MBeans i need to be sure they start AFTER EJBs are deployed.
                      Thus I think the cleanest solution would be to correctly specify this dependency of means towards the EJBs, apparently
                      <depends>jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3</depends>
                      isn't the correct way to do it.

                      • 8. Re: Fastest way to migrate mbean services (with dependencies

                        Looks like it was a circularity issue:
                        After removing the

                        <depends>jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,service=EJB3</depends>
                        dependency everywhere, and replacing it with dependencies toward specific EJBs, the server starts without ERROR messages, in particular there are no longer MISSING DEPENDENCIES nor DEPLOYMENTS IN ERROR.

                        But, i have a lot of
                        Throwable: STACKTRACE
                        CachedConnectionManager] (Thread-28) Closing a connection for you. Please close them yourself
                        stacks, that i can't eliminate.

                        My new startup log(until the first Throwable.STACKTRACE):
                        
                         JBOSS_HOME: /opt/jboss
                        
                         JAVA: /opt/jdk1.6.0_07/bin/java
                        
                         JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
                        
                         CLASSPATH: /opt/jboss/bin/run.jar:/opt/jdk1.6.0_07/lib/tools.jar
                        
                        =========================================================================
                        
                        15:10:33,342 INFO [ServerImpl] Starting JBoss (Microcontainer)...
                        15:10:33,343 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)
                        15:10:33,343 INFO [ServerImpl] Bootstrap URL: null
                        15:10:33,343 INFO [ServerImpl] Home Dir: /opt/jboss-5.1.0.GA
                        15:10:33,343 INFO [ServerImpl] Home URL: file:/opt/jboss-5.1.0.GA/
                        15:10:33,343 INFO [ServerImpl] Library URL: file:/opt/jboss-5.1.0.GA/lib/
                        15:10:33,344 INFO [ServerImpl] Patch URL: null
                        15:10:33,344 INFO [ServerImpl] Common Base URL: file:/opt/jboss-5.1.0.GA/common/
                        15:10:33,344 INFO [ServerImpl] Common Library URL: file:/opt/jboss-5.1.0.GA/common/lib/
                        15:10:33,344 INFO [ServerImpl] Server Name: all
                        15:10:33,345 INFO [ServerImpl] Server Base Dir: /opt/jboss-5.1.0.GA/server
                        15:10:33,345 INFO [ServerImpl] Server Base URL: file:/opt/jboss-5.1.0.GA/server/
                        15:10:33,345 INFO [ServerImpl] Server Config URL: file:/opt/jboss-5.1.0.GA/server/all/conf/
                        15:10:33,345 INFO [ServerImpl] Server Home Dir: /opt/jboss-5.1.0.GA/server/all
                        15:10:33,345 INFO [ServerImpl] Server Home URL: file:/opt/jboss-5.1.0.GA/server/all/
                        15:10:33,345 INFO [ServerImpl] Server Data Dir: /opt/jboss-5.1.0.GA/server/all/data
                        15:10:33,345 INFO [ServerImpl] Server Library URL: file:/opt/jboss-5.1.0.GA/server/all/lib/
                        15:10:33,345 INFO [ServerImpl] Server Log Dir: /opt/jboss-5.1.0.GA/server/all/log
                        15:10:33,345 INFO [ServerImpl] Server Native Dir: /opt/jboss-5.1.0.GA/server/all/tmp/native
                        15:10:33,346 INFO [ServerImpl] Server Temp Dir: /opt/jboss-5.1.0.GA/server/all/tmp
                        15:10:33,346 INFO [ServerImpl] Server Temp Deploy Dir: /opt/jboss-5.1.0.GA/server/all/tmp/deploy
                        15:10:34,264 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/opt/jboss-5.1.0.GA/server/all/conf/bootstrap.xml
                        15:10:34,939 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
                        15:10:34,942 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
                        15:10:35,276 INFO [CopyMechanism] VFS temp dir: /opt/jboss-5.1.0.GA/server/all/tmp
                        15:10:35,284 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
                        15:10:37,193 INFO [ServerInfo] Java version: 1.6.0_07,Sun Microsystems Inc.
                        15:10:37,198 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
                        15:10:37,198 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 10.0-b23,Sun Microsystems Inc.
                        15:10:37,198 INFO [ServerInfo] OS-System: Linux 2.6.24-19-generic,i386
                        15:10:37,199 INFO [ServerInfo] VM arguments: -Dprogram.name=run.sh -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/opt/jboss/lib/endorsed
                        15:10:37,242 INFO [JMXKernel] Legacy JMX core initialized
                        15:10:41,140 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@1f808e6[domain=default, server=default, name=all]
                        log4j:WARN Continuable parsing error 379 and column 23
                        log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)".
                        15:10:44,418 INFO [WebService] Using RMI server codebase: http://10.27.252.164:8083/
                        15:10:53,071 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
                        15:10:53,104 INFO [NativeServerConfig] 3.1.2.GA
                        15:10:54,326 INFO [AttributeCallbackItem] Owner callback not implemented.
                        15:10:56,031 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@24e801[ defaultDomain='jboss' ]
                        15:11:14,937 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@19f47b7{topic/AcquitMessageEmbarque}
                        15:11:14,938 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@1d5efc{queue/ModeleTOPOQueue2}
                        15:11:14,942 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@4704ea{topic/MessagesNonAcquittesTopic}
                        15:11:14,942 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@93a0d7{topic/MessagesAcquittesTopic}
                        15:11:14,943 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@24ad9b{topic/UsersTopic}
                        15:11:14,943 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@1c959{topic/ProfilsTopic}
                        15:11:14,943 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@14a0173{topic/VersLesMMITopic}
                        15:11:14,948 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@1a528c2{queue/ModeleTOPOQueue2}
                        15:11:14,953 INFO [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData@16de87{topic/ParamSystemTopic}
                        15:11:15,087 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
                        15:11:15,088 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
                        15:11:15,088 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
                        15:11:15,088 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
                        15:11:15,092 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22151827{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
                        15:11:15,092 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22151827{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
                        15:11:15,093 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@19339037{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
                        15:11:15,093 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@19339037{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
                        15:11:15,093 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1023560{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
                        15:11:15,093 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1023560{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
                        15:11:15,093 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@11782276{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
                        15:11:15,094 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@11782276{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
                        15:11:15,094 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@25718707{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/NavineoDock.jar/}
                        15:11:15,094 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@25718707{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/NavineoDock.jar/}
                        15:11:17,053 INFO [CorbaNamingService] CORBA Naming Started
                        15:11:19,908 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://10.27.252.164/jndi/rmi://10.27.252.164:1090/jmxconnector
                        15:11:20,089 INFO [MailService] Mail Service bound to java:/Mail
                        15:11:21,311 INFO [SnmpAgentService] SNMP agent going active
                        15:11:24,183 INFO [JChannel] JGroups version: 2.6.10.GA
                        15:11:24,494 INFO [P_CLA1] Initializing partition P_CLA1
                        15:11:24,720 INFO [STDOUT]
                        ---------------------------------------------------------
                        GMS: address is 10.27.252.164:39307 (cluster=P_CLA1)
                        ---------------------------------------------------------
                        15:11:24,884 INFO [PlatformMBeanServerRegistration] JBossCache MBeans were successfully registered to the platform mbean server.
                        15:11:24,888 INFO [JChannel] JGroups version: 2.6.10.GA
                        15:11:25,048 INFO [STDOUT]
                        ---------------------------------------------------------
                        GMS: address is 10.27.252.164:39307 (cluster=P_CLA1-HAPartitionCache)
                        ---------------------------------------------------------
                        15:11:26,933 INFO [P_CLA1] Number of cluster members: 1
                        15:11:26,933 INFO [P_CLA1] Other members: 0
                        15:11:27,092 INFO [RPCManagerImpl] Received new cluster view: [10.27.252.164:39307|0] [10.27.252.164:39307]
                        15:11:27,096 INFO [RPCManagerImpl] Cache local address is 10.27.252.164:39307
                        15:11:27,098 INFO [RPCManagerImpl] state was retrieved successfully (in 2,1 seconds)
                        15:11:27,117 INFO [ComponentRegistry] JBoss Cache version: JBossCache 'Cascabel' 3.1.0.GA
                        15:11:27,117 INFO [P_CLA1] Fetching serviceState (will wait for 30000 milliseconds):
                        15:11:27,119 INFO [P_CLA1] State could not be retrieved (we are the first member in group)
                        15:11:27,232 INFO [HANamingService] Started HAJNDI bootstrap; jnpPort=1100, backlog=50, bindAddress=/10.27.252.164
                        15:11:27,254 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /10.27.252.164:1102, group=233.0.0.5, HA-JNDI address=10.27.252.164:1100
                        15:11:28,238 INFO [UnifiedInvokerHA] Service name is jboss:service=invoker,type=unifiedha
                        15:11:34,089 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
                        15:11:34,108 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                        15:11:34,217 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                        15:11:34,286 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
                        15:11:34,286 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
                        15:11:34,646 INFO [TransactionManagerService] Initializing recovery manager
                        15:11:34,795 INFO [TransactionManagerService] Recovery manager configured
                        15:11:34,795 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
                        15:11:34,835 INFO [TransactionManagerService] Starting transaction recovery manager
                        15:11:35,323 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/jdk1.6.0_07/jre/lib/i386/server:/opt/jdk1.6.0_07/jre/lib/i386:/opt/jdk1.6.0_07/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
                        15:11:35,386 INFO [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-10.27.252.164-8080
                        15:11:35,386 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-10.27.252.164-8009
                        15:11:35,411 INFO [StandardService] D�marrage du service jboss.web
                        15:11:35,416 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
                        15:11:35,465 INFO [Catalina] Server startup in 78 ms
                        15:11:35,485 INFO [TomcatDeployment] deploy, ctxPath=/juddi
                        15:11:36,051 INFO [RegistryServlet] Loading jUDDI configuration.
                        15:11:36,051 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
                        15:11:36,051 INFO [RegistryServlet] Initializing jUDDI components.
                        15:11:36,221 INFO [TomcatDeployment] deploy, ctxPath=/web-console
                        15:11:36,504 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
                        15:11:36,526 INFO [TomcatDeployment] deploy, ctxPath=/invoker
                        15:11:36,742 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
                        15:11:36,760 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
                        15:11:36,792 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/jms-ra.rar/META-INF/ra.xml
                        15:11:36,815 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/mail-ra.rar/META-INF/ra.xml
                        15:11:36,845 INFO [RARDeployment] Required license terms exist, view vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/quartz-ra.rar/META-INF/ra.xml
                        15:11:36,918 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
                        15:11:36,945 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
                        15:11:36,948 INFO [RAMJobStore] RAMJobStore initialized.
                        15:11:36,948 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
                        15:11:36,948 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
                        15:11:36,949 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
                        15:11:37,138 WARN [TransactionManagerService] XAExceptionFormatters are not supported by the JBossTS Transaction Service - this warning can safely be ignored
                        15:11:37,211 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
                        15:11:38,585 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [1] started
                        15:11:38,846 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,849 INFO [TopicService] Topic[/topic/NoeudsPerdusDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,850 INFO [TopicService] Topic[/topic/AcquitMessageEmbarque] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,851 INFO [TopicService] Topic[/topic/OccalDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,852 INFO [TopicService] Topic[/topic/ProfilsTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,856 INFO [QueueService] Queue[/queue/ModeleTOPOQueue2] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,857 INFO [TopicService] Topic[/topic/DonneeDiverseTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,858 INFO [TopicService] Topic[/topic/LivraisonTestTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,859 INFO [TopicService] Topic[/topic/DepuisEmbarqueDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,862 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,863 INFO [TopicService] Topic[/topic/GenerateIdTopicReponse] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,864 INFO [TopicService] Topic[/topic/MessagesNonAcquittesDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,865 INFO [TopicService] Topic[/topic/DefaultTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,866 INFO [TopicService] Topic[/topic/MessagesAcquittesTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,931 INFO [ConnectionFactory] Connector bisocket://10.27.252.164:4457 has leasing enabled, lease period 10000 milliseconds
                        15:11:38,931 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@5cccb5 started
                        15:11:38,939 INFO [ConnectionFactory] Connector bisocket://10.27.252.164:4457 has leasing enabled, lease period 10000 milliseconds
                        15:11:38,939 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@131e702 started
                        15:11:38,940 INFO [TopicService] Topic[/topic/VersionsTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,941 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
                        15:11:38,941 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
                        15:11:38,942 INFO [ConnectionFactory] Connector bisocket://10.27.252.164:4457 has leasing enabled, lease period 10000 milliseconds
                        15:11:38,942 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@eee757 started
                        15:11:38,943 INFO [TopicService] Topic[/topic/UsersTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,944 INFO [TopicService] Topic[/topic/ParamSystemTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,947 INFO [TopicService] Topic[/topic/VersEmbarqueDestination] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,948 INFO [TopicService] Topic[/topic/LocPositionTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,949 INFO [TopicService] Topic[/topic/VersLesMMITopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,950 INFO [TopicService] Topic[/topic/MessagesNonAcquittesTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,951 INFO [TopicService] Topic[/topic/DonneesSuiviTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                        15:11:38,955 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
                        15:11:38,986 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ConfigDS' to JNDI name 'java:ConfigDS'
                        15:11:39,005 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ExploitationDS' to JNDI name 'java:ExploitationDS'
                        15:11:39,025 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=RecueilsDS' to JNDI name 'java:RecueilsDS'
                        15:11:40,416 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
                        15:11:40,420 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                        15:11:40,420 INFO [JBossASKernel] with dependencies:
                        15:11:40,420 INFO [JBossASKernel] and demands:
                        15:11:40,420 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                        15:11:40,420 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:40,420 INFO [JBossASKernel] and supplies:
                        15:11:40,420 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
                        15:11:40,420 INFO [JBossASKernel] jndi:SecureProfileService/remote
                        15:11:40,420 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
                        15:11:40,420 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                        15:11:40,421 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                        15:11:40,421 INFO [JBossASKernel] with dependencies:
                        15:11:40,421 INFO [JBossASKernel] and demands:
                        15:11:40,422 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:40,422 INFO [JBossASKernel] and supplies:
                        15:11:40,422 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
                        15:11:40,422 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
                        15:11:40,422 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
                        15:11:40,422 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                        15:11:40,422 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                        15:11:40,423 INFO [JBossASKernel] with dependencies:
                        15:11:40,423 INFO [JBossASKernel] and demands:
                        15:11:40,423 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:40,423 INFO [JBossASKernel] and supplies:
                        15:11:40,423 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                        15:11:40,423 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
                        15:11:40,423 INFO [JBossASKernel] jndi:SecureManagementView/remote
                        15:11:40,423 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                        15:11:40,430 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1a92bd0{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                        15:11:40,431 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@16f76f0{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                        15:11:40,431 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1a3e3a2{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                        15:11:40,895 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                        15:11:40,912 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
                        15:11:40,993 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                        
                         SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
                         SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
                        
                        15:11:41,128 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                        15:11:41,129 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
                        15:11:41,148 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                        
                         SecureManagementView/remote - EJB3.x Default Remote Business Interface
                         SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
                        
                        15:11:41,201 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                        15:11:41,203 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
                        15:11:41,271 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
                        
                         SecureProfileService/remote - EJB3.x Default Remote Business Interface
                         SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
                        
                        15:11:41,422 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
                        15:11:41,483 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
                        15:11:43,595 INFO [TomcatDeployment] deploy, ctxPath=/MMI
                        15:11:43,651 INFO [TomcatDeployment] deploy, ctxPath=/
                        15:11:43,700 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
                        15:11:45,326 INFO [JBossASKernel] Created KernelDeployment for: ModuleHORA.jar
                        15:11:45,326 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=Butineur2Facade,service=EJB3
                        15:11:45,326 INFO [JBossASKernel] with dependencies:
                        15:11:45,326 INFO [JBossASKernel] and demands:
                        15:11:45,326 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                        15:11:45,327 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,327 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                        15:11:45,327 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,327 INFO [JBossASKernel] and supplies:
                        15:11:45,327 INFO [JBossASKernel] Class:com.navineo.hora.ejb.butineur.Butineur2FacadeRemote
                        15:11:45,327 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/local-com.navineo.hora.ejb.butineur.Butineur2FacadeLocal
                        15:11:45,327 INFO [JBossASKernel] Class:com.navineo.hora.ejb.butineur.Butineur2FacadeLocal
                        15:11:45,327 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/local
                        15:11:45,327 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/remote
                        15:11:45,327 INFO [JBossASKernel] jndi:Navineo/Butineur2Facade/remote-com.navineo.hora.ejb.butineur.Butineur2FacadeRemote
                        15:11:45,327 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=Butineur2Facade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,328 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DepuisEmbarqueMDB,service=EJB3
                        15:11:45,328 INFO [JBossASKernel] with dependencies:
                        15:11:45,328 INFO [JBossASKernel] and demands:
                        15:11:45,328 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,329 INFO [JBossASKernel] and supplies:
                        15:11:45,329 INFO [JBossASKernel] jndi:null
                        15:11:45,329 INFO [JBossASKernel] Class:javax.jms.MessageListener
                        15:11:45,329 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DepuisEmbarqueMDB,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,330 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AgentFacade,service=EJB3
                        15:11:45,330 INFO [JBossASKernel] with dependencies:
                        15:11:45,330 INFO [JBossASKernel] and demands:
                        15:11:45,330 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,330 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,330 INFO [JBossASKernel] and supplies:
                        15:11:45,330 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AgentFacadeRemote
                        15:11:45,330 INFO [JBossASKernel] jndi:Navineo/AgentFacade/local-com.navineo.hora.ejb.session.AgentFacadeLocal
                        15:11:45,331 INFO [JBossASKernel] jndi:Navineo/AgentFacade/remote-com.navineo.hora.ejb.session.AgentFacadeRemote
                        15:11:45,331 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AgentFacadeLocal
                        15:11:45,331 INFO [JBossASKernel] jndi:Navineo/AgentFacade/local
                        15:11:45,331 INFO [JBossASKernel] jndi:Navineo/AgentFacade/remote
                        15:11:45,331 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AgentFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,332 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlgoHoraDonneesTestCreatorFacade,service=EJB3
                        15:11:45,332 INFO [JBossASKernel] with dependencies:
                        15:11:45,332 INFO [JBossASKernel] and demands:
                        15:11:45,332 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/remote-com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeRemote
                        15:11:45,332 INFO [JBossASKernel] jndi:Navineo/MultiColonneFacade/local-com.navineo.topo.ejb.session.MultiColonneFacadeLocal
                        15:11:45,332 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,332 INFO [JBossASKernel] jndi:Navineo/AlgoTopoFacade/local-com.navineo.topo.ejb.session.saisie.AlgoTopoFacadeLocal
                        15:11:45,332 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                        15:11:45,332 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,332 INFO [JBossASKernel] and supplies:
                        15:11:45,332 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/local
                        15:11:45,333 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/remote
                        15:11:45,333 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/local-com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeLocal
                        15:11:45,333 INFO [JBossASKernel] jndi:Navineo/AlgoHoraDonneesTestCreatorFacade/remote-com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeRemote
                        15:11:45,333 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeLocal
                        15:11:45,333 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.AlgoHoraDonneesTestCreatorFacadeRemote
                        15:11:45,333 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlgoHoraDonneesTestCreatorFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,334 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CalendrierFacade,service=EJB3
                        15:11:45,334 INFO [JBossASKernel] with dependencies:
                        15:11:45,334 INFO [JBossASKernel] and demands:
                        15:11:45,334 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,334 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,334 INFO [JBossASKernel] and supplies:
                        15:11:45,334 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/local
                        15:11:45,334 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CalendrierFacadeLocal
                        15:11:45,334 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/remote-com.navineo.hora.ejb.session.CalendrierFacadeRemote
                        15:11:45,334 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CalendrierFacadeRemote
                        15:11:45,334 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/local-com.navineo.hora.ejb.session.CalendrierFacadeLocal
                        15:11:45,334 INFO [JBossASKernel] jndi:Navineo/CalendrierFacade/remote
                        15:11:45,334 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CalendrierFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,335 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CourseFacade,service=EJB3
                        15:11:45,335 INFO [JBossASKernel] with dependencies:
                        15:11:45,335 INFO [JBossASKernel] and demands:
                        15:11:45,335 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,335 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,335 INFO [JBossASKernel] and supplies:
                        15:11:45,335 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CourseFacadeLocal
                        15:11:45,335 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.CourseFacadeRemote
                        15:11:45,335 INFO [JBossASKernel] jndi:Navineo/CourseFacade/local
                        15:11:45,335 INFO [JBossASKernel] jndi:Navineo/CourseFacade/remote-com.navineo.hora.ejb.session.CourseFacadeRemote
                        15:11:45,336 INFO [JBossASKernel] jndi:Navineo/CourseFacade/local-com.navineo.hora.ejb.session.CourseFacadeLocal
                        15:11:45,336 INFO [JBossASKernel] jndi:Navineo/CourseFacade/remote
                        15:11:45,336 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=CourseFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,336 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOConsultationFacade,service=EJB3
                        15:11:45,336 INFO [JBossASKernel] with dependencies:
                        15:11:45,336 INFO [JBossASKernel] and demands:
                        15:11:45,337 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,337 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,337 INFO [JBossASKernel] and supplies:
                        15:11:45,337 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/remote
                        15:11:45,340 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOConsultationFacadeRemote
                        15:11:45,340 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/local
                        15:11:45,340 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/local-com.navineo.hora.ejb.session.DAOConsultationFacadeLocal
                        15:11:45,340 INFO [JBossASKernel] jndi:Navineo/DAOConsultationFacade/remote-com.navineo.hora.ejb.session.DAOConsultationFacadeRemote
                        15:11:45,341 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOConsultationFacadeLocal
                        15:11:45,341 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOConsultationFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,341 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOGeneriqueFacade,service=EJB3
                        15:11:45,342 INFO [JBossASKernel] with dependencies:
                        15:11:45,342 INFO [JBossASKernel] and demands:
                        15:11:45,342 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,342 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,342 INFO [JBossASKernel] and supplies:
                        15:11:45,342 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/local-com.navineo.hora.ejb.session.DAOGeneriqueFacadeLocal
                        15:11:45,342 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/local
                        15:11:45,342 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOGeneriqueFacadeRemote
                        15:11:45,342 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.DAOGeneriqueFacadeLocal
                        15:11:45,342 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/remote-com.navineo.hora.ejb.session.DAOGeneriqueFacadeRemote
                        15:11:45,342 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacade/remote
                        15:11:45,343 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAOGeneriqueFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,343 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraInFacade,service=EJB3
                        15:11:45,344 INFO [JBossASKernel] with dependencies:
                        15:11:45,344 INFO [JBossASKernel] and demands:
                        15:11:45,344 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,344 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,344 INFO [JBossASKernel] and supplies:
                        15:11:45,344 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.HoraInFacadeLocal
                        15:11:45,344 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/remote
                        15:11:45,344 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TopoInFacadeRemote
                        15:11:45,344 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/local
                        15:11:45,344 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/remote-com.navineo.hora.ejb.session.TopoInFacadeRemote
                        15:11:45,344 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/local-com.navineo.hora.ejb.session.HoraInFacadeLocal
                        15:11:45,344 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraInFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,345 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraOutFacade,service=EJB3
                        15:11:45,345 INFO [JBossASKernel] with dependencies:
                        15:11:45,345 INFO [JBossASKernel] and demands:
                        15:11:45,345 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,346 INFO [JBossASKernel] jndi:Navineo/TopoInFacade/local-com.navineo.topo.ejb.session.TopoInFacadeLocal
                        15:11:45,346 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.topo.ejb.session.VersionRefFacadeTOPOLocal
                        15:11:45,346 INFO [JBossASKernel] and supplies:
                        15:11:45,346 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.HoraOutFacadeLocal
                        15:11:45,346 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/remote-com.navineo.hora.ejb.session.HoraOutFacadeRemote
                        15:11:45,346 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/local-com.navineo.hora.ejb.session.HoraOutFacadeLocal
                        15:11:45,346 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/remote
                        15:11:45,346 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.HoraOutFacadeRemote
                        15:11:45,346 INFO [JBossASKernel] jndi:Navineo/HoraOutFacade/local
                        15:11:45,346 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HoraOutFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,347 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportFichierNeutreFacade,service=EJB3
                        15:11:45,347 INFO [JBossASKernel] with dependencies:
                        15:11:45,347 INFO [JBossASKernel] and demands:
                        15:11:45,347 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,347 INFO [JBossASKernel] jndi:Navineo/HoraInFacade/local-com.navineo.hora.ejb.session.HoraInFacadeLocal
                        15:11:45,347 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,347 INFO [JBossASKernel] and supplies:
                        15:11:45,347 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/remote-com.navineo.hora.ejb.session.ImportFichierNeutreFacadeRemote
                        15:11:45,347 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ImportFichierNeutreFacadeLocal
                        15:11:45,347 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/remote
                        15:11:45,347 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ImportFichierNeutreFacadeRemote
                        15:11:45,347 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/local
                        15:11:45,348 INFO [JBossASKernel] jndi:Navineo/ImportFichierNeutreFacade/local-com.navineo.hora.ejb.session.ImportFichierNeutreFacadeLocal
                        15:11:45,348 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportFichierNeutreFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,348 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ModuleHORAFacade,service=EJB3
                        15:11:45,348 INFO [JBossASKernel] with dependencies:
                        15:11:45,348 INFO [JBossASKernel] and demands:
                        15:11:45,348 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                        15:11:45,348 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,349 INFO [JBossASKernel] jndi:Navineo/ModuleFacade/local-com.navineo.dock.ejb.session.ModuleFacadeLocal
                        15:11:45,349 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                        15:11:45,349 INFO [JBossASKernel] and supplies:
                        15:11:45,349 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/local
                        15:11:45,349 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/local-com.navineo.hora.ejb.session.ModuleHORAFacadeLocal
                        15:11:45,349 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ModuleHORAFacadeLocal
                        15:11:45,349 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ModuleHORAFacadeRemote
                        15:11:45,349 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/remote
                        15:11:45,349 INFO [JBossASKernel] jndi:Navineo/ModuleHORAFacade/remote-com.navineo.hora.ejb.session.ModuleHORAFacadeRemote
                        15:11:45,349 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ModuleHORAFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,350 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=NoeudLocalFacade,service=EJB3
                        15:11:45,350 INFO [JBossASKernel] with dependencies:
                        15:11:45,350 INFO [JBossASKernel] and demands:
                        15:11:45,350 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,350 INFO [JBossASKernel] and supplies:
                        15:11:45,350 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/remote
                        15:11:45,350 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/local
                        15:11:45,350 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/local-com.navineo.hora.ejb.session.NoeudLocalFacadeLocal
                        15:11:45,350 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.NoeudLocalFacadeRemote
                        15:11:45,350 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.NoeudLocalFacadeLocal
                        15:11:45,357 INFO [JBossASKernel] jndi:Navineo/NoeudLocalFacade/remote-com.navineo.hora.ejb.session.NoeudLocalFacadeRemote
                        15:11:45,357 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=NoeudLocalFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,358 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ProprieteFacade,service=EJB3
                        15:11:45,358 INFO [JBossASKernel] with dependencies:
                        15:11:45,358 INFO [JBossASKernel] and demands:
                        15:11:45,358 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,358 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                        15:11:45,358 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,358 INFO [JBossASKernel] and supplies:
                        15:11:45,358 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ProprieteFacadeLocal
                        15:11:45,358 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/local
                        15:11:45,358 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/remote-com.navineo.hora.ejb.session.ProprieteFacadeRemote
                        15:11:45,358 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.ProprieteFacadeRemote
                        15:11:45,358 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/remote
                        15:11:45,359 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/local-com.navineo.hora.ejb.session.ProprieteFacadeLocal
                        15:11:45,359 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ProprieteFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,359 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TacheFacade,service=EJB3
                        15:11:45,359 INFO [JBossASKernel] with dependencies:
                        15:11:45,359 INFO [JBossASKernel] and demands:
                        15:11:45,360 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,360 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,360 INFO [JBossASKernel] and supplies:
                        15:11:45,360 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TacheFacadeRemote
                        15:11:45,360 INFO [JBossASKernel] jndi:Navineo/TacheFacade/local-com.navineo.hora.ejb.session.TacheFacadeLocal
                        15:11:45,360 INFO [JBossASKernel] jndi:Navineo/TacheFacade/local
                        15:11:45,360 INFO [JBossASKernel] jndi:Navineo/TacheFacade/remote-com.navineo.hora.ejb.session.TacheFacadeRemote
                        15:11:45,360 INFO [JBossASKernel] jndi:Navineo/TacheFacade/remote
                        15:11:45,360 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TacheFacadeLocal
                        15:11:45,360 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TacheFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,361 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsFacade,service=EJB3
                        15:11:45,361 INFO [JBossASKernel] with dependencies:
                        15:11:45,361 INFO [JBossASKernel] and demands:
                        15:11:45,361 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,361 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,361 INFO [JBossASKernel] and supplies:
                        15:11:45,361 INFO [JBossASKernel] jndi:Navineo/TempsFacade/local
                        15:11:45,362 INFO [JBossASKernel] jndi:Navineo/TempsFacade/remote-com.navineo.hora.ejb.session.TempsFacadeRemote
                        15:11:45,362 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsFacadeLocal
                        15:11:45,362 INFO [JBossASKernel] jndi:Navineo/TempsFacade/local-com.navineo.hora.ejb.session.TempsFacadeLocal
                        15:11:45,363 INFO [JBossASKernel] jndi:Navineo/TempsFacade/remote
                        15:11:45,363 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsFacadeRemote
                        15:11:45,363 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,364 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsParcoursFacade,service=EJB3
                        15:11:45,365 INFO [JBossASKernel] with dependencies:
                        15:11:45,365 INFO [JBossASKernel] and demands:
                        15:11:45,365 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,365 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,365 INFO [JBossASKernel] and supplies:
                        15:11:45,365 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsParcoursFacadeRemote
                        15:11:45,365 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/local
                        15:11:45,365 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/local-com.navineo.hora.ejb.session.TempsParcoursFacadeLocal
                        15:11:45,365 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/remote-com.navineo.hora.ejb.session.TempsParcoursFacadeRemote
                        15:11:45,365 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.TempsParcoursFacadeLocal
                        15:11:45,366 INFO [JBossASKernel] jndi:Navineo/TempsParcoursFacade/remote
                        15:11:45,366 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TempsParcoursFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,366 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VehiculeFacade,service=EJB3
                        15:11:45,366 INFO [JBossASKernel] with dependencies:
                        15:11:45,367 INFO [JBossASKernel] and demands:
                        15:11:45,367 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,367 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,367 INFO [JBossASKernel] and supplies:
                        15:11:45,367 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/remote-com.navineo.hora.ejb.session.VehiculeFacadeRemote
                        15:11:45,367 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/local
                        15:11:45,367 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VehiculeFacadeRemote
                        15:11:45,367 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VehiculeFacadeLocal
                        15:11:45,367 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/local-com.navineo.hora.ejb.session.VehiculeFacadeLocal
                        15:11:45,367 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/remote
                        15:11:45,367 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VehiculeFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,370 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VersionRefFacadeHORA,service=EJB3
                        15:11:45,370 INFO [JBossASKernel] with dependencies:
                        15:11:45,370 INFO [JBossASKernel] and demands:
                        15:11:45,370 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                        15:11:45,370 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,370 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                        15:11:45,370 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                        15:11:45,370 INFO [JBossASKernel] jndi:Navineo/UsersFacade/local-com.navineo.sa.ejb.session.UsersFacadeLocal
                        15:11:45,370 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,370 INFO [JBossASKernel] and supplies:
                        15:11:45,370 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/remote
                        15:11:45,370 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/remote-com.navineo.topo.ejb.session.VersionRefFacadeTOPORemote
                        15:11:45,371 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/remote-com.navineo.hora.ejb.session.VersionRefFacadeHORARemote
                        15:11:45,371 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.topo.ejb.session.VersionRefFacadeTOPOLocal
                        15:11:45,371 INFO [JBossASKernel] Class:com.navineo.topo.ejb.session.VersionRefFacadeTOPOLocal
                        15:11:45,371 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                        15:11:45,371 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local
                        15:11:45,371 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                        15:11:45,393 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VersionRefFacadeHORARemote
                        15:11:45,393 INFO [JBossASKernel] Class:com.navineo.topo.ejb.session.VersionRefFacadeTOPORemote
                        15:11:45,393 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VersionRefFacadeHORA,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,394 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VitesseFacade,service=EJB3
                        15:11:45,394 INFO [JBossASKernel] with dependencies:
                        15:11:45,394 INFO [JBossASKernel] and demands:
                        15:11:45,394 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,394 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,394 INFO [JBossASKernel] and supplies:
                        15:11:45,394 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/local-com.navineo.hora.ejb.session.VitesseFacadeLocal
                        15:11:45,394 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/remote-com.navineo.hora.ejb.session.VitesseFacadeRemote
                        15:11:45,394 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/local
                        15:11:45,394 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VitesseFacadeRemote
                        15:11:45,394 INFO [JBossASKernel] jndi:Navineo/VitesseFacade/remote
                        15:11:45,394 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.VitesseFacadeLocal
                        15:11:45,395 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=VitesseFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,395 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportGescarFacade,service=EJB3
                        15:11:45,395 INFO [JBossASKernel] with dependencies:
                        15:11:45,395 INFO [JBossASKernel] and demands:
                        15:11:45,395 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,396 INFO [JBossASKernel] jndi:Navineo/NavineoFtpFacade/local-com.navineo.sa.ejb.session.NavineoFtpFacadeLocal
                        15:11:45,396 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                        15:11:45,396 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,396 INFO [JBossASKernel] and supplies:
                        15:11:45,396 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/remote-com.navineo.hora.ejb.session.imp.ImportGescarFacadeRemote
                        15:11:45,396 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/local
                        15:11:45,396 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/local-com.navineo.hora.ejb.session.imp.ImportGescarFacadeLocal
                        15:11:45,396 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.imp.ImportGescarFacadeRemote
                        15:11:45,396 INFO [JBossASKernel] jndi:Navineo/ImportGescarFacade/remote
                        15:11:45,396 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.imp.ImportGescarFacadeLocal
                        15:11:45,396 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ImportGescarFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,397 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotArretFacade,service=EJB3
                        15:11:45,397 INFO [JBossASKernel] with dependencies:
                        15:11:45,397 INFO [JBossASKernel] and demands:
                        15:11:45,397 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,397 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,397 INFO [JBossASKernel] and supplies:
                        15:11:45,398 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotArretFacadeLocal
                        15:11:45,398 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotArretFacadeRemote
                        15:11:45,398 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/remote
                        15:11:45,398 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/local
                        15:11:45,398 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/remote-com.navineo.hora.ejb.session.pivot.PivotArretFacadeRemote
                        15:11:45,398 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotArretFacadeLocal
                        15:11:45,398 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotArretFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,399 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotDestinationViaFacade,service=EJB3
                        15:11:45,399 INFO [JBossASKernel] with dependencies:
                        15:11:45,399 INFO [JBossASKernel] and demands:
                        15:11:45,399 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,399 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,399 INFO [JBossASKernel] and supplies:
                        15:11:45,399 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/local
                        15:11:45,399 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/local-com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeLocal
                        15:11:45,399 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeLocal
                        15:11:45,399 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/remote
                        15:11:45,399 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeRemote
                        15:11:45,399 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/remote-com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeRemote
                        15:11:45,399 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotDestinationViaFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,400 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotExploitFacade,service=EJB3
                        15:11:45,400 INFO [JBossASKernel] with dependencies:
                        15:11:45,400 INFO [JBossASKernel] and demands:
                        15:11:45,400 INFO [JBossASKernel] jndi:Navineo/PivotArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotArretFacadeLocal
                        15:11:45,400 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,400 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
                        15:11:45,400 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotDestinationViaFacade/local-com.navineo.hora.ejb.session.pivot.PivotDestinationViaFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotTronconItineraireFacade/local-com.navineo.hora.ejb.session.pivot.PivotTronconItineraireFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotLigneFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,401 INFO [JBossASKernel] and supplies:
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/remote-com.navineo.hora.ejb.session.pivot.PivotExploitFacadeRemote
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/local
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/local-com.navineo.hora.ejb.session.pivot.PivotExploitFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/remote
                        15:11:45,401 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotExploitFacadeRemote
                        15:11:45,401 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotExploitFacadeLocal
                        15:11:45,401 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotExploitFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,402 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotLigneFacade,service=EJB3
                        15:11:45,424 INFO [JBossASKernel] with dependencies:
                        15:11:45,424 INFO [JBossASKernel] and demands:
                        15:11:45,425 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,425 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,425 INFO [JBossASKernel] and supplies:
                        15:11:45,425 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/remote
                        15:11:45,425 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/remote-com.navineo.hora.ejb.session.pivot.PivotLigneFacadeRemote
                        15:11:45,425 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotLigneFacadeRemote
                        15:11:45,425 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotLigneFacadeLocal
                        15:11:45,425 INFO [JBossASKernel] jndi:Navineo/PivotLigneFacade/local
                        15:11:45,425 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotLigneFacadeLocal
                        15:11:45,425 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotLigneFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,426 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotParcoursFacade,service=EJB3
                        15:11:45,426 INFO [JBossASKernel] with dependencies:
                        15:11:45,426 INFO [JBossASKernel] and demands:
                        15:11:45,426 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,426 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,426 INFO [JBossASKernel] and supplies:
                        15:11:45,426 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/remote
                        15:11:45,426 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/remote-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeRemote
                        15:11:45,426 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
                        15:11:45,426 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeRemote
                        15:11:45,426 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local
                        15:11:45,426 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
                        15:11:45,426 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotParcoursFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,427 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretFacade,service=EJB3
                        15:11:45,427 INFO [JBossASKernel] with dependencies:
                        15:11:45,427 INFO [JBossASKernel] and demands:
                        15:11:45,427 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,427 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,427 INFO [JBossASKernel] and supplies:
                        15:11:45,427 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeLocal
                        15:11:45,427 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeLocal
                        15:11:45,428 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/remote
                        15:11:45,428 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/remote-com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeRemote
                        15:11:45,428 INFO [JBossASKernel] jndi:Navineo/PivotPointArretFacade/local
                        15:11:45,428 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretFacadeRemote
                        15:11:45,428 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,428 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretParcoursGraphiqueFacade,service=EJB3
                        15:11:45,428 INFO [JBossASKernel] with dependencies:
                        15:11:45,428 INFO [JBossASKernel] and demands:
                        15:11:45,429 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,429 INFO [JBossASKernel] jndi:Navineo/PivotParcoursFacade/local-com.navineo.hora.ejb.session.pivot.PivotParcoursFacadeLocal
                        15:11:45,429 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,429 INFO [JBossASKernel] and supplies:
                        15:11:45,429 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/remote-com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeRemote
                        15:11:45,429 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/remote
                        15:11:45,429 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeRemote
                        15:11:45,429 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/local
                        15:11:45,429 INFO [JBossASKernel] jndi:Navineo/PivotPointArretParcoursGraphiqueFacade/local-com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeLocal
                        15:11:45,429 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotPointArretParcoursGraphiqueFacadeLocal
                        15:11:45,429 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotPointArretParcoursGraphiqueFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,430 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotSousLigneFacade,service=EJB3
                        15:11:45,430 INFO [JBossASKernel] with dependencies:
                        15:11:45,430 INFO [JBossASKernel] and demands:
                        15:11:45,430 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,430 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,430 INFO [JBossASKernel] and supplies:
                        15:11:45,430 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/remote
                        15:11:45,430 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/remote-com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeRemote
                        15:11:45,430 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/local-com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeLocal
                        15:11:45,430 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeLocal
                        15:11:45,430 INFO [JBossASKernel] jndi:Navineo/PivotSousLigneFacade/local
                        15:11:45,430 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotSousLigneFacadeRemote
                        15:11:45,431 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotSousLigneFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                        15:11:45,431 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotTronconItineraireFacade,service=EJB3
                        15:11:45,431 INFO [JBossASKernel] with dependencies:
                        15:11:45,431 INFO [JBossASKernel] and demands:
                        15:11:45,431 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                        15:11:45,431 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                        15:11:45,431 INFO [JBossASKernel] and supplies:
                        15:11:45,432 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotTronconItineraireFacadeLocal
                        15:11:45,432 INFO [JBossASKernel] jndi:Navineo/PivotTronconItineraireFacade/local
                        15:11:45,432 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.pivot.PivotTronconItineraireFacadeRemote
                        15:11:45,432 INFO [JBossASKernel] jndi:Navineo/PivotTronconItineraireFacade/local-com.navineo.hora.ejb.session.pivot.PivotTronconItineraireFacadeLocal
                        15:11:45,432 INFO [JBossASKernel] jndi:Navineo/PivotTronconItineraireFacade/remote-com.navineo.hora.ejb.session.pivot.PivotTronconItineraireFacadeRemote
                        15:11:45,432 INFO [JBossASKernel] jndi:Navineo/PivotTronconItineraireFacade/remote
                        15:11:45,432 IN


                        • 9. Re: Fastest way to migrate mbean services (with dependencies

                          Sorry i couldn't post it in one shot

                          15:11:45,432 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=PivotTronconItineraireFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,433 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=RfmRefHoraEmbarquePluginFacade,service=EJB3
                          15:11:45,433 INFO [JBossASKernel] with dependencies:
                          15:11:45,433 INFO [JBossASKernel] and demands:
                          15:11:45,456 INFO [JBossASKernel] jndi:Navineo/ItineraireFacade/local-com.navineo.topo.ejb.session.ItineraireFacadeLocal
                          15:11:45,456 INFO [JBossASKernel] jndi:Navineo/ConfigDonneeTransverseFacade/local-com.navineo.sa.ejb.session.ConfigDonneeTransverseFacadeLocal
                          15:11:45,456 INFO [JBossASKernel] jndi:Navineo/TempsFacade/local-com.navineo.hora.ejb.session.TempsFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.topo.ejb.session.VersionRefFacadeTOPOLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/local-com.navineo.hora.ejb.session.VehiculeFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/TacheFacade/local-com.navineo.hora.ejb.session.TacheFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/AgentFacade/local-com.navineo.hora.ejb.session.AgentFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/LigneFacade/local-com.navineo.topo.ejb.session.LigneFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/InfrastructureFacade/local-com.navineo.topo.ejb.session.InfrastructureFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/ParcoursFacade/local-com.navineo.topo.ejb.session.ParcoursFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/ConduiteFacade/local-com.navineo.hora.ejb.session.suivi.ConduiteFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/CourseFacade/local-com.navineo.hora.ejb.session.CourseFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueTopoFacade/local-com.navineo.topo.ejb.session.DAOGeneriqueTopoFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] jndi:Navineo/ArretFacade/local-com.navineo.topo.ejb.session.ArretFacadeLocal
                          15:11:45,457 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,457 INFO [JBossASKernel] and supplies:
                          15:11:45,457 INFO [JBossASKernel] Class:com.navineo.topo.ejb.session.plugins.RfmRefTopoEmbarquePluginFacadeRemote
                          15:11:45,458 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.plugins.RfmRefHoraEmbarquePluginFacadeLocal
                          15:11:45,458 INFO [JBossASKernel] Class:com.navineo.topo.ejb.session.plugins.RfmRefTopoEmbarquePluginFacadeLocal
                          15:11:45,458 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.plugins.RfmRefHoraEmbarquePluginFacadeRemote
                          15:11:45,458 INFO [JBossASKernel] jndi:Navineo/RfmRefHoraEmbarquePluginFacade/remote
                          15:11:45,458 INFO [JBossASKernel] jndi:Navineo/RfmRefHoraEmbarquePluginFacade/remote-com.navineo.topo.ejb.session.plugins.RfmRefTopoEmbarquePluginFacadeRemote
                          15:11:45,458 INFO [JBossASKernel] jndi:Navineo/RfmRefHoraEmbarquePluginFacade/local
                          15:11:45,458 INFO [JBossASKernel] jndi:Navineo/RfmRefHoraEmbarquePluginFacade/local-com.navineo.topo.ejb.session.plugins.RfmRefTopoEmbarquePluginFacadeLocal
                          15:11:45,458 INFO [JBossASKernel] jndi:Navineo/RfmRefHoraEmbarquePluginFacade/remote-com.navineo.hora.ejb.session.plugins.RfmRefHoraEmbarquePluginFacadeRemote
                          15:11:45,458 INFO [JBossASKernel] jndi:Navineo/RfmRefHoraEmbarquePluginFacade/local-com.navineo.hora.ejb.session.plugins.RfmRefHoraEmbarquePluginFacadeLocal
                          15:11:45,458 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=RfmRefHoraEmbarquePluginFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,459 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ScriptFacade,service=EJB3
                          15:11:45,459 INFO [JBossASKernel] with dependencies:
                          15:11:45,459 INFO [JBossASKernel] and demands:
                          15:11:45,459 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,459 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,459 INFO [JBossASKernel] and supplies:
                          15:11:45,459 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.script.ScriptFacadeRemote
                          15:11:45,459 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.script.ScriptFacadeLocal
                          15:11:45,459 INFO [JBossASKernel] jndi:Navineo/ScriptFacade/remote
                          15:11:45,459 INFO [JBossASKernel] jndi:Navineo/ScriptFacade/remote-com.navineo.hora.ejb.session.script.ScriptFacadeRemote
                          15:11:45,460 INFO [JBossASKernel] jndi:Navineo/ScriptFacade/local
                          15:11:45,460 INFO [JBossASKernel] jndi:Navineo/ScriptFacade/local-com.navineo.hora.ejb.session.script.ScriptFacadeLocal
                          15:11:45,460 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ScriptFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,460 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HandlerPivotInterneExploit,service=EJB3
                          15:11:45,460 INFO [JBossASKernel] with dependencies:
                          15:11:45,460 INFO [JBossASKernel] and demands:
                          15:11:45,460 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,460 INFO [JBossASKernel] jndi:Navineo/PivotExploitFacade/local-com.navineo.hora.ejb.session.pivot.PivotExploitFacadeLocal
                          15:11:45,461 INFO [JBossASKernel] and supplies:
                          15:11:45,461 INFO [JBossASKernel] jndi:Navineo/HandlerPivotInterneExploit/local-com.navineo.hora.ejb.session.stateful.HandlerPivotInterneExploitLocal
                          15:11:45,461 INFO [JBossASKernel] jndi:Navineo/HandlerPivotInterneExploit/local
                          15:11:45,461 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.stateful.HandlerPivotInterneExploitLocal
                          15:11:45,461 INFO [JBossASKernel] jndi:Navineo/HandlerPivotInterneExploit/remote
                          15:11:45,461 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=HandlerPivotInterneExploit,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,462 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=SaisieExploit,service=EJB3
                          15:11:45,462 INFO [JBossASKernel] with dependencies:
                          15:11:45,462 INFO [JBossASKernel] and demands:
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/HandlerUndoInterne/local-com.navineo.sa.ejb.session.stateful.handlers.undo.HandlerUndoInterneLocal
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/HandlerAlgoTopoTestInterne/local-com.navineo.topo.ejb.session.stateful.handlers.algotopo.HandlerAlgoTopoTestInterneLocal
                          15:11:45,462 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/HandlerSaisieInterne/local-com.navineo.sa.ejb.session.stateful.handlers.saisie.HandlerSaisieInterneLocal
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/AlgoTopoFacade/local-com.navineo.topo.ejb.session.saisie.AlgoTopoFacadeLocal
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/HandlerPivotInterneExploit/local-com.navineo.hora.ejb.session.stateful.HandlerPivotInterneExploitLocal
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/HandlerAlgoTopoInterne/local-com.navineo.topo.ejb.session.stateful.handlers.algotopo.HandlerAlgoTopoInterneLocal
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/LoginFacade/local-com.navineo.sa.ejb.session.LoginFacadeLocal
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                          15:11:45,462 INFO [JBossASKernel] jndi:Navineo/SaisieJMSFacade/local-com.navineo.sa.ejb.session.SaisieJMSFacadeLocal
                          15:11:45,462 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,462 INFO [JBossASKernel] and supplies:
                          15:11:45,463 INFO [JBossASKernel] jndi:Navineo/SaisieExploit/local
                          15:11:45,463 INFO [JBossASKernel] jndi:Navineo/SaisieExploit/local-com.navineo.hora.ejb.session.stateful.SaisieExploitLocal
                          15:11:45,463 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.stateful.SaisieExploitLocal
                          15:11:45,463 INFO [JBossASKernel] jndi:Navineo/SaisieExploit/remote-com.navineo.hora.ejb.session.stateful.SaisieExploitRemote
                          15:11:45,486 INFO [JBossASKernel] jndi:Navineo/SaisieExploit/remote
                          15:11:45,486 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.stateful.SaisieExploitRemote
                          15:11:45,486 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=SaisieExploit,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,487 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ConduiteFacade,service=EJB3
                          15:11:45,487 INFO [JBossASKernel] with dependencies:
                          15:11:45,487 INFO [JBossASKernel] and demands:
                          15:11:45,487 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,487 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,487 INFO [JBossASKernel] and supplies:
                          15:11:45,487 INFO [JBossASKernel] jndi:Navineo/ConduiteFacade/remote
                          15:11:45,487 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.ConduiteFacadeLocal
                          15:11:45,487 INFO [JBossASKernel] jndi:Navineo/ConduiteFacade/local-com.navineo.hora.ejb.session.suivi.ConduiteFacadeLocal
                          15:11:45,488 INFO [JBossASKernel] jndi:Navineo/ConduiteFacade/local
                          15:11:45,488 INFO [JBossASKernel] jndi:Navineo/ConduiteFacade/remote-com.navineo.hora.ejb.session.suivi.ConduiteFacadeRemote
                          15:11:45,488 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.ConduiteFacadeRemote
                          15:11:45,488 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ConduiteFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,488 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionEnvoiMessageEmbarqueFacade,service=EJB3
                          15:11:45,489 INFO [JBossASKernel] with dependencies:
                          15:11:45,489 INFO [JBossASKernel] and demands:
                          15:11:45,489 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,489 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                          15:11:45,489 INFO [JBossASKernel] and supplies:
                          15:11:45,489 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/local-com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeLocal
                          15:11:45,489 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeRemote
                          15:11:45,489 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/remote
                          15:11:45,489 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/remote-com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeRemote
                          15:11:45,489 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeLocal
                          15:11:45,489 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/local
                          15:11:45,489 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionEnvoiMessageEmbarqueFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,490 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionTimerSuiviFacade,service=EJB3
                          15:11:45,490 INFO [JBossASKernel] with dependencies:
                          15:11:45,490 INFO [JBossASKernel] and demands:
                          15:11:45,490 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeLocal
                          15:11:45,490 INFO [JBossASKernel] jndi:Navineo/GestionDateFacade/local-com.navineo.sa.ejb.session.GestionDateFacadeLocal
                          15:11:45,490 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          
                          15:11:45,490 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,490 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                          15:11:45,490 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeLocal
                          15:11:45,490 INFO [JBossASKernel] jndi:Navineo/DAORecueilsFacade/local-com.navineo.hora.recueils.session.DAORecueilsFacadeLocal
                          15:11:45,490 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,490 INFO [JBossASKernel] and supplies:
                          15:11:45,490 INFO [JBossASKernel] jndi:Navineo/GestionTimerSuiviFacade/remote-com.navineo.hora.ejb.session.suivi.GestionTimerSuiviFacadeRemote
                          15:11:45,491 INFO [JBossASKernel] jndi:Navineo/GestionTimerSuiviFacade/remote
                          15:11:45,491 INFO [JBossASKernel] jndi:Navineo/GestionTimerSuiviFacade/local
                          15:11:45,491 INFO [JBossASKernel] jndi:Navineo/GestionTimerSuiviFacade/local-com.navineo.hora.ejb.session.suivi.GestionTimerSuiviFacadeLocal
                          15:11:45,491 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.GestionTimerSuiviFacadeRemote
                          15:11:45,491 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.GestionTimerSuiviFacadeLocal
                          15:11:45,491 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionTimerSuiviFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,491 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=JourneeExploitationFacade,service=EJB3
                          15:11:45,495 INFO [JBossASKernel] with dependencies:
                          15:11:45,495 INFO [JBossASKernel] and demands:
                          15:11:45,495 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,495 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,496 INFO [JBossASKernel] and supplies:
                          15:11:45,496 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeLocal
                          15:11:45,496 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeLocal
                          15:11:45,496 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/local
                          15:11:45,496 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeRemote
                          15:11:45,496 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/remote-com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeRemote
                          15:11:45,496 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/remote
                          15:11:45,496 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=JourneeExploitationFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,497 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=MessageVehiculeFacade,service=EJB3
                          15:11:45,497 INFO [JBossASKernel] with dependencies:
                          15:11:45,497 INFO [JBossASKernel] and demands:
                          15:11:45,497 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,497 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/local-com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeLocal
                          15:11:45,497 INFO [JBossASKernel] jndi:Navineo/MessagerieVersLesMMIFacade/local-com.navineo.sa.ejb.session.message.MessagerieVersLesMMIFacadeLocal
                          15:11:45,497 INFO [JBossASKernel] jndi:Navineo/UsersFacade/local-com.navineo.sa.ejb.session.UsersFacadeLocal
                          15:11:45,497 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,497 INFO [JBossASKernel] and supplies:
                          15:11:45,497 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.MessageVehiculeFacadeRemote
                          15:11:45,497 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.MessageVehiculeFacadeLocal
                          15:11:45,497 INFO [JBossASKernel] jndi:Navineo/MessageVehiculeFacade/remote
                          15:11:45,497 INFO [JBossASKernel] jndi:Navineo/MessageVehiculeFacade/remote-com.navineo.sa.ejb.session.MessageVehiculeFacadeRemote
                          15:11:45,497 INFO [JBossASKernel] jndi:Navineo/MessageVehiculeFacade/local-com.navineo.hora.ejb.session.suivi.MessageVehiculeFacadeLocal
                          15:11:45,497 INFO [JBossASKernel] jndi:Navineo/MessageVehiculeFacade/local
                          15:11:45,498 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=MessageVehiculeFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,498 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=SimulateurTRFacade,service=EJB3
                          15:11:45,498 INFO [JBossASKernel] with dependencies:
                          15:11:45,498 INFO [JBossASKernel] and demands:
                          15:11:45,498 INFO [JBossASKernel] jndi:Navineo/ParcVehiculesFacade/local-com.navineo.sa.ejb.session.ParcVehiculesFacadeLocal
                          15:11:45,498 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeLocal
                          15:11:45,499 INFO [JBossASKernel] jndi:Navineo/GestionDateFacade/local-com.navineo.sa.ejb.session.GestionDateFacadeLocal
                          15:11:45,499 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:45,499 INFO [JBossASKernel] jndi:Navineo/TempsFacade/local-com.navineo.hora.ejb.session.TempsFacadeLocal
                          15:11:45,499 INFO [JBossASKernel] jndi:Navineo/EtatAgentFacade/local-com.navineo.sa.ejb.session.EtatAgentFacadeLocal
                          15:11:45,499 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/local-com.navineo.hora.ejb.session.VehiculeFacadeLocal
                          15:11:45,519 INFO [JBossASKernel] jndi:Navineo/TacheFacade/local-com.navineo.hora.ejb.session.TacheFacadeLocal
                          15:11:45,519 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,519 INFO [JBossASKernel] jndi:Navineo/AgentFacade/local-com.navineo.hora.ejb.session.AgentFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/VersionRefAgentFacade/local-com.navineo.sa.ejb.session.VersionRefAgentFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/EtatVehiculeFacade/local-com.navineo.sa.ejb.session.EtatVehiculeFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/ProprieteFacade/local-com.navineo.hora.ejb.session.ProprieteFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/ParcoursFacade/local-com.navineo.topo.ejb.session.ParcoursFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/CourseFacade/local-com.navineo.hora.ejb.session.CourseFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/ConduiteFacade/local-com.navineo.hora.ejb.session.suivi.ConduiteFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/GestionTimerSuiviFacade/local-com.navineo.hora.ejb.session.suivi.GestionTimerSuiviFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                          15:11:45,520 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,520 INFO [JBossASKernel] and supplies:
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/SimulateurTRFacade/local-com.navineo.hora.ejb.session.suivi.SimulateurTRFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.SimulateurTRFacadeLocal
                          15:11:45,520 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.SimulateurTRFacadeRemote
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/SimulateurTRFacade/remote-com.navineo.hora.ejb.session.suivi.SimulateurTRFacadeRemote
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/SimulateurTRFacade/remote
                          15:11:45,520 INFO [JBossASKernel] jndi:Navineo/SimulateurTRFacade/local
                          15:11:45,521 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=SimulateurTRFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,521 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=SuiviDonneesTRFacade,service=EJB3
                          15:11:45,521 INFO [JBossASKernel] with dependencies:
                          15:11:45,521 INFO [JBossASKernel] and demands:
                          15:11:45,521 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,522 INFO [JBossASKernel] and supplies:
                          15:11:45,522 INFO [JBossASKernel] jndi:Navineo/SuiviDonneesTRFacade/remote
                          15:11:45,522 INFO [JBossASKernel] jndi:Navineo/SuiviDonneesTRFacade/remote-com.navineo.hora.ejb.session.suivi.ISuiviDonneesTRFacadeRemote
                          15:11:45,522 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.ISuiviDonneesTRFacadeLocal
                          15:11:45,522 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.ISuiviDonneesTRFacadeRemote
                          15:11:45,522 INFO [JBossASKernel] jndi:Navineo/SuiviDonneesTRFacade/local-com.navineo.hora.ejb.session.suivi.ISuiviDonneesTRFacadeLocal
                          15:11:45,522 INFO [JBossASKernel] jndi:Navineo/SuiviDonneesTRFacade/local
                          15:11:45,522 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=SuiviDonneesTRFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,523 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=InstanciationJourneeExploitationFacade,service=EJB3
                          15:11:45,523 INFO [JBossASKernel] with dependencies:
                          15:11:45,523 INFO [JBossASKernel] and demands:
                          15:11:45,523 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeLocal
                          15:11:45,523 INFO [JBossASKernel] jndi:Navineo/OccalDAOBean/remote-com.navineo.sa.alarmes.runtime.occal.persist.OccalDAO
                          15:11:45,523 INFO [JBossASKernel] jndi:Navineo/GestionDateFacade/local-com.navineo.sa.ejb.session.GestionDateFacadeLocal
                          15:11:45,527 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/EtatVehiculeFacade/local-com.navineo.sa.ejb.session.EtatVehiculeFacadeLocal
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/DAORecueilsFacade/local-com.navineo.hora.recueils.session.DAORecueilsFacadeLocal
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/EtatAgentFacade/local-com.navineo.sa.ejb.session.EtatAgentFacadeLocal
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/DTOSuiviFacade/local-com.navineo.hora.ejb.session.suivi.dto.DTOSuiviFacadeLocal
                          15:11:45,527 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,527 INFO [JBossASKernel] and supplies:
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/remote-com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeRemote
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/local
                          15:11:45,527 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeLocal
                          15:11:45,527 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeRemote
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeLocal
                          15:11:45,527 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/remote
                          15:11:45,527 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=InstanciationJourneeExploitationFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,528 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DTOSuiviFacade,service=EJB3
                          15:11:45,528 INFO [JBossASKernel] with dependencies:
                          15:11:45,528 INFO [JBossASKernel] and demands:
                          15:11:45,528 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,528 INFO [JBossASKernel] jndi:Navineo/MessagerieVersLesMMIFacade/local-com.navineo.sa.ejb.session.message.MessagerieVersLesMMIFacadeLocal
                          15:11:45,528 INFO [JBossASKernel] jndi:Navineo/UsersFacade/local-com.navineo.sa.ejb.session.UsersFacadeLocal
                          15:11:45,528 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,528 INFO [JBossASKernel] and supplies:
                          15:11:45,529 INFO [JBossASKernel] jndi:Navineo/DTOSuiviFacade/local
                          15:11:45,529 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.dto.DTOSuiviFacadeRemote
                          15:11:45,529 INFO [JBossASKernel] jndi:Navineo/DTOSuiviFacade/remote
                          15:11:45,529 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.dto.DTOSuiviFacadeLocal
                          15:11:45,529 INFO [JBossASKernel] jndi:Navineo/DTOSuiviFacade/remote-com.navineo.hora.ejb.session.suivi.dto.DTOSuiviFacadeRemote
                          15:11:45,529 INFO [JBossASKernel] jndi:Navineo/DTOSuiviFacade/local-com.navineo.hora.ejb.session.suivi.dto.DTOSuiviFacadeLocal
                          15:11:45,529 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DTOSuiviFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,530 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionDeServiceFacade,service=EJB3
                          15:11:45,530 INFO [JBossASKernel] with dependencies:
                          15:11:45,530 INFO [JBossASKernel] and demands:
                          15:11:45,530 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,530 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/local-com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeLocal
                          15:11:45,530 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,530 INFO [JBossASKernel] and supplies:
                          15:11:45,551 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.gses.GestionDeServiceFacadeRemote
                          15:11:45,551 INFO [JBossASKernel] jndi:Navineo/GestionDeServiceFacade/remote
                          15:11:45,551 INFO [JBossASKernel] jndi:Navineo/GestionDeServiceFacade/local-com.navineo.hora.ejb.session.suivi.gses.GestionDeServiceFacadeLocal
                          15:11:45,552 INFO [JBossASKernel] jndi:Navineo/GestionDeServiceFacade/remote-com.navineo.hora.ejb.session.suivi.gses.GestionDeServiceFacadeRemote
                          15:11:45,552 INFO [JBossASKernel] jndi:Navineo/GestionDeServiceFacade/local
                          15:11:45,552 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.gses.GestionDeServiceFacadeLocal
                          15:11:45,552 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionDeServiceFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,552 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=InterventionDiscreteFacade,service=EJB3
                          15:11:45,553 INFO [JBossASKernel] with dependencies:
                          15:11:45,553 INFO [JBossASKernel] and demands:
                          15:11:45,553 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,553 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/local-com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeLocal
                          15:11:45,553 INFO [JBossASKernel] jndi:Navineo/MessagerieVersLesMMIFacade/local-com.navineo.sa.ejb.session.message.MessagerieVersLesMMIFacadeLocal
                          15:11:45,553 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,553 INFO [JBossASKernel] and supplies:
                          15:11:45,553 INFO [JBossASKernel] jndi:Navineo/InterventionDiscreteFacade/local
                          15:11:45,553 INFO [JBossASKernel] jndi:Navineo/InterventionDiscreteFacade/local-com.navineo.hora.ejb.session.suivi.interventiondiscrete.InterventionDiscreteFacadeLocal
                          15:11:45,553 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.interventiondiscrete.InterventionDiscreteFacadeLocal
                          15:11:45,553 INFO [JBossASKernel] jndi:Navineo/InterventionDiscreteFacade/remote-com.navineo.hora.ejb.session.suivi.interventiondiscrete.InterventionDiscreteFacadeRemote
                          15:11:45,553 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.interventiondiscrete.InterventionDiscreteFacadeRemote
                          15:11:45,553 INFO [JBossASKernel] jndi:Navineo/InterventionDiscreteFacade/remote
                          15:11:45,553 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=InterventionDiscreteFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,554 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionLocalisationFacade,service=EJB3
                          15:11:45,554 INFO [JBossASKernel] with dependencies:
                          15:11:45,554 INFO [JBossASKernel] and demands:
                          15:11:45,554 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,554 INFO [JBossASKernel] jndi:Navineo/GestionEnvoiMessageEmbarqueFacade/local-com.navineo.hora.ejb.session.suivi.GestionEnvoiMessageEmbarqueFacadeLocal
                          15:11:45,554 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,554 INFO [JBossASKernel] and supplies:
                          15:11:45,554 INFO [JBossASKernel] jndi:Navineo/GestionLocalisationFacade/remote-com.navineo.hora.ejb.session.suivi.localisation.GestionLocalisationFacadeRemote
                          15:11:45,554 INFO [JBossASKernel] jndi:Navineo/GestionLocalisationFacade/local
                          15:11:45,554 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.localisation.GestionLocalisationFacadeLocal
                          15:11:45,555 INFO [JBossASKernel] jndi:Navineo/GestionLocalisationFacade/local-com.navineo.hora.ejb.session.suivi.localisation.GestionLocalisationFacadeLocal
                          15:11:45,555 INFO [JBossASKernel] Class:com.navineo.hora.ejb.session.suivi.localisation.GestionLocalisationFacadeRemote
                          15:11:45,555 INFO [JBossASKernel] jndi:Navineo/GestionLocalisationFacade/remote
                          15:11:45,555 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=GestionLocalisationFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,560 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ButineurFacade,service=EJB3
                          15:11:45,560 INFO [JBossASKernel] with dependencies:
                          15:11:45,560 INFO [JBossASKernel] and demands:
                          15:11:45,560 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,560 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,560 INFO [JBossASKernel] and supplies:
                          15:11:45,560 INFO [JBossASKernel] jndi:Navineo/ButineurFacade/local
                          15:11:45,560 INFO [JBossASKernel] Class:com.navineo.hora.ejb.utils.ButineurFacadeLocal
                          15:11:45,560 INFO [JBossASKernel] jndi:Navineo/ButineurFacade/remote
                          15:11:45,560 INFO [JBossASKernel] jndi:Navineo/ButineurFacade/remote-com.navineo.hora.ejb.utils.ButineurFacadeRemote
                          15:11:45,560 INFO [JBossASKernel] Class:com.navineo.hora.ejb.utils.ButineurFacadeRemote
                          15:11:45,560 INFO [JBossASKernel] jndi:Navineo/ButineurFacade/local-com.navineo.hora.ejb.utils.ButineurFacadeLocal
                          15:11:45,560 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=ButineurFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,561 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAORecueilsFacade,service=EJB3
                          15:11:45,561 INFO [JBossASKernel] with dependencies:
                          15:11:45,561 INFO [JBossASKernel] and demands:
                          15:11:45,561 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,561 INFO [JBossASKernel] jndi:Navineo/NavineoFtpFacade/local-com.navineo.sa.ejb.session.NavineoFtpFacadeLocal
                          15:11:45,561 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,561 INFO [JBossASKernel] and supplies:
                          15:11:45,561 INFO [JBossASKernel] jndi:Navineo/DAORecueilsFacade/local
                          15:11:45,561 INFO [JBossASKernel] jndi:Navineo/DAORecueilsFacade/remote
                          15:11:45,561 INFO [JBossASKernel] jndi:Navineo/DAORecueilsFacade/remote-com.navineo.hora.recueil.session.DAORecueilsFacadeRemote
                          15:11:45,562 INFO [JBossASKernel] Class:com.navineo.hora.recueil.session.DAORecueilsFacadeRemote
                          15:11:45,562 INFO [JBossASKernel] Class:com.navineo.hora.recueils.session.DAORecueilsFacadeLocal
                          15:11:45,562 INFO [JBossASKernel] jndi:Navineo/DAORecueilsFacade/local-com.navineo.hora.recueils.session.DAORecueilsFacadeLocal
                          15:11:45,562 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=DAORecueilsFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,562 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TestHeuresEstimeesFacade,service=EJB3
                          15:11:45,562 INFO [JBossASKernel] with dependencies:
                          15:11:45,563 INFO [JBossASKernel] and demands:
                          15:11:45,563 INFO [JBossASKernel] jndi:Navineo/GestionDateFacade/local-com.navineo.sa.ejb.session.GestionDateFacadeLocal
                          15:11:45,563 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:45,563 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,563 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeLocal
                          15:11:45,563 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                          15:11:45,563 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,563 INFO [JBossASKernel] and supplies:
                          15:11:45,563 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFacade/local
                          15:11:45,563 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFacade/local-com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeLocal
                          15:11:45,563 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFacade/remote-com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeRemote
                          15:11:45,563 INFO [JBossASKernel] Class:com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeRemote
                          15:11:45,592 INFO [JBossASKernel] Class:com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeLocal
                          15:11:45,592 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFacade/remote
                          15:11:45,592 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TestHeuresEstimeesFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,592 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TestHeuresEstimeesFuturesFacade,service=EJB3
                          15:11:45,592 INFO [JBossASKernel] with dependencies:
                          15:11:45,593 INFO [JBossASKernel] and demands:
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/GestionDateFacade/local-com.navineo.sa.ejb.session.GestionDateFacadeLocal
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:45,593 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/InstanciationJourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.algo.InstanciationJourneeExploitationFacadeLocal
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                          15:11:45,593 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,593 INFO [JBossASKernel] and supplies:
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFuturesFacade/remote
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFuturesFacade/local-com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeLocal
                          15:11:45,593 INFO [JBossASKernel] Class:com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeRemote
                          15:11:45,593 INFO [JBossASKernel] Class:com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeLocal
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFuturesFacade/local
                          15:11:45,593 INFO [JBossASKernel] jndi:Navineo/TestHeuresEstimeesFuturesFacade/remote-com.navineo.hora.suivi.propagation.algo.test.TestHeuresEstimeesFacadeRemote
                          15:11:45,593 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=TestHeuresEstimeesFuturesFacade,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,594 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlarmesDispatcherBean,service=EJB3
                          15:11:45,594 INFO [JBossASKernel] with dependencies:
                          15:11:45,594 INFO [JBossASKernel] and demands:
                          15:11:45,594 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,594 INFO [JBossASKernel] and supplies:
                          15:11:45,594 INFO [JBossASKernel] jndi:Navineo/AlarmesDispatcherBean/local
                          15:11:45,594 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.entree.AlarmesDispatcherLocal
                          15:11:45,595 INFO [JBossASKernel] jndi:Navineo/AlarmesDispatcherBean/local-com.navineo.sa.alarmes.entree.AlarmesDispatcherLocal
                          15:11:45,595 INFO [JBossASKernel] jndi:Navineo/AlarmesDispatcherBean/remote-com.navineo.sa.alarmes.entree.AlarmesDispatcher
                          15:11:45,595 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.entree.AlarmesDispatcher
                          15:11:45,595 INFO [JBossASKernel] jndi:Navineo/AlarmesDispatcherBean/remote
                          15:11:45,595 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlarmesDispatcherBean,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,596 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=EvenementDAOBean,service=EJB3
                          15:11:45,596 INFO [JBossASKernel] with dependencies:
                          15:11:45,596 INFO [JBossASKernel] and demands:
                          15:11:45,596 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,596 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,596 INFO [JBossASKernel] and supplies:
                          15:11:45,596 INFO [JBossASKernel] jndi:Navineo/EvenementDAOBean/local-com.navineo.sa.alarmes.runtime.evt.EvenementDAOLocal
                          15:11:45,596 INFO [JBossASKernel] jndi:Navineo/EvenementDAOBean/remote-com.navineo.sa.alarmes.mdl.dao.EvenementDAO
                          15:11:45,596 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.mdl.dao.EvenementDAO
                          15:11:45,596 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.evt.EvenementDAOLocal
                          15:11:45,596 INFO [JBossASKernel] jndi:Navineo/EvenementDAOBean/remote
                          15:11:45,596 INFO [JBossASKernel] jndi:Navineo/EvenementDAOBean/local
                          15:11:45,596 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=EvenementDAOBean,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,597 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=JeuDeTestDAOBean,service=EJB3
                          15:11:45,597 INFO [JBossASKernel] with dependencies:
                          15:11:45,597 INFO [JBossASKernel] and demands:
                          15:11:45,597 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:45,597 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,597 INFO [JBossASKernel] jndi:Navineo/EvenementDAOBean/remote-com.navineo.sa.alarmes.mdl.dao.EvenementDAO
                          15:11:45,597 INFO [JBossASKernel] jndi:Navineo/EtatVehiculeFacade/local-com.navineo.sa.ejb.session.EtatVehiculeFacadeLocal
                          15:11:45,597 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,597 INFO [JBossASKernel] and supplies:
                          15:11:45,597 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.jeudetest.JeuDeTestDAO
                          15:11:45,598 INFO [JBossASKernel] jndi:Navineo/JeuDeTestDAOBean/local
                          15:11:45,598 INFO [JBossASKernel] jndi:Navineo/JeuDeTestDAOBean/remote-com.navineo.sa.alarmes.runtime.jeudetest.JeuDeTestDAO
                          15:11:45,598 INFO [JBossASKernel] jndi:Navineo/JeuDeTestDAOBean/local-com.navineo.sa.alarmes.runtime.jeudetest.JeuDeTestDAOLocal
                          15:11:45,598 INFO [JBossASKernel] jndi:Navineo/JeuDeTestDAOBean/remote
                          15:11:45,598 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.jeudetest.JeuDeTestDAOLocal
                          15:11:45,598 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=JeuDeTestDAOBean,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,599 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlarmeMetadataDAOBean,service=EJB3
                          15:11:45,599 INFO [JBossASKernel] with dependencies:
                          15:11:45,599 INFO [JBossASKernel] and demands:
                          15:11:45,599 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:45,599 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,599 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                          15:11:45,599 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,599 INFO [JBossASKernel] and supplies:
                          15:11:45,599 INFO [JBossASKernel] jndi:Navineo/AlarmeMetadataDAOBean/local
                          15:11:45,599 INFO [JBossASKernel] jndi:Navineo/AlarmeMetadataDAOBean/remote
                          15:11:45,599 INFO [JBossASKernel] jndi:Navineo/AlarmeMetadataDAOBean/remote-com.navineo.sa.alarmes.runtime.meta.AlarmeMetadataDAO
                          15:11:45,599 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.meta.AlarmeMetadataDAO
                          15:11:45,599 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.meta.AlarmeMetadataDAOLocal
                          15:11:45,599 INFO [JBossASKernel] jndi:Navineo/AlarmeMetadataDAOBean/local-com.navineo.sa.alarmes.runtime.meta.AlarmeMetadataDAOLocal
                          15:11:45,599 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=AlarmeMetadataDAOBean,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,600 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=NotifierOccalBean,service=EJB3
                          15:11:45,600 INFO [JBossASKernel] with dependencies:
                          15:11:45,600 INFO [JBossASKernel] and demands:
                          15:11:45,622 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,622 INFO [JBossASKernel] and supplies:
                          15:11:45,622 INFO [JBossASKernel] jndi:Navineo/NotifierOccalBean/local
                          15:11:45,622 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.occal.notif.NotifierOccal
                          15:11:45,622 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.occal.notif.NotifierOccalLocal
                          15:11:45,623 INFO [JBossASKernel] jndi:Navineo/NotifierOccalBean/local-com.navineo.sa.alarmes.runtime.occal.notif.NotifierOccalLocal
                          15:11:45,623 INFO [JBossASKernel] jndi:Navineo/NotifierOccalBean/remote
                          15:11:45,623 INFO [JBossASKernel] jndi:Navineo/NotifierOccalBean/remote-com.navineo.sa.alarmes.runtime.occal.notif.NotifierOccal
                          15:11:45,623 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=NotifierOccalBean,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:45,624 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=OccalDAOBean,service=EJB3
                          15:11:45,624 INFO [JBossASKernel] with dependencies:
                          15:11:45,624 INFO [JBossASKernel] and demands:
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/JourneeExploitationFacade/local-com.navineo.hora.ejb.session.suivi.JourneeExploitationFacadeLocal
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:45,624 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/AgentFacade/local-com.navineo.hora.ejb.session.AgentFacadeLocal
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/VersionRefAgentFacade/local-com.navineo.sa.ejb.session.VersionRefAgentFacadeLocal
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/EvenementDAOBean/remote-com.navineo.sa.alarmes.mdl.dao.EvenementDAO
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/VersionRefFacadeHORA/local-com.navineo.hora.ejb.session.VersionRefFacadeHORALocal
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/ArretFacade/local-com.navineo.topo.ejb.session.ArretFacadeLocal
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/VehiculeFacade/local-com.navineo.hora.ejb.session.VehiculeFacadeLocal
                          15:11:45,624 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:45,624 INFO [JBossASKernel] and supplies:
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/OccalDAOBean/remote-com.navineo.sa.alarmes.runtime.occal.persist.OccalDAO
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/OccalDAOBean/local-com.navineo.sa.alarmes.runtime.occal.persist.OccalDAOLocal
                          15:11:45,624 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.occal.persist.OccalDAO
                          15:11:45,624 INFO [JBossASKernel] jndi:Navineo/OccalDAOBean/remote
                          15:11:45,625 INFO [JBossASKernel] Class:com.navineo.sa.alarmes.runtime.occal.persist.OccalDAOLocal
                          15:11:45,625 INFO [JBossASKernel] jndi:Navineo/OccalDAOBean/local
                          15:11:45,625 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,name=OccalDAOBean,service=EJB3) to KernelDeployment of: ModuleHORA.jar
                          15:11:47,166 INFO [JBossASKernel] Created KernelDeployment for: ModuleSA.jar
                          15:11:47,166 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=AcquitMessageEmbarqueMDB,service=EJB3
                          15:11:47,166 INFO [JBossASKernel] with dependencies:
                          15:11:47,166 INFO [JBossASKernel] and demands:
                          15:11:47,166 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,166 INFO [JBossASKernel] and supplies:
                          15:11:47,166 INFO [JBossASKernel] jndi:null
                          15:11:47,166 INFO [JBossASKernel] Class:javax.jms.MessageListener
                          15:11:47,166 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=AcquitMessageEmbarqueMDB,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,167 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=DefaultTopicMDB,service=EJB3
                          15:11:47,167 INFO [JBossASKernel] with dependencies:
                          15:11:47,167 INFO [JBossASKernel] and demands:
                          15:11:47,167 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,167 INFO [JBossASKernel] and supplies:
                          15:11:47,167 INFO [JBossASKernel] jndi:null
                          15:11:47,167 INFO [JBossASKernel] Class:javax.jms.MessageListener
                          15:11:47,167 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=DefaultTopicMDB,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,168 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=MessageNonAcquittesMDB,service=EJB3
                          15:11:47,168 INFO [JBossASKernel] with dependencies:
                          15:11:47,168 INFO [JBossASKernel] and demands:
                          15:11:47,168 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,168 INFO [JBossASKernel] and supplies:
                          15:11:47,168 INFO [JBossASKernel] jndi:null
                          15:11:47,168 INFO [JBossASKernel] Class:javax.jms.MessageListener
                          15:11:47,169 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=MessageNonAcquittesMDB,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,169 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=NoeudsPerdusMDB,service=EJB3
                          15:11:47,169 INFO [JBossASKernel] with dependencies:
                          15:11:47,169 INFO [JBossASKernel] and demands:
                          15:11:47,169 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,170 INFO [JBossASKernel] and supplies:
                          15:11:47,170 INFO [JBossASKernel] jndi:null
                          15:11:47,170 INFO [JBossASKernel] Class:javax.jms.MessageListener
                          15:11:47,170 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=NoeudsPerdusMDB,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,171 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=VersEmbarqueMDB,service=EJB3
                          15:11:47,171 INFO [JBossASKernel] with dependencies:
                          15:11:47,171 INFO [JBossASKernel] and demands:
                          15:11:47,171 INFO [JBossASKernel] jndi:Navineo/OutwardMessageFacade/local-com.navineo.sa.ejb.session.OutwardMessageFacadeLocal
                          15:11:47,171 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,171 INFO [JBossASKernel] and supplies:
                          15:11:47,171 INFO [JBossASKernel] jndi:null
                          15:11:47,171 INFO [JBossASKernel] Class:javax.jms.MessageListener
                          15:11:47,171 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=VersEmbarqueMDB,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,172 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=VersionsMDB,service=EJB3
                          15:11:47,172 INFO [JBossASKernel] with dependencies:
                          15:11:47,172 INFO [JBossASKernel] and demands:
                          15:11:47,172 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,172 INFO [JBossASKernel] and supplies:
                          15:11:47,172 INFO [JBossASKernel] jndi:null
                          15:11:47,173 INFO [JBossASKernel] Class:javax.jms.MessageListener
                          15:11:47,173 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=VersionsMDB,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,173 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=BilanChargementDechargementFacade,service=EJB3
                          15:11:47,173 INFO [JBossASKernel] with dependencies:
                          15:11:47,173 INFO [JBossASKernel] and demands:
                          15:11:47,173 INFO [JBossASKernel] jndi:Navineo/ParcVehiculesFacade/local-com.navineo.sa.ejb.session.ParcVehiculesFacadeLocal
                          15:11:47,174 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:47,174 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,174 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                          15:11:47,174 INFO [JBossASKernel] and supplies:
                          15:11:47,174 INFO [JBossASKernel] jndi:Navineo/BilanChargementDechargementFacade/local
                          15:11:47,174 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.BilanChargementDechargementFacadeRemote
                          15:11:47,174 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.BilanChargementDechargementFacadeLocal
                          15:11:47,174 INFO [JBossASKernel] jndi:Navineo/BilanChargementDechargementFacade/remote
                          15:11:47,174 INFO [JBossASKernel] jndi:Navineo/BilanChargementDechargementFacade/remote-com.navineo.sa.ejb.session.BilanChargementDechargementFacadeRemote
                          15:11:47,174 INFO [JBossASKernel] jndi:Navineo/BilanChargementDechargementFacade/local-com.navineo.sa.ejb.session.BilanChargementDechargementFacadeLocal
                          15:11:47,174 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=BilanChargementDechargementFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,175 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=CentreExploitationFacade,service=EJB3
                          15:11:47,175 INFO [JBossASKernel] with dependencies:
                          15:11:47,175 INFO [JBossASKernel] and demands:
                          15:11:47,175 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,175 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                          15:11:47,175 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                          15:11:47,175 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,175 INFO [JBossASKernel] and supplies:
                          15:11:47,175 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:47,175 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/remote-com.navineo.sa.ejb.session.CentreExploitationFacadeRemote
                          15:11:47,175 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:47,175 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local
                          15:11:47,175 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/remote
                          15:11:47,175 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.CentreExploitationFacadeRemote
                          15:11:47,175 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=CentreExploitationFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,179 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ConfigDonneeTransverseFacade,service=EJB3
                          15:11:47,179 INFO [JBossASKernel] with dependencies:
                          15:11:47,180 INFO [JBossASKernel] and demands:
                          15:11:47,180 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,180 INFO [JBossASKernel] jndi:Navineo/ParameterFacade/local-com.navineo.dock.ejb.session.ParameterFacadeLocal
                          15:11:47,180 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,180 INFO [JBossASKernel] and supplies:
                          15:11:47,180 INFO [JBossASKernel] jndi:Navineo/ConfigDonneeTransverseFacade/remote
                          15:11:47,180 INFO [JBossASKernel] jndi:Navineo/ConfigDonneeTransverseFacade/local-com.navineo.sa.ejb.session.ConfigDonneeTransverseFacadeLocal
                          15:11:47,180 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ConfigDonneeTransverseFacadeRemote
                          15:11:47,180 INFO [JBossASKernel] jndi:Navineo/ConfigDonneeTransverseFacade/remote-com.navineo.sa.ejb.session.ConfigDonneeTransverseFacadeRemote
                          15:11:47,180 INFO [JBossASKernel] jndi:Navineo/ConfigDonneeTransverseFacade/local
                          15:11:47,180 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ConfigDonneeTransverseFacadeLocal
                          15:11:47,180 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ConfigDonneeTransverseFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,181 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ContexteUtilisateurFacade,service=EJB3
                          15:11:47,181 INFO [JBossASKernel] with dependencies:
                          15:11:47,181 INFO [JBossASKernel] and demands:
                          15:11:47,181 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,181 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,182 INFO [JBossASKernel] and supplies:
                          15:11:47,182 INFO [JBossASKernel] jndi:Navineo/ContexteUtilisateurFacade/local
                          15:11:47,182 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ContexteUtilisateurFacadeLocal
                          15:11:47,182 INFO [JBossASKernel] jndi:Navineo/ContexteUtilisateurFacade/remote
                          15:11:47,182 INFO [JBossASKernel] jndi:Navineo/ContexteUtilisateurFacade/remote-com.navineo.sa.ejb.session.ContexteUtilisateurFacadeRemote
                          15:11:47,182 INFO [JBossASKernel] jndi:Navineo/ContexteUtilisateurFacade/local-com.navineo.sa.ejb.session.ContexteUtilisateurFacadeLocal
                          15:11:47,182 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ContexteUtilisateurFacadeRemote
                          15:11:47,182 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ContexteUtilisateurFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,183 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=DAOGeneriqueFacadeSA,service=EJB3
                          15:11:47,183 INFO [JBossASKernel] with dependencies:
                          15:11:47,183 INFO [JBossASKernel] and demands:
                          15:11:47,183 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,183 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,183 INFO [JBossASKernel] and supplies:
                          15:11:47,183 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacadeSA/local-com.navineo.sa.ejb.session.DAOGeneriqueFacadeSALocal
                          15:11:47,183 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacadeSA/remote
                          15:11:47,183 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacadeSA/local
                          15:11:47,183 INFO [JBossASKernel] jndi:Navineo/DAOGeneriqueFacadeSA/remote-com.navineo.sa.ejb.session.DAOGeneriqueFacadeSARemote
                          15:11:47,184 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.DAOGeneriqueFacadeSARemote
                          15:11:47,184 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.DAOGeneriqueFacadeSALocal
                          15:11:47,184 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=DAOGeneriqueFacadeSA,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,184 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ElementVersionneExterneFacade,service=EJB3
                          15:11:47,185 INFO [JBossASKernel] with dependencies:
                          15:11:47,185 INFO [JBossASKernel] and demands:
                          15:11:47,185 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,185 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                          15:11:47,185 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,185 INFO [JBossASKernel] and supplies:
                          15:11:47,185 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneFacade/local-com.navineo.sa.ejb.session.ElementVersionneExterneFacadeLocal
                          15:11:47,185 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ElementVersionneExterneFacadeLocal
                          15:11:47,185 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneFacade/local
                          15:11:47,185 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneFacade/remote
                          15:11:47,185 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneFacade/remote-com.navineo.sa.ejb.session.ElementVersionneExterneFacadeRemote
                          15:11:47,185 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ElementVersionneExterneFacadeRemote
                          15:11:47,185 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ElementVersionneExterneFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,186 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ElementVersionneExterneImportableFacade,service=EJB3
                          15:11:47,186 INFO [JBossASKernel] with dependencies:
                          15:11:47,186 INFO [JBossASKernel] and demands:
                          15:11:47,186 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,186 INFO [JBossASKernel] jndi:Navineo/RfmFacade/local-com.navineo.sa.ejb.session.RfmFacadeLocal
                          15:11:47,186 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,186 INFO [JBossASKernel] and supplies:
                          15:11:47,186 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneImportableFacade/local
                          15:11:47,186 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneImportableFacade/remote
                          15:11:47,186 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneImportableFacade/local-com.navineo.sa.ejb.session.ElementVersionneExterneImportableFacadeLocal
                          15:11:47,186 INFO [JBossASKernel] jndi:Navineo/ElementVersionneExterneImportableFacade/remote-com.navineo.sa.ejb.session.ElementVersionneExterneImportableFacadeRemote
                          15:11:47,186 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ElementVersionneExterneImportableFacadeLocal
                          15:11:47,187 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.ElementVersionneExterneImportableFacadeRemote
                          15:11:47,187 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=ElementVersionneExterneImportableFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,187 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=EquipementFacade,service=EJB3
                          15:11:47,187 INFO [JBossASKernel] with dependencies:
                          15:11:47,187 INFO [JBossASKernel] and demands:
                          15:11:47,187 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,187 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,187 INFO [JBossASKernel] and supplies:
                          15:11:47,188 INFO [JBossASKernel] jndi:Navineo/EquipementFacade/local
                          15:11:47,188 INFO [JBossASKernel] jndi:Navineo/EquipementFacade/remote-com.navineo.sa.ejb.session.EquipementFacadeRemote
                          15:11:47,188 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.EquipementFacadeLocal
                          15:11:47,188 INFO [JBossASKernel] jndi:Navineo/EquipementFacade/local-com.navineo.sa.ejb.session.EquipementFacadeLocal
                          15:11:47,188 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.EquipementFacadeRemote
                          15:11:47,188 INFO [JBossASKernel] jndi:Navineo/EquipementFacade/remote
                          15:11:47,188 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=EquipementFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,189 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=EtatAgentFacade,service=EJB3
                          15:11:47,196 INFO [JBossASKernel] with dependencies:
                          15:11:47,196 INFO [JBossASKernel] and demands:
                          15:11:47,196 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,196 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,196 INFO [JBossASKernel] and supplies:
                          15:11:47,196 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.EtatAgentFacadeRemote
                          15:11:47,196 INFO [JBossASKernel] jndi:Navineo/EtatAgentFacade/local
                          15:11:47,196 INFO [JBossASKernel] jndi:Navineo/EtatAgentFacade/remote-com.navineo.sa.ejb.session.EtatAgentFacadeRemote
                          15:11:47,196 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.EtatAgentFacadeLocal
                          15:11:47,196 INFO [JBossASKernel] jndi:Navineo/EtatAgentFacade/local-com.navineo.sa.ejb.session.EtatAgentFacadeLocal
                          15:11:47,196 INFO [JBossASKernel] jndi:Navineo/EtatAgentFacade/remote
                          15:11:47,196 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=EtatAgentFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,197 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=EtatVehiculeFacade,service=EJB3
                          15:11:47,197 INFO [JBossASKernel] with dependencies:
                          15:11:47,197 INFO [JBossASKernel] and demands:
                          15:11:47,197 INFO [JBossASKernel] jndi:Navineo/CentreExploitationFacade/local-com.navineo.sa.ejb.session.CentreExploitationFacadeLocal
                          15:11:47,198 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,198 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,198 INFO [JBossASKernel] and supplies:
                          15:11:47,198 INFO [JBossASKernel] jndi:Navineo/EtatVehiculeFacade/local
                          15:11:47,198 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.EtatVehiculeFacadeRemote
                          15:11:47,198 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.EtatVehiculeFacadeLocal
                          15:11:47,198 INFO [JBossASKernel] jndi:Navineo/EtatVehiculeFacade/remote-com.navineo.sa.ejb.session.EtatVehiculeFacadeRemote
                          15:11:47,198 INFO [JBossASKernel] jndi:Navineo/EtatVehiculeFacade/local-com.navineo.sa.ejb.session.EtatVehiculeFacadeLocal
                          15:11:47,198 INFO [JBossASKernel] jndi:Navineo/EtatVehiculeFacade/remote
                          15:11:47,198 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=EtatVehiculeFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,199 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=GenerateIdFacade,service=EJB3
                          15:11:47,199 INFO [JBossASKernel] with dependencies:
                          15:11:47,199 INFO [JBossASKernel] and demands:
                          15:11:47,199 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,199 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,199 INFO [JBossASKernel] and supplies:
                          15:11:47,199 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.GenerateIdFacadeRemote
                          15:11:47,200 INFO [JBossASKernel] jndi:Navineo/GenerateIdFacade/local
                          15:11:47,200 INFO [JBossASKernel] Class:com.navineo.sa.ejb.session.GenerateIdFacadeLocal
                          15:11:47,200 INFO [JBossASKernel] jndi:Navineo/GenerateIdFacade/remote
                          15:11:47,200 INFO [JBossASKernel] jndi:Navineo/GenerateIdFacade/local-com.navineo.sa.ejb.session.GenerateIdFacadeLocal
                          15:11:47,200 INFO [JBossASKernel] jndi:Navineo/GenerateIdFacade/remote-com.navineo.sa.ejb.session.GenerateIdFacadeRemote
                          15:11:47,200 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=GenerateIdFacade,service=EJB3) to KernelDeployment of: ModuleSA.jar
                          15:11:47,205 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=Navineo.ear,jar=ModuleSA.jar,name=GestionDateFacade,service=EJB3
                          15:11:47,205 INFO [JBossASKernel] with dependencies:
                          15:11:47,205 INFO [JBossASKernel] and demands:
                          15:11:47,205 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
                          15:11:47,205 INFO [JBossASKernel] persistence.unit:unitName=Navineo.ear/Entite.jar#Exploitation
                          15:11:47,205 INFO [JBossASKernel] and supplies:
                          15:11:47,205 INFO [JBossASKernel] jndi:Navineo/GestionDateFacade/remote
                          15:11:47,205 INFO [JBossASKernel] jndi:Navine