[JBoss Portal] - Re: Order of -object.xml is not guaranteed
by Antoine_h
Hello,
Yes ! exactly !
it is the real question : the architecture of the whole portal and inner application aggregated by the portal.
Here some few things, that may be usefull.
for what you say, about technical thing (multiple web.xml, sessions, class depencies)... this is main questions.
there are solutions :
- several HTTP sessions : yes... but you don't use them... and would have them anyway without a portal... so... that the cost of aggregating things.
- several : web.xml : you can put the common thing in the model of web.xml of jboss... and the specific thing in each package. more clean, no ?
- class dependencies : use libs... organise thing with SAR,... this is more clean architecture...
- multiple delivery : if you want independant delivery and deployement, you have multiple delivery. If you don't need it, you can put every thing in the same package, ... and in the same -object.xml
but this requiere some study... and defining things for each portal project.
mainly, as you conclued it, I am saying that doing the architecture based on the web page tree may not be enough for agregating inner applications.
It is better (and may be requiered) to organize the architecture of a portal, with a focus on the aggregation of inner application.
This is important, as defining the page is only one part of it : there are always some more, as java, JSP, JSF, ... JMX services involved in the aggregated applications.
for what I see in several companies (as a consultant), many of them wants to take a portal plateform, ... just to have a tool to build web pages.
one of them took the portal just to give to a webmaster a tool to build it's pages.
and that is not the best tool for that...
and they end with developper headhache... or when the developer reach to deliver something, ... they have with some big big production troubles.
That is not the portal plateform responsability. It is what they have done with it.
So... yes, some user will see that through -object.xml and admin GUI cool prototyping feature... but I want to warn : think of architecture of the whole packages also... for a successfull development and portal in production...
(whatever JSR-168 portal plateform you work with...)
hope it helps...
Antoine
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166106#4166106
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166106
17 years, 9 months
[JNDI/Naming/Network] - can't find datasource
by 1womps1
I am trying to install jboss seam on tomcat and i'm stuck into the configuration .Here is the stacktrace
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
| 23 juil. 2008 10:24:47 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
| 23 juil. 2008 10:24:47 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
| 23 juil. 2008 10:24:47 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
| 23 juil. 2008 10:24:47 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
| 23 juil. 2008 10:24:47 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
| 23 juil. 2008 10:24:47 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
| 23 juil. 2008 10:24:47 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
| 23 juil. 2008 10:24:47 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/Job.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.job.Job -> JBPM_JOB
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
| 23 juil. 2008 10:24:48 com.sun.faces.config.ConfigureListener$WebXmlProcessor scanForFacesServlet
| ATTENTION: Unable to process deployment descriptor for context 'null'
| 23 juil. 2008 10:24:48 com.sun.faces.config.ConfigureListener contextInitialized
| INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b16-p02) for context '/struts-blank-1.3.8'
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
| 23 juil. 2008 10:24:48 org.jboss.seam.jsf.SeamPhaseListener <init>
| ATTENTION: There should only be one Seam phase listener per application
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
| 23 juil. 2008 10:24:48 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
| 23 juil. 2008 10:24:48 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
| 23 juil. 2008 10:24:49 org.apache.coyote.http11.Http11Protocol start
| INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.hibernate.cfg.Configuration doConfigure
| INFO: Configured SessionFactory: null
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.action.MailAction -> JBPM_ACTION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.identity.Group.children -> JBPM_ID_GROUP
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
| 23 juil. 2008 10:24:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
| INFO: Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
| 23 juil. 2008 10:24:49 org.apache.jk.common.ChannelSocket init
| INFO: JK: ajp13 listening on /0.0.0.0:8009
| 23 juil. 2008 10:24:49 org.apache.jk.server.JkMain start
| INFO: Jk running ID=0 time=0/93 config=null
| 23 juil. 2008 10:24:49 org.apache.catalina.startup.Catalina start
| INFO: Server startup in 13881 ms
| 23 juil. 2008 10:24:49 org.hibernate.util.NamingHelper getInitialContext
| INFO: JNDI InitialContext properties:{}
| 23 juil. 2008 10:24:49 org.hibernate.connection.DatasourceConnectionProvider configure
| GRAVE: Could not find datasource: java:/mysqldb
| javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| 23 juil. 2008 10:24:49 org.jbpm.job.executor.JobExecutorThread run
| GRAVE: exception in job executor thread. waiting 5000 milliseconds
| org.hibernate.HibernateException: Could not find datasource
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| Caused by: javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| ... 13 more
| 23 juil. 2008 10:24:54 org.hibernate.util.NamingHelper getInitialContext
| INFO: JNDI InitialContext properties:{}
| 23 juil. 2008 10:24:54 org.hibernate.connection.DatasourceConnectionProvider configure
| GRAVE: Could not find datasource: java:/mysqldb
| javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| 23 juil. 2008 10:24:54 org.jbpm.job.executor.JobExecutorThread run
| GRAVE: exception in job executor thread. waiting 10000 milliseconds
| org.hibernate.HibernateException: Could not find datasource
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| Caused by: javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| ... 13 more
| 23 juil. 2008 10:25:04 org.hibernate.util.NamingHelper getInitialContext
| INFO: JNDI InitialContext properties:{}
| 23 juil. 2008 10:25:04 org.hibernate.connection.DatasourceConnectionProvider configure
| GRAVE: Could not find datasource: java:/mysqldb
| javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| 23 juil. 2008 10:25:04 org.jbpm.job.executor.JobExecutorThread run
| GRAVE: exception in job executor thread. waiting 20000 milliseconds
| org.hibernate.HibernateException: Could not find datasource
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| Caused by: javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| ... 13 more
| 23 juil. 2008 10:25:24 org.hibernate.util.NamingHelper getInitialContext
| INFO: JNDI InitialContext properties:{}
| 23 juil. 2008 10:25:24 org.hibernate.connection.DatasourceConnectionProvider configure
| GRAVE: Could not find datasource: java:/mysqldb
| javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| 23 juil. 2008 10:25:24 org.jbpm.job.executor.JobExecutorThread run
| GRAVE: exception in job executor thread. waiting 40000 milliseconds
| org.hibernate.HibernateException: Could not find datasource
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
| at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
| at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
| at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
| at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
| at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
| at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95)
| at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99)
| at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:363)
| at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:563)
| at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:112)
| at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:58)
| Caused by: javax.naming.NameNotFoundException: Le Nom mysqldb n'est pas lié à ce Contexte
| at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
| at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
| at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
| at javax.naming.InitialContext.lookup(Unknown Source)
| at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
| ... 13 more
| 23 juil. 2008 10:25:49 org.apache.catalina.startup.HostConfig checkResources
| INFO: Repli (undeploy) de l'application web ayant pour chemin de contexte /jbpm-console
| 23 juil. 2008 10:25:49 org.jbpm.job.executor.JobExecutorThread run
| INFO: JbpmJobExecutor:172.26.204.171:1 leaves cyberspace
| 23 juil. 2008 10:25:49 org.apache.catalina.startup.HostConfig deployWAR
| INFO: Déploiement de l'archive jbpm-console.war de l'application web
| 23 juil. 2008 10:25:50 org.apache.catalina.core.StandardContext addApplicationListener
| INFO: The listener "org.jbpm.web.JobExecutorLauncher" is already configured for this context. The duplicate definition has been ignored.
| 23 juil. 2008 10:25:50 com.sun.faces.config.ConfigureListener contextInitialized
| INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b16-p02) for context '/jbpm-console'
| 23 juil. 2008 10:25:50 org.jboss.seam.jsf.SeamPhaseListener <init>
| ATTENTION: There should only be one Seam phase listener per application
| 23 juil. 2008 10:25:50 org.jbpm.JbpmConfiguration getInstance
| INFO: using jbpm configuration resource 'jbpm.cfg.xml'
| 23 juil. 2008 10:25:50 org.jbpm.persistence.db.StaleObjectLogConfigurer hideStaleObjectExceptions
| INFO: stale object exceptions will be hidden from logging
| 23 juil. 2008 10:25:50 org.hibernate.cfg.Configuration configure
| INFO: configuring from resource: hibernate.cfg.xml
| 23 juil. 2008 10:25:50 org.hibernate.cfg.Configuration getConfigurationInputStream
| INFO: Configuration resource: hibernate.cfg.xml
| 23 juil. 2008 10:25:50 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/identity/User.hbm.xml
| 23 juil. 2008 10:25:50 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
| 23 juil. 2008 10:25:50 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
| 23 juil. 2008 10:25:50 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/identity/Group.hbm.xml
| 23 juil. 2008 10:25:50 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/identity/Membership.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/action/MailAction.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/MailNode.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
| 23 juil. 2008 10:25:51 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
| 23 juil. 2008 10:25:51 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/Job.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.job.Job -> JBPM_JOB
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/Timer.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/ExecuteNodeJob.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/job/ExecuteActionJob.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindCollection
| INFO: Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
| INFO: Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
| 23 juil. 2008 10:25:52 org.hibernate.cfg.HbmBinder bindSubclass
| INFO: Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
| 23 juil. 2008 10:25:52 org.hibernate.cfg.Configuration addResource
| INFO: Readi
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166105#4166105
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166105
17 years, 9 months
[JBoss Cache: Core Edition] - Resident Nodes evicted in heavy load conditions
by mahendragoyal
jbosscache-core-2.1.1.GA
------------------------------
Hi All,
We recently implemented Jboss Cache for our application to reduce the memory footprint and we are now caching some common data in cache intead of being copied accross all users sessions
We have 2 regions below the root node and we have marked the root node as well as the region nodes as resident using the setResident(true) everything was working fine in unit tests and system integration tests but we had a problem in perfromance tests.
I have a static Hashtable into which I am storing these 2 region nodes maked as resident, for putting/getting in cache client passes the key with which the region node is stored in the Hashtable. The put/get function in turn pulls the region node from Hashtable and adds or gets the node and its data is passed back to the client.
But in Performance/Load Testing we encontered an issue when the system ran fine for about 1.30 hours but after that suddenly the region nodes were found to be null as if evicted. Although the eviction config was not correct in the sense all the values for LRUPolicy like the maxNodes, timeToLiveSeconds and wakeUpIntervalSeconds for both the regions were very low considering the Load Tests.
But still we feel that the nodes still should not have been evicted, and at the most the performance shuould have gone down.
Has any one faced such an issue or is aware of any such limitations ?
Thanks,
Mahendra
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166098#4166098
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166098
17 years, 9 months
Delivery Failure
by Postmaster
---------------------------------------------------------------------------------
The message you sent to mitolocks.com/headoffice was rejected because it would exceed the quota for the mailbox.
The subject of the message follows:
Subject: =?windows-1251?B?1e7w7vjo6SDv7uTg8O7qIOTr/yDA6vbo7u3l8OA=?=
---------------------------------------------------------------------------------
17 years, 9 months
[Installation, Configuration & DEPLOYMENT] - Deploying Event Listener (JBoss5 B4)
by richiethom
Hi
I have an EventListener that receives its events from a Resource Adapter which is connected to an external application. This all works fine, but as we move towards a clustered solution, the EventListener needs to be deployed as an HASingleton.
In order to achieve this, I have split out the Resource Adapter and the EventListener into two ear files separate from the main application. Because both the Resource Adapter ear and the Event Listener ear make references to EJBs within the main application ear file, the appropriate interfaces have been split out into a separate serviceinterfaces.jar module.
Therefore, I have the following files to work with:
resourceadapter-ds.xml
resourceadapter.ear
eventlistener.ear
mainapplication.ear
The three ear files all contain the serviceinterfaces.jar file, as well as other pertinent jars.
I couldn't get the eventlistener.ear file to deploy inside the deploy-hasingleton folder, so decided to try hot deploying everything in the standard deploy folder. This gives me error messages, whereas deploying in the hasingleton folder didn't even cause the eventlistener.ear file to be mentioned in the logs.
The order that I deploy is as follows:
resourceadapter.ear
resourceadapter-ds.xml
eventlistener.ear
At this stage, I receive the following in the log (my stuff is in the com.abc package):
09:27:36,725 INFO [AppClientScanningDeployer] mainClass = class com.abc.eis.impl.EISImpl
09:27:36,813 INFO [AppClientScanningDeployer] mainClass = class com.abc.eis.impl.EISImpl
09:27:38,802 INFO [EISAdapter] EISAdapter started.
09:27:38,806 INFO [EISAdapter] EISAdapter started.
09:27:38,809 INFO [EISAdapter] EISAdapter started.
09:27:53,905 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=eis/EIS' to JNDI name 'java:eis/EIS'
09:28:09,125 INFO [AppClientScanningDeployer] mainClass = class com.abc.eis.impl.EISImpl
09:28:09,470 INFO [MCKernelAbstraction] installing bean: jboss.j2ee:ear=eventlistener.ear,jar=eventlistener.jar,name=EventListener,service=EJB3 with dependencies:
09:28:09,470 INFO [MCKernelAbstraction] and demands:
09:28:09,471 INFO [MCKernelAbstraction] jboss.jca:name='resourceadapter.ear#eisresourceadapter.rar',service=RARDeployment
09:28:09,471 INFO [MCKernelAbstraction] jboss.ejb:service=EJBTimerService
09:28:09,471 INFO [MCKernelAbstraction] and supplies:
09:28:09,471 INFO [MCKernelAbstraction] Class:com.abc.def.eventlistener.IEventListener
09:28:10,571 INFO [EJBContainer] STARTED EJB: com.abc.def.eventlistener.EventListener ejbName: EventListener
09:28:10,654 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:ear=eventlistener.ear,jar=eventlistener.jar,name=EventListener,service=EJB3 state=Create
org.jboss.deployment.DeploymentException: MessagingType 'com.abc.def.eventlistener.IEventListener' not found in resource deployment jboss.jca:service=RARDeployment,name='resourceadapter.ear#resourceadapter.rar'
at org.jboss.resource.deployers.RARDeployment.createActivationSpec(RARDeployment.java:310)
at org.jboss.resource.deployers.RARDeployment.internalInvoke(RARDeployment.java:276)
at org.jboss.system.ServiceDynamicMBeanSupport.invoke(ServiceDynamicMBeanSupport.java:156)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.ejb3.JmxClientKernelAbstraction.invoke(JmxClientKernelAbstraction.java:44)
at org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory.createActivationSpec(JBossMessageEndpointFactory.java:294)
at org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory.start(JBossMessageEndpointFactory.java:192)
at org.jboss.ejb3.mdb.MessagingContainer.startProxies(MessagingContainer.java:187)
at org.jboss.ejb3.mdb.MessagingContainer.start(MessagingContainer.java:151)
at org.jboss.ejb3.mdb.MDB.start(MDB.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:56)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:110)
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:214)
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:45)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:108)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:69)
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:135)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:46)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:574)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:398)
at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:96)
at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:90)
at org.jboss.ejb3.MCKernelAbstraction.install(MCKernelAbstraction.java:153)
at org.jboss.ejb3.Ejb3Deployment.registerEJBContainer(Ejb3Deployment.java:352)
at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:413)
at org.jboss.ejb3.deployers.EJBStage2Deployer.deploy(EJBStage2Deployer.java:53)
at org.jboss.ejb3.deployers.EJBStage2Deployer.deploy(EJBStage2Deployer.java:37)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:906)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:290)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:65)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:142)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:166)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
09:28:10,668 WARN [HDScanner] Failed to process changes org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** CONTEXTS IN ERROR: Name -> Error
jboss.j2ee:ear=eventlistener.ear,jar=eventlistener.jar,name=EventListener,service=EJB3 -> org.jboss.deployment.DeploymentException: MessagingType 'com.abc.def.eventlistener.IEventListener' not found in resource deployment jboss.jca:service=RARDeployment,name='resourceadapter.ear#resourceadapter.rar'
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:576)
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:559)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:65)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:142)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:166)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
So, for some reason it can't find the interface that the eventlistener implements. I know it's there, I've double and triple checked. I've also checked my application XMLs to make sure that the correct Jars are visible.
I'm running JBoss 5 Beta 4 (our app won't yet deploy on CR1 due to other isuses) on Ubuntu 8.04.
Thanks in advance for any help!
Rich
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166096#4166096
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166096
17 years, 9 months