[JBoss JIRA] Created: (JBPM-3053) Class path contains multiple SLF4J bindings.
by Michał K (JIRA)
Class path contains multiple SLF4J bindings.
--------------------------------------------
Key: JBPM-3053
URL: https://issues.jboss.org/browse/JBPM-3053
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Michał K
Assignee: Kris Verlaenen
Priority: Minor
I've installed and started jbpm 5.0. In jboss-5.1.0.GA/server/default/log/server.log i have:
2011-02-11 21:48:34,798 ERROR [STDERR] (main) SLF4J: Class path contains multiple SLF4J bindings.
2011-02-11 21:48:34,821 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/opt/jbpm-5.0.0/jbpm-installer/jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar/org/slf4j/impl/StaticLoggerBinder.class]
2011-02-11 21:48:34,821 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/opt/jbpm-5.0.0/jbpm-installer/jboss-5.1.0.GA/server/default/deploy/drools-guvnor.war/WEB-INF/lib/slf4j-log4j12-1.6.0.jar/org/slf4j/impl/StaticLoggerBinder.class]
2011-02-11 21:48:34,821 ERROR [STDERR] (main) SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBPM-3055) jbpm.persistence.JbpmPersistenceException: couldn't assign id to org.jbpm.graph.exe.ProcessInstance
by 威 宋 (JIRA)
jbpm.persistence.JbpmPersistenceException: couldn't assign id to org.jbpm.graph.exe.ProcessInstance
---------------------------------------------------------------------------------------------------
Key: JBPM-3055
URL: https://issues.jboss.org/browse/JBPM-3055
Project: jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: jBPM 3.2.2
Environment: eclipse
Reporter: 威 宋
Assignee: Kris Verlaenen
Fix For: jBPM 3.2.x
I've been got this exception
org.jbpm.persistence.JbpmPersistenceException: couldn't assign id to org.jbpm.graph.exe.ProcessInstance@1db8d2b
at org.jbpm.persistence.db.DbPersistenceService.assignId(DbPersistenceService.java:226)
at org.jbpm.svc.Services.assignId(Services.java:235)
at org.jbpm.graph.exe.ProcessInstance.<init>(ProcessInstance.java:95)
at com.forgon.workflow.util.WorkflowUtil.initProcessInstance(WorkflowUtil.java:207)
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:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy58.initProcessInstance(Unknown Source)
at com.forgon.csair.training.traininginstance.controller.TrainingInstanceFormController.onBind(TrainingInstanceFormController.java:73)
at org.springframework.web.servlet.mvc.BaseCommandController.bindAndValidate(BaseCommandController.java:392)
at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:263)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
is there anyone can help me with this question?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBPM-3056) jbpm-workitems dependens on snapshot
by Michał K (JIRA)
jbpm-workitems dependens on snapshot
-------------------------------------
Key: JBPM-3056
URL: https://issues.jboss.org/browse/JBPM-3056
Project: jBPM
Issue Type: Release
Security Level: Public (Everyone can see)
Reporter: Michał K
Assignee: Kris Verlaenen
{code}
<parent>
<artifactId>jbpm</artifactId>
<groupId>org.jbpm</groupId>
<version>5.0.0</version>
</parent>
<artifactId>jbpm-workitems</artifactId>
<packaging>jar</packaging>
<name>jBPM :: WorkItems</name>
...
<!-- Commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-finder</artifactId>
<version>1.0-20080905.033643-1</version>
</dependency>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBPM-3046) Seqeunce Flow is missing constraints and name in Eclipse plugin
by Odelya Holiday (JIRA)
Seqeunce Flow is missing constraints and name in Eclipse plugin
---------------------------------------------------------------
Key: JBPM-3046
URL: https://issues.jboss.org/browse/JBPM-3046
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Designer, Eclipse
Affects Versions: jBPM 5.0 CR1
Reporter: Odelya Holiday
Assignee: Kris Verlaenen
When I open bpmn or bpmn2 file with bpmn process editor in Eclipse, and choose the flow editor - the visual parameters as name and constraint do not appear in properties.
I have to open it with text editor to change it.
I am using the plugin that came with the installer - jbpm model tools version3.2
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months