[EJB 3.0] - Urgent Help needed..Strange behavior with java client access
by sursha
Hi,
I'm using JBOSS 4.0.5GA with ejb3. I am running into weird behavior when running java client from remote machine. If I run it from the same machine where the jboss server is running, no problem. So here is the behavior I'm noticing.
FOr the jndi lookup of ejb, it is connecting the remote server and gets a reference to the ejb. But when I call a method on the ejb reference, it is trying to call a method on the local machine( I mean the same machine where the client is running).
Sounds very weird to me. Any help is appreciated from EJB3 experts.
I upgraded to EJB3 RC9 patch1, but same behavior.
Here is the client code ..
try
{
Properties p=new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
p.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
p.put(Context.PROVIDER_URL,"jnp://remote-host:1099");
InitialContext ctx = new InitialContext(p);
IReportService report = (IReportService) ctx.lookup(
"ejb3/xxx/ReportService");
System.out.println("Got the ejb remote reference = "+report);
System.out.println("report.resubmit.."+report.resubmit(null,0L));
ReportJob reportJob = new ReportJob();
System.out.println("B4 report.submitRequest..");
report.submitRequest(reportJob);
System.out.println("After report.submitRequest..");
}
catch (Exception e)
{
e.printStackTrace();
}
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996523#3996523
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996523
19 years, 7 months
[JBoss Seam] - Could not instantiate Seam component error
by lle
Hi,
I have a conversation scope action class, which has a bijectional conversation-scope object as a DataModelSelection. When I executed an ajax4jsf request (from an a4j:commandLink), I always get the following exception:
org.jboss.seam.InstantiationException: Could not instantiate Seam component: selectedSession
| at org.jboss.seam.Component.newInstance(Component.java:1722)
| at org.jboss.seam.Component.getInstance(Component.java:1625)
| at org.jboss.seam.Component.getInstance(Component.java:1592)
| at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:46)
| at org.apache.myfaces.trinidadinternal.el.TrinidadVariableResolver.resolveVariable(TrinidadVariableResolver.java:52)
| at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
| at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
| at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
| at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
| at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
| at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
| at javax.faces.component.UIData.getValue(UIData.java:1023)
| at org.apache.myfaces.component.html.ext.HtmlDataTableHack.createDataModel(HtmlDataTableHack.java:437)
| at org.apache.myfaces.component.html.ext.HtmlDataTable.createDataModel(HtmlDataTable.java:847)
| at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getDataModel(HtmlDataTableHack.java:414)
| at org.apache.myfaces.component.html.ext.HtmlDataTable.getDataModel(HtmlDataTable.java:839)
| at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getRowCount(HtmlDataTableHack.java:87)
| at javax.faces.component.UIData.processColumnChildren(UIData.java:689)
| at javax.faces.component.UIData.processDecodes(UIData.java:585)
| at org.apache.myfaces.component.html.ext.HtmlDataTable.processDecodes(HtmlDataTable.java:293)
| at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605)
| at javax.faces.component.UIForm.processDecodes(UIForm.java:56)
| at org.ajax4jsf.framework.ajax.AjaxViewRoot.processDecodes(AjaxViewRoot.java:353)
| at org.apache.myfaces.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:32)
| at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)
| at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:326)
| at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:290)
| at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:213)
| at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:90)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:75)
| at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:213)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:46)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:32)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
| at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: java.lang.InstantiationException: com.ga.riskapp.session.GASession
| at java.lang.Class.newInstance0(Class.java:335)
| at java.lang.Class.newInstance(Class.java:303)
| at org.jboss.seam.Component.instantiateJavaBean(Component.java:1045)
| at org.jboss.seam.Component.instantiate(Component.java:1008)
| at org.jboss.seam.Component.newInstance(Component.java:1718)
| ... 60 more
Here is the action class code snippet:
| @Name("detailsearch")
| @Scope(ScopeType.CONVERSATION)
| @GALoggedIn
| public class GAAccountDetailsAction {
|
| @In
| private Session gadb;
| @In
| private GAHostAppInfo hostApp;
| @In
| private FacesMessages facesMessages;
| @Logger
| private Log log;
| @DataModel
| private List<GASession> sessionList;
| @DataModelSelection
| @In(required=false) @Out(required=false)
| private GASession selectedSession;
|
| public void applyScale1() {
| try {
| this.scale = 1;
| getSessions();
| } catch (Throwable t) {
| log.error("Error while applying scale", t);
| facesMessages.addFromResourceBundle(Constants.APPLICATION_ERROR);
| }
| }
| ...
| }
Here is the GASession class:
@Name("selectedSession")
| @Scope(ScopeType.CONVERSATION)
| public class GASession {
| ...
| }
|
Anyone knows why such an exception thrown? When I accessed the debug page, I saw the "selectedSession" object existed in the "detailsearch". So, I am not sure why such an exception thrown.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996503#3996503
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996503
19 years, 7 months
[Installation, Configuration & Deployment] - Re: Class not found
by PeterJ
Where is the UsernamePasswordHandler class located? If it is in the war file, nothing in the jar file will have access to it. If you require that classes in the jar fiel access this class, you must move the class to the jar file. Then classes in both the war and jar file will have access.
Regarding the the time issue, I am going to make the assumption that you are running Linux. I always end up with the same issue, where I cannot seem to get the system clock and the operating system time zone to match up correctly (I never seem to have this problem in Windows). I always end up with various programs thinking the time is something other than what it is. I believe the JVM gets the time zone from the operating system and works accordingly. I wish I could tell you exactly where to fix this at, but poking around the time settings should help (start with what you bios thinks the time is, and work from there). Good luck.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996498#3996498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996498
19 years, 7 months
[JBoss Seam] - Re: trouble testing with testNG
by juangiovanolli
when i comment the jbpm tag in components.xml the problem disappears (bah, the problem with the jbpm disappears; the problem that you see first continues, but is not important by now).
i try to copy the jpdl.xml in the same path than components.xml, but the problem persist.
the process definitions are shown below:
PROCESSABSTRACT.XML
| <?xml version="1.0" encoding="UTF-8"?>
|
| <process-definition name="ProcessAbstract">
| <start-state name="start">
| <transition name="" to="taskA"></transition>
| </start-state>
| <end-state name="end1"></end-state>
| <task-node name="taskA">
| <task name="taskA" description="#{taskManager.description}">
| <assignment actor-id="actorA" />
| </task>
| <transition name="" to="taskB"></transition>
| </task-node>
| <task-node name="taskB">
| <task name="taskB" description="#{taskManager.description}">
| <assignment actor-id="actorB" />
| </task>
| <transition name="" to="taskC"></transition>
| </task-node>
| <task-node name="taskC">
| <task name="taskC" description="#{taskManager.description}">
| <assignment actor-id="actorC" />
| </task>
| <transition name="" to="end1"></transition>
| </task-node>
| </process-definition>
|
PROCESSDEFINITION.XML
| <?xml version="1.0" encoding="UTF-8"?>
|
| <process-definition
| name="ProcessSample">
| <start-state name="Start">
| <transition name="" to="Create"></transition>
| </start-state>
| <end-state name="end1"></end-state>
| <task-node name="Create">
| <task name="CreateTask"></task>
| <transition name="Issued" to="Analys Review"></transition>
| </task-node>
| <task-node name="Analys Review">
| <task name="task1"></task>
| <transition name="Revised by Analyst" to="Manager Approval"></transition>
| <transition name="Rejected by Analyst" to="Update"></transition>
| </task-node>
| <task-node name="Manager Approval">
| <transition name="Approved by Manager" to="Project Assignment"></transition>
| <transition name="Rejected" to="end1"></transition>
| </task-node>
| <task-node name="Project Assignment">
| <transition name="Assigned by Technical Leader" to="Technical Solution"></transition>
| </task-node>
| <task-node name="Update">
| <transition name="Cancelled by Requester" to="end1"></transition>
| </task-node>
| <task-node name="Technical Solution">
| <transition name="Done" to="Acceptance"></transition>
| </task-node>
| <task-node name="Acceptance">
| <transition name="Closed" to="end1"></transition>
| <transition name="Rejected Solution" to="Technical Solution">
|
| </transition>
| </task-node>
| </process-definition>
|
THANKS and Happy New Year wherever you are!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996481#3996481
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996481
19 years, 7 months
[JBoss Seam] - Re: trouble testing with testNG
by juangiovanolli
i'm sorry, but that isn't my main problem. the error below is my problem:
| INFO org.jboss.seam.contexts.Lifecycle - starting up: org.jboss.seam.core.jbpm
| INFO org.jbpm.JbpmConfiguration - using jbpm configuration resource 'jbpm.cfg.xml'
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - Creating Persistence Service
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - Creating AnnotationConfiguration
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - XML configuration file = persistence-jbpm.xml
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - Resource file = null
| INFO org.hibernate.cfg.Configuration - configuring from resource: persistence-jbpm.xml
| INFO org.hibernate.cfg.Configuration - Configuration resource: persistence-jbpm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/db/hibernate.queries.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Node.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Transition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Event.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Action.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/SuperState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/ExceptionHandler.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/instantiation/Delegation.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/StartState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/EndState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/ProcessState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/Decision.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/Fork.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/Join.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/State.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/TaskNode.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/def/ContextDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/def/VariableAccess.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/Swimlane.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/Task.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/TaskController.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/module/def/ModuleDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/bytes/ByteArray.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/file/def/FileDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/Comment.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/ProcessInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/Token.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/RuntimeAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/module/exe/ModuleInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/ContextInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/TokenVariableMap.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/VariableInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/msg/Message.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/msg/db/TextMessage.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/ExecuteActionCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/ExecuteNodeCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/SignalCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/TaskInstanceEndCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/scheduler/exe/Timer.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/logging/log/ProcessLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/logging/log/MessageLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/logging/log/CompositeLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/ActionLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/NodeLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/SignalLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/TokenCreateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/TokenEndLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/log/TransitionLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/VariableLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/VariableCreateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/VariableDeleteLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/VariableUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/log/TaskLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
| INFO org.hibernate.cfg.Configuration - Configured SessionFactory: null
| ERROR org.jbpm.jpdl.xml.JpdlXmlReader - couldn't parse process definition
| org.dom4j.DocumentException: null Nested exception: null
| at org.dom4j.io.SAXReader.read(SAXReader.java:484)
| at org.jbpm.jpdl.xml.JpdlParser.parse(JpdlParser.java:57)
| at org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:138)
| at org.jbpm.graph.def.ProcessDefinition.parseXmlInputStream(ProcessDefinition.java:172)
| at org.jbpm.graph.def.ProcessDefinition.parseXmlResource(ProcessDefinition.java:153)
| at org.jboss.seam.core.Jbpm.installProcessDefinitions(Jbpm.java:225)
| at org.jboss.seam.core.Jbpm.startup(Jbpm.java:66)
| 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.seam.util.Reflections.invoke(Reflections.java:18)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:102)
| at org.jboss.seam.Component.callComponentMethod(Component.java:1791)
| at org.jboss.seam.Component.callCreateMethod(Component.java:1739)
| at org.jboss.seam.Component.newInstance(Component.java:1728)
| at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:152)
| at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:126)
| at org.jboss.seam.init.Initialization.init(Initialization.java:430)
| at org.jboss.seam.mock.SeamTest.init(SeamTest.java:686)
| 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.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:623)
| at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:336)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:170)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:86)
| at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163)
| at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:115)
| at org.testng.TestRunner.runWorkers(TestRunner.java:665)
| at org.testng.TestRunner.privateRun(TestRunner.java:636)
| at org.testng.TestRunner.run(TestRunner.java:513)
| at org.testng.SuiteRunner.runTest(SuiteRunner.java:279)
| at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:264)
| at org.testng.SuiteRunner.privateRun(SuiteRunner.java:244)
| at org.testng.SuiteRunner.run(SuiteRunner.java:168)
| at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:989)
| at org.testng.TestNG.runSuitesLocally(TestNG.java:953)
| at org.testng.TestNG.run(TestNG.java:701)
| at org.testng.TestNG.privateMain(TestNG.java:1021)
| at org.testng.TestNG.main(TestNG.java:999)
| Nested exception:
| java.net.MalformedURLException
| at java.net.URL.<init>(URL.java:601)
| at java.net.URL.<init>(URL.java:464)
| at java.net.URL.<init>(URL.java:413)
| at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
| at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
| at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
| at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
| at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
| at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
| at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
| at org.dom4j.io.SAXReader.read(SAXReader.java:465)
| at org.jbpm.jpdl.xml.JpdlParser.parse(JpdlParser.java:57)
| at org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:138)
| at org.jbpm.graph.def.ProcessDefinition.parseXmlInputStream(ProcessDefinition.java:172)
| at org.jbpm.graph.def.ProcessDefinition.parseXmlResource(ProcessDefinition.java:153)
| at org.jboss.seam.core.Jbpm.installProcessDefinitions(Jbpm.java:225)
| at org.jboss.seam.core.Jbpm.startup(Jbpm.java:66)
| 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.seam.util.Reflections.invoke(Reflections.java:18)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:102)
| at org.jboss.seam.Component.callComponentMethod(Component.java:1791)
| at org.jboss.seam.Component.callCreateMethod(Component.java:1739)
| at org.jboss.seam.Component.newInstance(Component.java:1728)
| at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:152)
| at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:126)
| at org.jboss.seam.init.Initialization.init(Initialization.java:430)
| at org.jboss.seam.mock.SeamTest.init(SeamTest.java:686)
| 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.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:623)
| at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:336)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:170)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:86)
| at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163)
| at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:115)
| at org.testng.TestRunner.runWorkers(TestRunner.java:665)
| at org.testng.TestRunner.privateRun(TestRunner.java:636)
| at org.testng.TestRunner.run(TestRunner.java:513)
| at org.testng.SuiteRunner.runTest(SuiteRunner.java:279)
| at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:264)
| at org.testng.SuiteRunner.privateRun(SuiteRunner.java:244)
| at org.testng.SuiteRunner.run(SuiteRunner.java:168)
| at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:989)
| at org.testng.TestNG.runSuitesLocally(TestNG.java:953)
| at org.testng.TestNG.run(TestNG.java:701)
| at org.testng.TestNG.privateMain(TestNG.java:1021)
| at org.testng.TestNG.main(TestNG.java:999)
| WARN org.jboss.seam.jsf.AbstractSeamPhaseListener - There should only be one Seam phase listener per application
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
| INFO org.jboss.seam.deployment.Scanner - scanning: D:\JBIDEWP\Darwin\build\test
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/santex_platform.jar
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/jboss-seam.jar
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
| INFO org.jboss.seam.init.Initialization - reading /WEB-INF/components.xml
| INFO org.jboss.seam.init.Initialization - reading jar:file:/D:/JBIDEWP/Darwin/lib/jboss-seam.jar!/META-INF/components.xml
| INFO org.jboss.seam.init.Initialization - reading properties from: /seam.properties
| INFO org.jboss.seam.init.Initialization - reading properties from: /jndi.properties
| INFO org.jboss.seam.init.Initialization - initializing Seam
| INFO org.jboss.seam.deployment.Scanner - scanning: D:\JBIDEWP\Darwin\build\test
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/santex_platform.jar
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/jboss-seam.jar
| INFO org.jboss.seam.init.Initialization - two components with same name, higher precedence wins: org.jboss.seam.core.manager
| INFO org.jboss.seam.init.Initialization - two components with same name, higher precedence wins: org.jboss.seam.core.pages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
| INFO org.jboss.seam.init.Initialization - Installing components...
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
| INFO org.jboss.seam.Component - Component: login, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.sample.Login
| INFO org.jboss.seam.Component - Component: workflowAdminHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.workflow.WorkflowAdminHome
| INFO org.jboss.seam.Component - Component: repositoryConfiguration, scope: APPLICATION, type: JAVA_BEAN, class: com.santex.platform.core.model.repository.RepositoryConfiguration
| INFO org.jboss.seam.Component - Component: exampleComponent, scope: APPLICATION, type: JAVA_BEAN, class: com.santex.darwin.seam.examples.ExampleComponent
| INFO org.jboss.seam.Component - Component: exampleObjectManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.impl.ExampleObjectManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
| INFO org.jboss.seam.Component - Component: dynamicFieldsExampleManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.example.dynamicField.DynamicFieldsPojoExampleManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
| WARN org.jboss.seam.Component - Component class should be serializable: repositoryHome
| INFO org.jboss.seam.Component - Component: repositoryHome, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.web.home.repository.RepositoryHome
| INFO org.jboss.seam.Component - Component: dynamicFieldDefManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.dynamicField.impl.DynamicFieldDefManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
| INFO org.jboss.seam.Component - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
| INFO org.jboss.seam.Component - Component: versionInfoManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.VersionInfoManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SafeActions
| WARN org.jboss.seam.Component - Component class should be serializable: repositoryHomeExample
| INFO org.jboss.seam.Component - Component: repositoryHomeExample, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.example.repository.RepositoryHomeExample
| INFO org.jboss.seam.Component - Component: hierarchyNodeParentageManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.hierarchies.impl.HierarchyNodeParentageManagerImpl
| INFO org.jboss.seam.Component - Component: repositoryInfoManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.RepositoryInfoManagerImpl
| INFO org.jboss.seam.Component - Component: workflowManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.WorkflowManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
| INFO org.jboss.seam.Component - Component: roleDefinitionManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.RoleDefinitionManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
| INFO org.jboss.seam.Component - Component: roleList, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.list.RoleList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector
| INFO org.jboss.seam.Component - Component: roleManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.RoleManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
| INFO org.jboss.seam.Component - Component: dynamicFieldsGroupDefManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.dynamicField.impl.DynamicFieldsGroupDefManagerImpl
| INFO org.jboss.seam.Component - Component: dynamicFieldsPojoExampleHome, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.example.dynamicField.DynamicFieldsPojoExampleHome
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.ejb, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Ejb
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
| WARN org.jboss.seam.Component - Component class should be serializable: darwinSecurityManager
| INFO org.jboss.seam.Component - Component: darwinSecurityManager, scope: SESSION, type: JAVA_BEAN, class: com.santex.darwin.service.security.impl.DarwinSecurityManagerImpl
| INFO org.jboss.seam.Component - Component: appUserManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.AppUserManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext
| INFO org.jboss.seam.Component - Component: uploadAction, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.santex.platform.web.home.repository.UploadAction, JNDI: UploadAction/local
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
| INFO org.jboss.seam.Component - Component: ajaxExampleHome, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.web.home.AjaxExampleHome
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Exceptions
| INFO org.jboss.seam.Component - Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
| INFO org.jboss.seam.Component - Component: userProfileHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.UserProfileHome
| INFO org.jboss.seam.Component - Component: roleHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.RoleHome
| INFO org.jboss.seam.Component - Component: workflowAuthorizationManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.WorkflowAuthorizationManagerImpl
| INFO org.jboss.seam.Component - Component: appUserHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.AppUserHome
| INFO org.jboss.seam.Component - Component: loginForm, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.security.LoginFormImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
| INFO org.jboss.seam.Component - Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
| INFO org.jboss.seam.Component - Component: hierarchyManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.hierarchies.impl.HierarchyManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.jbpm, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Jbpm
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTaskInstanceList
| INFO org.jboss.seam.Component - Component: appUserList, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.list.AppUserList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.PersistenceContexts
| INFO org.jboss.seam.Component - Component: uploadBean, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.web.home.repository.UploadBackingBean
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.validation, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validation
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.jbpmContext, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedJbpmContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
| INFO org.jboss.seam.Component - Component: userProfileManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.UserProfileManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
| INFO org.jboss.seam.Component - Component: appItemManager, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.santex.darwin.service.security.impl.AppItemManagerImpl, JNDI: AppItemManagerImpl/local
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.FacesPage
| INFO org.jboss.seam.Component - Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
| INFO org.jboss.seam.Component - Component: org.jboss.seam.theme.theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
| INFO org.jboss.seam.Component - Component: repositoryManager, scope: APPLICATION, type: JAVA_BEAN, class: com.santex.platform.service.repository.impl.RepositoryManagerSVNKitImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.remoting.remotingConfig, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.RemotingConfig
| INFO org.jboss.seam.Component - Component: taskManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.sample.TaskBean
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
| INFO org.jboss.seam.Component - Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.businessProcess, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcess
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
| INFO org.jboss.seam.Component - Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedPersistenceContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Expressions
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.processInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstance
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.processInstanceFinder, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstanceFinder
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstance
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pageflow, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pageflow
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.transition, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Transition
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstanceListForType, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceListForType
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pooledTask, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTask
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.actor, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Actor
| INFO org.jboss.seam.contexts.Lifecycle - starting up: org.jboss.seam.core.ejb
| INFO org.jboss.seam.core.Ejb - starting the embedded EJB container
| ERROR org.jboss.kernel.plugins.dependency.AbstractKernelController - Error installing to Start: name=TransactionManagerInitializer state=Create
| javax.naming.NameAlreadyBoundException
| at org.jnp.server.NamingServer.bind(NamingServer.java:144)
| at org.jnp.interfaces.NamingContext.bind(NamingContext.java:567)
| at org.jnp.interfaces.NamingContext.bind(NamingContext.java:532)
| at javax.naming.InitialContext.bind(InitialContext.java:359)
| at org.jboss.tm.TransactionManagerInitializer.bindRef(TransactionManagerInitializer.java:690)
| at org.jboss.tm.TransactionManagerInitializer.start(TransactionManagerInitializer.java:145)
| 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:55)
| at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:107)
| at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions.dispatchJoinPoint(KernelControllerContextActions.java:100)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions$LifecycleAction.installAction(KernelControllerContextActions.java:582)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions$KernelControllerContextAction.install(KernelControllerContextActions.java:175)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:593)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:346)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:438)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:379)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:225)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:151)
| at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:291)
| at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:261)
| at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:117)
| at org.jboss.kernel.plugins.deployment.xml.BeanXMLDeployer.deploy(BeanXMLDeployer.java:95)
| at org.jboss.ejb3.embedded.EJB3StandaloneBootstrap.boot(EJB3StandaloneBootstrap.java:380)
| at org.jboss.seam.core.Ejb.startup(Ejb.java:42)
| 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.seam.util.Reflections.invoke(Reflections.java:18)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:102)
| at org.jboss.seam.Component.callComponentMethod(Component.java:1791)
| at org.jboss.seam.Component.callCreateMethod(Component.java:1739)
| at org.jboss.seam.Component.newInstance(Component.java:1728)
| at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:152)
| at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:126)
| at org.jboss.seam.init.Initialization.init(Initialization.java:430)
| at org.jboss.seam.mock.SeamTest.init(SeamTest.java:686)
| 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.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:623)
| at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:336)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:170)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:86)
| at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163)
| at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:115)
| at org.testng.TestRunner.runWorkers(TestRunner.java:665)
| at org.testng.TestRunner.privateRun(TestRunner.java:636)
| at org.testng.TestRunner.run(TestRunner.java:513)
| at org.testng.SuiteRunner.runTest(SuiteRunner.java:279)
| at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:264)
| at org.testng.SuiteRunner.privateRun(SuiteRunner.java:244)
| at org.testng.SuiteRunner.run(SuiteRunner.java:168)
| at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:989)
| at org.testng.TestNG.runSuitesLocally(TestNG.java:953)
| at org.testng.TestNG.run(TestNG.java:701)
| at org.testng.TestNG.privateMain(TestNG.java:1021)
| at org.testng.TestNG.main(TestNG.java:999)
|
|
and my components.xml is this
| <?xml version="1.0" ?>
| <components xmlns="http://jboss.com/products/seam/components"
| xmlns:core="http://jboss.com/products/seam/core"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd
| http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
|
| <core:init debug="true" jndi-pattern="@jndiPattern@" />
|
| <core:manager concurrent-request-timeout="500"
| conversation-timeout="120000" conversation-id-parameter="cid"
| conversation-is-long-running-parameter="clr" />
|
|
| <core:pages no-conversation-view-id="/home.xhtml" />
|
| <core:managed-persistence-context name="entityManager"
| persistence-unit-jndi-name="java:/darwinEntityManagerFactory" />
|
| <core:ejb installed="@embeddedEjb@" />
|
| <!-- For use with jBPM pageflow or process management -->
|
| <core:jbpm>
| <core:process-definitions>
| <value>processabstract.xml</value>
| <value>processdefinition.xml</value>
| </core:process-definitions>
| <core:pageflow-definitions></core:pageflow-definitions>
| </core:jbpm>
|
|
| </components>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996479#3996479
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996479
19 years, 7 months
[JBoss Seam] - trouble testing with testNG
by juangiovanolli
i'm testing my application with testNG, and i get the result below:
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
| INFO org.jboss.seam.deployment.Scanner - scanning: D:\JBIDEWP\Darwin\build\test
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/santex_platform.jar
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/jboss-seam.jar
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
| INFO org.jboss.seam.init.Initialization - Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
| INFO org.jboss.seam.init.Initialization - reading /WEB-INF/components.xml
| INFO org.jboss.seam.init.Initialization - reading jar:file:/D:/JBIDEWP/Darwin/lib/jboss-seam.jar!/META-INF/components.xml
| INFO org.jboss.seam.init.Initialization - reading properties from: /seam.properties
| INFO org.jboss.seam.init.Initialization - reading properties from: /jndi.properties
| INFO org.jboss.seam.init.Initialization - initializing Seam
| INFO org.jboss.seam.deployment.Scanner - scanning: D:\JBIDEWP\Darwin\build\test
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/santex_platform.jar
| INFO org.jboss.seam.deployment.Scanner - scanning: /D:/JBIDEWP/Darwin/lib/jboss-seam.jar
| INFO org.jboss.seam.init.Initialization - two components with same name, higher precedence wins: org.jboss.seam.core.manager
| INFO org.jboss.seam.init.Initialization - two components with same name, higher precedence wins: org.jboss.seam.core.pages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
| INFO org.jboss.seam.init.Initialization - Installing components...
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
| INFO org.jboss.seam.Component - Component: login, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.sample.Login
| INFO org.jboss.seam.Component - Component: workflowAdminHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.workflow.WorkflowAdminHome
| INFO org.jboss.seam.Component - Component: repositoryConfiguration, scope: APPLICATION, type: JAVA_BEAN, class: com.santex.platform.core.model.repository.RepositoryConfiguration
| INFO org.jboss.seam.Component - Component: exampleComponent, scope: APPLICATION, type: JAVA_BEAN, class: com.santex.darwin.seam.examples.ExampleComponent
| INFO org.jboss.seam.Component - Component: exampleObjectManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.impl.ExampleObjectManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
| INFO org.jboss.seam.Component - Component: dynamicFieldsExampleManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.example.dynamicField.DynamicFieldsPojoExampleManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
| WARN org.jboss.seam.Component - Component class should be serializable: repositoryHome
| INFO org.jboss.seam.Component - Component: repositoryHome, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.web.home.repository.RepositoryHome
| INFO org.jboss.seam.Component - Component: dynamicFieldDefManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.dynamicField.impl.DynamicFieldDefManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
| INFO org.jboss.seam.Component - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
| INFO org.jboss.seam.Component - Component: versionInfoManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.VersionInfoManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SafeActions
| WARN org.jboss.seam.Component - Component class should be serializable: repositoryHomeExample
| INFO org.jboss.seam.Component - Component: repositoryHomeExample, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.example.repository.RepositoryHomeExample
| INFO org.jboss.seam.Component - Component: hierarchyNodeParentageManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.hierarchies.impl.HierarchyNodeParentageManagerImpl
| INFO org.jboss.seam.Component - Component: repositoryInfoManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.RepositoryInfoManagerImpl
| INFO org.jboss.seam.Component - Component: workflowManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.WorkflowManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
| INFO org.jboss.seam.Component - Component: roleDefinitionManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.RoleDefinitionManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
| INFO org.jboss.seam.Component - Component: roleList, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.list.RoleList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector
| INFO org.jboss.seam.Component - Component: roleManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.RoleManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
| INFO org.jboss.seam.Component - Component: dynamicFieldsGroupDefManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.dynamicField.impl.DynamicFieldsGroupDefManagerImpl
| INFO org.jboss.seam.Component - Component: dynamicFieldsPojoExampleHome, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.example.dynamicField.DynamicFieldsPojoExampleHome
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.ejb, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Ejb
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
| WARN org.jboss.seam.Component - Component class should be serializable: darwinSecurityManager
| INFO org.jboss.seam.Component - Component: darwinSecurityManager, scope: SESSION, type: JAVA_BEAN, class: com.santex.darwin.service.security.impl.DarwinSecurityManagerImpl
| INFO org.jboss.seam.Component - Component: appUserManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.AppUserManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext
| INFO org.jboss.seam.Component - Component: uploadAction, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.santex.platform.web.home.repository.UploadAction, JNDI: UploadAction/local
| INFO org.jboss.seam.Component - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
| INFO org.jboss.seam.Component - Component: ajaxExampleHome, scope: SESSION, type: JAVA_BEAN, class: com.santex.platform.web.home.AjaxExampleHome
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Exceptions
| INFO org.jboss.seam.Component - Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
| INFO org.jboss.seam.Component - Component: userProfileHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.UserProfileHome
| INFO org.jboss.seam.Component - Component: roleHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.RoleHome
| INFO org.jboss.seam.Component - Component: workflowAuthorizationManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.core.workflow.impl.WorkflowAuthorizationManagerImpl
| INFO org.jboss.seam.Component - Component: appUserHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.santex.darwin.web.home.AppUserHome
| INFO org.jboss.seam.Component - Component: loginForm, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.security.LoginFormImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
| INFO org.jboss.seam.Component - Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
| INFO org.jboss.seam.Component - Component: hierarchyManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.service.hierarchies.impl.HierarchyManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.jbpm, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Jbpm
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pooledTaskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTaskInstanceList
| INFO org.jboss.seam.Component - Component: appUserList, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.list.AppUserList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.PersistenceContexts
| INFO org.jboss.seam.Component - Component: uploadBean, scope: EVENT, type: JAVA_BEAN, class: com.santex.platform.web.home.repository.UploadBackingBean
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.validation, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validation
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.jbpmContext, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedJbpmContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
| INFO org.jboss.seam.Component - Component: userProfileManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.service.impl.UserProfileManagerImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
| INFO org.jboss.seam.Component - Component: appItemManager, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.santex.darwin.service.security.impl.AppItemManagerImpl, JNDI: AppItemManagerImpl/local
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.FacesPage
| INFO org.jboss.seam.Component - Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
| INFO org.jboss.seam.Component - Component: org.jboss.seam.theme.theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
| INFO org.jboss.seam.Component - Component: repositoryManager, scope: APPLICATION, type: JAVA_BEAN, class: com.santex.platform.service.repository.impl.RepositoryManagerSVNKitImpl
| INFO org.jboss.seam.Component - Component: org.jboss.seam.remoting.remotingConfig, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.RemotingConfig
| INFO org.jboss.seam.Component - Component: taskManager, scope: EVENT, type: JAVA_BEAN, class: com.santex.darwin.web.sample.TaskBean
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
| INFO org.jboss.seam.Component - Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.businessProcess, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcess
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
| INFO org.jboss.seam.Component - Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedPersistenceContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Expressions
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.processInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstance
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.processInstanceFinder, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ProcessInstanceFinder
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstance, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstance
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pageflow, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pageflow
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.transition, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Transition
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstanceListForType, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceListForType
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.taskInstanceList, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.TaskInstanceList
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.pooledTask, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PooledTask
| INFO org.jboss.seam.Component - Component: org.jboss.seam.core.actor, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Actor
| INFO org.jboss.seam.contexts.Lifecycle - starting up: org.jboss.seam.core.ejb
| INFO org.jboss.seam.core.Ejb - starting the embedded EJB container
| WARN org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding - You should use the 2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-deployer:2.0'
| INFO org.jboss.resource.adapter.jdbc.local.LocalTxDataSource - Bound datasource to JNDI name 'java:/DefaultDS'
| INFO org.jboss.resource.adapter.jdbc.local.LocalTxDataSource - Bound datasource to JNDI name 'java:/darwinDatasource'
| INFO org.jboss.ejb3.Ejb3Deployment - EJB3 deployment time took: 828
| INFO org.jboss.ejb3.Ejb3DescriptorHandler - adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to com.santex.darwin.service.security.impl.AppItemManagerImpl org.jboss.annotation.internal.DefaultInterceptorMarkerImpl@14b9a74
| INFO org.jboss.ejb3.Ejb3DescriptorHandler - adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to com.santex.platform.web.home.repository.UploadAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl@1e45a5c
| INFO org.jboss.ejb3.Ejb3Deployment - EJB3 deployment time took: 890
| INFO org.jboss.ejb3.Ejb3DescriptorHandler - adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to com.santex.platform.web.home.repository.UploadAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl@171194d
| INFO org.jboss.ejb3.Ejb3Deployment - EJB3 deployment time took: 235
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean: jboss.j2ee:jar=jboss-seam,name=Dispatcher,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB: org.jboss.seam.core.Dispatcher ejbName: Dispatcher
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean: persistence.units:jar=test.jar,unitName=darwin with dependencies:
| INFO org.jboss.ejb3.MCKernelAbstraction - AbstractDependencyMetaData@d306dd{dependency=darwinDatasource}
| INFO org.hibernate.ejb.Version - Hibernate EntityManager 3.2.0.CR1
| INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.2.0.CR1
| INFO org.hibernate.cfg.Environment - Hibernate 3.2 cr2
| INFO org.hibernate.cfg.Environment - hibernate.properties not found
| INFO org.hibernate.cfg.Environment - Bytecode provider name : cglib
| INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
| INFO org.hibernate.ejb.Ejb3Configuration - Processing PersistenceUnitInfo [
| name: darwin
| ...]
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.model.AppUser
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.model.Role
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.model.RoleDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.model.security.AppItem
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.model.UserProfile
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.ApprovalActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.AssignmentActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.ClosingActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.CreationActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.EndActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.RevisionActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.StartActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.UpdateActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.activity.WorkActivityDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.ActivityDefinitionBase
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.RepositoryInfo
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.TeamType
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.Transition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.VersionInfo
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.WorkflowDefinition
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.definition.WorkflowState
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.ApprovalActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.AssignmentActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.ClosingActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.CreationActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.EndActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.RevisionActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.StartActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.UpdateActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.activity.WorkActivityInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.ActivityInstanceBase
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.darwin.core.workflow.instance.WorkflowInstance
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.dynamicField.DynamicFieldDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 @Embeddable: com.santex.platform.core.model.dynamicField.DynamicFieldDefPK
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 @MappedSuperclass: com.santex.platform.core.model.dynamicField.DynamicFieldsBean
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.ExampleObject
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.attributes.CustomAttr
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.attributes.CustomAttrDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroup
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroupDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.attributes.CustomValue
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.HierarchyGroupDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.HierarchyNode
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.HierarchyNodeDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.HierarchyNodeGroup
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.HierarchyNodeParentage
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.core.model.hierarchies.HierarchyNodeParentageDef
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 @MappedSuperclass: com.santex.platform.core.model.UIdBaseObject
| INFO org.hibernate.ejb.Ejb3Configuration - found EJB3 Entity bean: com.santex.platform.example.dynamicField.DynamicFieldsPojoExample
| WARN org.hibernate.ejb.Ejb3Configuration - Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: META-INF/orm.xml
| INFO org.hibernate.ejb.Ejb3Configuration - [PersistenceUnit: darwin] no META-INF/orm.xml found
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.model.AppUser
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.model.AppUser on table app_user
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.HierarchyNode
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.HierarchyNode on table hierarchy_node
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.model.Role
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.model.Role on table role
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.HierarchyNodeDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.HierarchyNodeDef on table hierarchy_node_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.model.RoleDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.model.security.AppItem
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.model.security.AppItem on table app_item
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.model.UserProfile
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.model.UserProfile on table user_profile
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.ActivityDefinitionBase
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.definition.ActivityDefinitionBase on table darwin_def_activity
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.ApprovalActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.AssignmentActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.ClosingActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.CreationActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.EndActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.RevisionActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.StartActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.UpdateActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.activity.WorkActivityDefinition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.RepositoryInfo
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.definition.RepositoryInfo on table darwin_repository_info
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.TeamType
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.definition.TeamType on table darwin_team_type
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.Transition
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.definition.Transition on table darwin_def_transition
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.VersionInfo
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.definition.VersionInfo on table darwin_version_info
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.WorkflowDefinition
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.definition.WorkflowDefinition on table darwin_def_workflow
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.definition.WorkflowState
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.definition.WorkflowState on table darwin_workflow_state
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.ActivityInstanceBase
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.instance.ActivityInstanceBase on table darwin_ins_activity
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.ApprovalActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.AssignmentActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.ClosingActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.CreationActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.EndActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.RevisionActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.StartActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.UpdateActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.activity.WorkActivityInstance
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.darwin.core.workflow.instance.WorkflowInstance
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.darwin.core.workflow.instance.WorkflowInstance on table darwin_ins_workflow
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.dynamicField.DynamicFieldDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.dynamicField.DynamicFieldDef on table dynamic_field_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef on table dynamic_fields_group_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.ExampleObject
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.ExampleObject on table example_object
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.attributes.CustomAttr
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.attributes.CustomAttr on table custom_attr
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.attributes.CustomAttrDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.attributes.CustomAttrDef on table custom_attr_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroup
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroup on table custom_attr_group
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroupDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.attributes.CustomAttrGroupDef on table custom_attr_group_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.attributes.CustomValue
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.attributes.CustomValue on table custom_value
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.HierarchyGroupDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.HierarchyGroupDef on table hierarchy_group_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.HierarchyNodeGroup
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.HierarchyNodeGroup on table hierarchy_node_group
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.HierarchyNodeParentage
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.HierarchyNodeParentage on table hierarchy_node_parentage
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.core.model.hierarchies.HierarchyNodeParentageDef
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.core.model.hierarchies.HierarchyNodeParentageDef on table hierarchy_node_parentage_def
| INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: com.santex.platform.example.dynamicField.DynamicFieldsPojoExample
| INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity com.santex.platform.example.dynamicField.DynamicFieldsPojoExample on table dynamic_fields_pojo_example
| INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: com.santex.darwin.core.workflow.definition.ActivityDefinitionBase.posibleTransitions -> darwin_def_transition
| INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: com.santex.darwin.core.workflow.definition.WorkflowDefinition.activities -> darwin_def_activity
| INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: com.santex.platform.core.model.dynamicField.DynamicFieldsGroupDef.fields -> dynamic_field_def
| WARN org.hibernate.validator.ClassValidator - Original type of property public java.lang.Object com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property public java.lang.Object com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is unbound and has been approximated.
| INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
| INFO org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider - Using provided datasource
| INFO org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 5.0.26-community-nt
| INFO org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.3 ( $Date: 2006-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $, $Revision: 5553 $ )
| INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.MySQLDialect
| INFO org.hibernate.transaction.TransactionFactoryFactory - Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
| INFO org.hibernate.transaction.TransactionManagerLookupFactory - instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
| INFO org.hibernate.transaction.TransactionManagerLookupFactory - instantiated TransactionManagerLookup
| INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
| INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
| INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
| INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
| INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
| INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
| INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto
| INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2
| INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
| INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
| INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
| INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
| INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
| INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
| INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
| INFO org.hibernate.cfg.SettingsFactory - Query cache: enabled
| INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.HashtableCacheProvider
| INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
| INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
| INFO org.hibernate.cfg.SettingsFactory - Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
| INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
| INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
| INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
| INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
| WARN org.hibernate.validator.ClassValidator - Original type of property public java.lang.Object com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is unbound and has been approximated.
| INFO org.hibernate.impl.SessionFactoryImpl - building session factory
| INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
| INFO org.hibernate.tool.hbm2ddl.SchemaValidator - Running schema validator
| INFO org.hibernate.tool.hbm2ddl.SchemaValidator - fetching database metadata
| WARN org.hibernate.validator.ClassValidator - Original type of property public java.lang.Object com.santex.platform.core.model.hierarchies.attributes.CustomValue.getUnWrappedValue() is unbound and has been approximated.
| WARN org.hibernate.validator.ClassValidator - Original type of property value is unbound and has been approximated.
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.app_item
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [command, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.app_item_role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [roles_id, appitems_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.app_user
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [password, credentials_expired, address, province, postal_code, account_locked, last_name, id, version, country, userprofile_id, username, email, password_hint, account_expired, phone_number, first_name, city, website, account_enabled]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_attr
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, attrgroup_id, value_id, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_attr_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [order_in_group, valuetype, id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_attr_group
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_attr_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_attr_group_def_custom_attr_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [custom_attr_group_def_id, attrdefinitions_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.custom_value
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [type, string_value, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_def_activity
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [time_report_required, dynfieldsdef_id, act_type, id, version, estimation_type, plan_type, activity_type, node_id, workflowdefinition_id, name, work_type, workingteamtype]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_def_transition
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [targetactivity_id, initialactivity_id, name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_def_workflow
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [process_definition_id, documentspath_id, creator_id, description, approver_id, state, generalplantype, versioninfo_id, name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_ins_activity
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [fields_values_str, activity_type, fields_group_def_id, end_date, start_date, expected_start_date, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_ins_workflow
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [workflowdef_id, wasstarted, created_date, end_date, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_repository_info
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_team_type
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_version_info
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [label, repositoryinfo_id, id, revision, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.darwin_workflow_state
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.dynamic_field_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [field_order, component, fields_group_def_id, type, required, label, read_only, default_value, name, possible_values_str]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.dynamic_fields_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.dynamic_fields_pojo_example
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [fields_values_str, fields_group_def_id, date, name, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.example_object
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [display_name, id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_group_def_hierarchy_node_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [hierarchy_group_def_id, itemsdef_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, attrgroup_id, id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [display_label, dtype, id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node_def_custom_attr_group_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [hierarchy_node_def_id, attrdefinitions_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node_group
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node_group_hierarchy_node
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [hierarchy_node_group_id, nodes_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node_parentage
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [definition_id, parent_id, child_id, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.hierarchy_node_parentage_def
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [childdef_id, max_children, min_children, display_label, parentdef_id, id, global_key, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [role_name, id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.team_type_role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [darwin_team_type_id, roles_id]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.user_profile
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [user_type, id, version]
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: darwin.user_profile_role
| INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [roles_id, userprofiles_id]
| INFO org.hibernate.util.NamingHelper - JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
| INFO org.hibernate.cache.UpdateTimestampsCache - starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
| INFO org.hibernate.cache.StandardQueryCache - starting query cache at region: org.hibernate.cache.StandardQueryCache
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean: jboss.j2ee:jar=test,name=AppItemManagerImpl,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB: com.santex.darwin.service.security.impl.AppItemManagerImpl ejbName: AppItemManagerImpl
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean: jboss.j2ee:jar=test,name=UploadAction,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB: com.santex.platform.web.home.repository.UploadAction ejbName: UploadAction
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean: persistence.units:jar=santex_platform.jar,unitName=platform with dependencies:
| INFO org.jboss.ejb3.MCKernelAbstraction - AbstractDependencyMetaData@1645b9{dependency=platformDatasource}
| INFO org.jboss.ejb3.MCKernelAbstraction - installing bean: jboss.j2ee:jar=santex_platform,name=UploadAction,service=EJB3 with dependencies:
| INFO org.jboss.ejb3.EJBContainer - STARTED EJB: com.santex.platform.web.home.repository.UploadAction ejbName: UploadAction
| ERROR org.jboss.kernel.plugins.dependency.AbstractKernelController - Error installing to Start: name=jboss.j2ee:jar=santex_platform,name=UploadAction,service=EJB3 state=Create
| javax.naming.NamingException: Could not bind statless proxy with ejb name UploadAction into JNDI under jndiName: /UploadAction/local [Root exception is javax.naming.NameAlreadyBoundException]
| at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:70)
| at org.jboss.ejb3.stateless.StatelessLocalProxyFactory.start(StatelessLocalProxyFactory.java:63)
| at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:107)
| at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
| at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:80)
| 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:55)
| at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:107)
| at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions.dispatchJoinPoint(KernelControllerContextActions.java:100)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions$LifecycleAction.installAction(KernelControllerContextActions.java:582)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions$KernelControllerContextAction.install(KernelControllerContextActions.java:175)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:593)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:346)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:438)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:379)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:225)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:151)
| at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:79)
| at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:73)
| at org.jboss.ejb3.MCKernelAbstraction.install(MCKernelAbstraction.java:91)
| at org.jboss.ejb3.Ejb3Deployment.registerEJBContainer(Ejb3Deployment.java:439)
| at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:486)
| at org.jboss.ejb3.embedded.EJB3StandaloneDeployer.start(EJB3StandaloneDeployer.java:460)
| at org.jboss.seam.core.Ejb.startup(Ejb.java:56)
| 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.seam.util.Reflections.invoke(Reflections.java:18)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:102)
| at org.jboss.seam.Component.callComponentMethod(Component.java:1791)
| at org.jboss.seam.Component.callCreateMethod(Component.java:1739)
| at org.jboss.seam.Component.newInstance(Component.java:1728)
| at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:152)
| at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:126)
| at org.jboss.seam.init.Initialization.init(Initialization.java:430)
| at org.jboss.seam.mock.SeamTest.init(SeamTest.java:686)
| 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.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:623)
| at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:336)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:170)
| at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:86)
| at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163)
| at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:115)
| at org.testng.TestRunner.runWorkers(TestRunner.java:665)
| at org.testng.TestRunner.privateRun(TestRunner.java:636)
| at org.testng.TestRunner.run(TestRunner.java:513)
| at org.testng.SuiteRunner.runTest(SuiteRunner.java:279)
| at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:264)
| at org.testng.SuiteRunner.privateRun(SuiteRunner.java:244)
| at org.testng.SuiteRunner.run(SuiteRunner.java:168)
| at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:989)
| at org.testng.TestNG.runSuitesLocally(TestNG.java:953)
| at org.testng.TestNG.run(TestNG.java:701)
| at org.testng.TestNG.privateMain(TestNG.java:1021)
| at org.testng.TestNG.main(TestNG.java:999)
| Caused by: javax.naming.NameAlreadyBoundException
| at org.jnp.server.NamingServer.bind(NamingServer.java:144)
| at org.jnp.server.NamingServer.bind(NamingServer.java:109)
| at org.jnp.interfaces.NamingContext.bind(NamingContext.java:567)
| at org.jnp.interfaces.NamingContext.bind(NamingContext.java:532)
| at org.jboss.util.naming.Util.bind(Util.java:102)
| at org.jboss.util.naming.Util.bind(Util.java:89)
| at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:67)
| ... 64 more
| INFO org.jboss.seam.contexts.Lifecycle - starting up: org.jboss.seam.core.jbpm
| INFO org.jbpm.JbpmConfiguration - using jbpm configuration resource 'jbpm.cfg.xml'
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - Creating Persistence Service
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - Creating AnnotationConfiguration
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - XML configuration file = persistence-jbpm.xml
| INFO com.santex.darwin.core.workflow.extended.CustomPersistenceServiceFactory - Resource file = null
| INFO org.hibernate.cfg.Configuration - configuring from resource: persistence-jbpm.xml
| INFO org.hibernate.cfg.Configuration - Configuration resource: persistence-jbpm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/db/hibernate.queries.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Node.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Transition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Event.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/Action.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/SuperState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/def/ExceptionHandler.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/instantiation/Delegation.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/StartState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/EndState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/ProcessState.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/Decision.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/Fork.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/Join.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/State.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/node/TaskNode.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/def/ContextDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/def/VariableAccess.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/Swimlane.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/Task.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/def/TaskController.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/module/def/ModuleDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/bytes/ByteArray.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/file/def/FileDefinition.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/Comment.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/ProcessInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/Token.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/graph/exe/RuntimeAction.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/module/exe/ModuleInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/ContextInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/TokenVariableMap.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/VariableInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/msg/Message.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/msg/db/TextMessage.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/ExecuteActionCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/ExecuteNodeCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/SignalCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/command/TaskInstanceEndCommand.hbm.xml
| INFO org.hibernate.cfg.Configuration - Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskMg
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996473#3996473
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996473
19 years, 7 months