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

chtimi2 do-not-reply at jboss.com
Wed Jun 3 09:29:08 EDT 2009


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 at 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 at 24e801[ defaultDomain='jboss' ]
  | 15:11:14,937 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 19f47b7{topic/AcquitMessageEmbarque}
  | 15:11:14,938 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 1d5efc{queue/ModeleTOPOQueue2}
  | 15:11:14,942 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 4704ea{topic/MessagesNonAcquittesTopic}
  | 15:11:14,942 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 93a0d7{topic/MessagesAcquittesTopic}
  | 15:11:14,943 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 24ad9b{topic/UsersTopic}
  | 15:11:14,943 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 1c959{topic/ProfilsTopic}
  | 15:11:14,943 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 14a0173{topic/VersLesMMITopic}
  | 15:11:14,948 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 1a528c2{queue/ModeleTOPOQueue2}
  | 15:11:14,953 INFO  [ContainerDependencyMetaData] addJndiDependency, JndiDependencyMetaData at 16de87{topic/ParamSystemTopic}
  | 15:11:15,087 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 15:11:15,088 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 15:11:15,088 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 15:11:15,088 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 25511192{vfsfile:/opt/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}
  | 15:11:15,092 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 22151827{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
  | 15:11:15,092 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 22151827{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/Entite.jar/}
  | 15:11:15,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 19339037{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
  | 15:11:15,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 19339037{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleHORA.jar/}
  | 15:11:15,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 1023560{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
  | 15:11:15,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 1023560{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleSA.jar/}
  | 15:11:15,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 11782276{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
  | 15:11:15,094 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 11782276{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/ModuleTOPO.jar/}
  | 15:11:15,094 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 25718707{vfszip:/opt/jboss-5.1.0.GA/server/all/deploy/Navineo.ear/NavineoDock.jar/}
  | 15:11:15,094 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 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 at 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 at 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 at 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 at 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 at 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 at 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

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

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




More information about the jboss-user mailing list