[JBoss JIRA] Created: (JBPM-2539) With process definition attached, process doesn't get ended and it is going in Wait state. More details are put in the description
by Makarand Kulkarni (JIRA)
With process definition attached, process doesn't get ended and it is going in Wait state. More details are put in the description
----------------------------------------------------------------------------------------------------------------------------------
Key: JBPM-2539
URL: https://jira.jboss.org/jira/browse/JBPM-2539
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Console, Runtime Engine
Affects Versions: jBPM 4.0
Environment: jBPM 4.0, JBOSS 5.0.0 GA, GPD ( that comes with jBPM 4.0 GA )
Reporter: Makarand Kulkarni
Attachments: task-normal.jpdl.xml
1. Process definition ( designed with GPD ) with start state - task with form - java task - end is not getting completed. After "task with form", it is not going into java task. Instead it is giving me error
"19:21:30,290 INFO [TaskActivity] No outcome named 'null' was found.The process instance is now suspended."
Point to mention here is that i am running process using jbpm-console ( GWT console ) that comes with jBPM 4.0 GA
2. I can't see any way to associate form with Process task in GPD that comes with jBPM 4.0 GA
---
Attaching process definition :
<?xml version="1.0" encoding="UTF-8"?>
<process name="task-normal" xmlns="http://jbpm.org/4.0/jpdl">
<start g="177,90,48,48" name="start">
<transition to="Give Details" name="to_details" g="-5,-18"/>
</start>
<task assignee="peter" form="tcs/com/java/givedetails.ftl" g="148,198,128,46" name="Give Details">
<transition g="-5,-18" name="to_java1" to="java1"/>
</task>
<java class="tcs.com.java.first" g="168,325,89,49" method="hello" name="java1" var="ret1">
<transition to="end"/>
</java>
<end g="181,433,78,49" name="end"/>
</process>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBPM-2477) Problems with indexes in jbpm.history.hbm.xml
by Michael Wohlfart (JIRA)
Problems with indexes in jbpm.history.hbm.xml
---------------------------------------------
Key: JBPM-2477
URL: https://jira.jboss.org/jira/browse/JBPM-2477
Project: jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.0
Environment: Ubuntu 9.04
Oracle JDBC Driver version - "11.1.0.6.0-Production+"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Oracle Database 10g Express Edition Release 10.2.0.1.0
Reporter: Michael Wohlfart
problem with indexes already indexed when running jbpm.oracle.create.sql:
create.jbpm.schema:
[sql] Executing resource: C:\SEAM\jbpm-4.0\db\schema.scripts\jbpm.oracle.create.sql
[sql] Failed to execute: create index IDX_HDETAIL_HACTI on JBPM4_HIST_DETAIL (HACTI_)
[sql] java.sql.SQLException: ORA-01408: such column list already indexed
[sql] Failed to execute: create index IDX_HDETAIL_HPROCI on JBPM4_HIST_DETAIL (HPROCI_)
[sql] java.sql.SQLException: ORA-01408: such column list already indexed
[sql] Failed to execute: create index IDX_HDET_HVAR on JBPM4_HIST_DETAIL (HVAR_)
[sql] java.sql.SQLException: ORA-01408: such column list already indexed
[sql] Failed to execute: create index IDX_HDET_HTASK on JBPM4_HIST_DETAIL (HTASK_)
[sql] java.sql.SQLException: ORA-01408: such column list already indexed
[sql] 76 of 80 SQL statements executed successfully
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBPM-2592) Provide easy deployment panel like we used to have in previous version
by Carl Allain (JIRA)
Provide easy deployment panel like we used to have in previous version
----------------------------------------------------------------------
Key: JBPM-2592
URL: https://jira.jboss.org/jira/browse/JBPM-2592
Project: jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: GPD
Affects Versions: jBPM 4.1
Environment: All jBPM 4 Tools Features 4.1.0.v200908252230-775-A0I8_GOdN2MrX_LVTDTlIAAj org.jboss.tools.jbpm4.sdk.feature.feature.group
jBPM 4 Graphical Editor and Tools 1.1.0.v200908252230-31-8s733L3J7D7793 org.jboss.tools.flow.jpdl4.feature.feature.group
jBPM 4 Graphical Editor and Tools Sources 1.1.0.v200908252230-31-8s733L3J7D7793 org.jboss.tools.flow.jpdl4.source.feature.feature.group
Windows XP, SP3
Reporter: Carl Allain
Priority: Minor
I can't see the deployment tab in the process definition view and it seems we have deployment via ant tasks only now? Why have removed the feature? We used to have such a tab in the JBPM designer 3.x.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBPM-2615) Update hibernate-type process variables via form template
by Mark Roy (JIRA)
Update hibernate-type process variables via form template
---------------------------------------------------------
Key: JBPM-2615
URL: https://jira.jboss.org/jira/browse/JBPM-2615
Project: jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.1
Environment: JBoss 5.0GA on Windows
Reporter: Mark Roy
In the Freemarker template attached to my task node, if I have a form field that references a process variable of a simple type, String e.g.,
[input type="text" name="stringProcVar" value="${stringProcVar}"]
the process variable stringProcVar is updated on form submit. However, if I have a form field that references 'objvar', a process variable that is of type 'hibernate entity with a string id':
[input type="text" name="objvar.property" value="${objvar.property}"]
the properties of 'objvar' are displayed correctly in the form. However, updates to the value (input field on form post) do not update objvar's properties. Instead, a new process variable is created:
(server.log)
DEBUG [org.jbpm.pvm.internal.model.ScopeInstanceImpl] (http-127.0.0.1-8080-5) create variable 'objvar.property' in 'execution[ESP-9]' with value 'abc123'
It would be *nice* if the form processor would update the 'property' on the existing variable 'objvar' and then update (persist) objvar.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBPM-2545) Signavio installation causes server errors
by petitgitan (JIRA)
Signavio installation causes server errors
------------------------------------------
Key: JBPM-2545
URL: https://jira.jboss.org/jira/browse/JBPM-2545
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.1
Environment: Mac OS X, version 10.5.8
Reporter: petitgitan
Ran the following sequence using the distribution's <build.xml>:
ant reinstall.jboss
ant install.jbpm.into.jboss
ant install.signavio.into.jboss
Starting jboss results in the error below, after which the server seems unresponsive (http://localhost:8080 gets no response).
10:46:47,926 ERROR [ProfileServiceBootstrap] Failed to load profile:
org.jboss.deployers.spi.DeploymentException: Unable to find class path entry ClassPathEntryImpl{path=signavio/WEB-INF/lib/batik-extension.jar} from batik-rasterizer-ext.jar
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.deployers.vfs.plugins.structure.VFSStructureBuilder.applyContextInfo(VFSStructureBuilder.java:184)
at org.jboss.deployers.structure.spi.helpers.AbstractStructureBuilder.populateContext(AbstractStructureBuilder.java:73)
at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:89)
at org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:853)
at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:303)
at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:260)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:303)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.io.IOException: Child not found signavio/WEB-INF/lib/batik-extension.jar for DelegatingHandler(a)9922466[path=signavio/WEB-INF/lib/batik-rasterizer-ext.jar context=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/ real=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/signavio/WEB-INF/lib/batik-rasterizer-ext.jar], available children: [ZipEntryHandler(a)1363432[path=signavio/WEB-INF/lib/batik-rasterizer-ext.jar/META-INF context=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/ real=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/signavio/WEB-INF/lib/batik-rasterizer-ext.jar/META-INF]]
at org.jboss.virtual.VirtualFile.findChild(VirtualFile.java:431)
at org.jboss.deployers.vfs.plugins.structure.VFSStructureBuilder.applyContextInfo(VFSStructureBuilder.java:180)
... 11 more
10:46:47,927 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 11s:432ms
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month