[jboss-user] [Microcontainer] - Re: Fastest way to migrate mbean services (with dependencies

chtimi2 do-not-reply at jboss.com
Tue Jun 2 05:40:14 EDT 2009


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 at 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 at 1cb2795[ defaultDomain='jboss' ]
  | 18:11:40,596 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 104a64a{topic/AcquitMessageEmbarque}
  | 18:11:40,597 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 415e70{queue/ModeleTOPOQueue2}
  | 18:11:40,600 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 19f47b7{topic/MessagesNonAcquittesTopic}
  | 18:11:40,600 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 1d5efc{topic/MessagesAcquittesTopic}
  | 18:11:40,601 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 4704ea{topic/UsersTopic}
  | 18:11:40,601 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 93a0d7{topic/ProfilsTopic}
  | 18:11:40,602 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 24ad9b{topic/VersLesMMITopic}
  | 18:11:40,606 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 1c959{queue/ModeleTOPOQueue2}
  | 18:11:40,611 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 14a0173{topic/ParamSystemTopic}
  | 18:11:40,688 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 18:11:40,689 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 18:11:40,689 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 18:11:40,689 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 10811406{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 18:11:40,693 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 22876824{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
  | 18:11:40,693 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 22876824{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
  | 18:11:40,693 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 24113997{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
  | 18:11:40,693 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 24113997{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
  | 18:11:40,693 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 11754736{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
  | 18:11:40,693 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 11754736{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
  | 18:11:40,694 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 17535800{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
  | 18:11:40,694 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 17535800{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
  | 18:11:40,694 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 19220804{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/NavineoDock.jar/}
  | 18:11:40,694 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 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 at 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 at 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 at 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 at 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 at 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 at 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

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

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




More information about the jboss-user mailing list