[JBoss JIRA] Created: (JBPM-2274) It is not possible to define variable mapping in jBPM process editor Created: 08/Jan/08 04:26 AM Updated: 10/Mar/09 05:41 AM
by Trevor Kirby (JIRA)
It is not possible to define variable mapping in jBPM process editor Created: 08/Jan/08 04:26 AM Updated: 10/Mar/09 05:41 AM
-------------------------------------------------------------------------------------------------------------------------------
Key: JBPM-2274
URL: https://jira.jboss.org/jira/browse/JBPM-2274
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Environment: Environment: FC7/Eclipse Europa/jPDL Designer 3.1.0.SP1
Reporter: Trevor Kirby
Assignee: Tom Baeyens
It is not possible to edit XML content of bpmToEsbVars and esbToBpmVars elements.
This now requires to edit process definition twice - once in graphical designer and second time in text editor to define mapping. This is very inconveniet for user as he frequently lose process arrangement as it is rearranged after this modification.
1) I do not know if the jPDL designer supports editation of nested XML element
2) If he supports it then we should find out if this is problem of only one platform or general deficiency
--
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, 3 months
[JBoss JIRA] Created: (JBPM-2140) the "version" of the processDefinition in db is a Long type not a Sting type
by fang changjiang (JIRA)
the "version" of the processDefinition in db is a Long type not a Sting type
--------------------------------------------------------------------------------
Key: JBPM-2140
URL: https://jira.jboss.org/jira/browse/JBPM-2140
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: PVM
Affects Versions: jBPM 4.0.0.Beta1
Environment: WINDOWS XP Eclipse JBOSS AS 4.2.2GA jbpm 4.0.0 Trunk
Reporter: fang changjiang
when I call ExecutionService.startProcessInstanceById() , I meet a Exception
"
exception while executing command org.jbpm.pvm.internal.cmd.StartProcessInstanceCmd@f9d4f7
java.lang.ClassCastException: java.lang.Long
at org.jbpm.jpdl.internal.repository.JpdlDeployer.deploy(JpdlDeployer.java:72)
"
so I debug this call process, I find the root cause of the exception is in this segment
"
String version = (String) deployment.getObjectProperty(processDefinitionName, KEY_VERSION);
"
I find in the "jbpm.repository.hbm.xml" have " <property name="longValue" column="LONGVAL_" /> " map.
I find in DeploymentProperty class the longValue is long type .
so the Long type can't cast to String
--
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, 3 months
[JBoss JIRA] Created: (JBPM-2276) net.sf.xframe.xsddoc.ProcessorException in jBPM4 with maven 2.1.0
by Jeff Yu (JIRA)
net.sf.xframe.xsddoc.ProcessorException in jBPM4 with maven 2.1.0
-----------------------------------------------------------------
Key: JBPM-2276
URL: https://jira.jboss.org/jira/browse/JBPM-2276
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.0.0.Beta2
Reporter: Jeff Yu
By installing the maven 2.1.0, and then run:
mvn clean install -Pschemadoc, you will have following exceptions:
(With maven 2.0.9, I don't see this error)
Caused by: java.io.FileNotFoundException: /local/works/jbpm4-idm/modules/api/local/works/jbpm4-idm/modules/api/src/main/resources/jpdl-4.0.xsd (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:973)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:184)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:798)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:250)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:292)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:146)
at net.sf.xframe.xsddoc.Processor.getDocument(Processor.java:1253)
at net.sf.xframe.xsddoc.Processor.processImport(Processor.java:990)
at net.sf.xframe.xsddoc.Processor.processComponent(Processor.java:779)
at net.sf.xframe.xsddoc.Processor.processComponents(Processor.java:747)
at net.sf.xframe.xsddoc.Processor.process(Processor.java:719)
at net.sf.xframe.xsddoc.Processor.process(Processor.java:691)
at net.sf.xframe.xsddoc.Processor.execute(Processor.java:525)
... 25 more
Caused by: java.io.FileNotFoundException: /local/works/jbpm4-idm/modules/api/local/works/jbpm4-idm/modules/api/src/main/resources/jpdl-4.0.xsd (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:973)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:184)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:798)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:250)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:292)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:146)
at net.sf.xframe.xsddoc.Processor.getDocument(Processor.java:1253)
at net.sf.xframe.xsddoc.Processor.processImport(Processor.java:990)
at net.sf.xframe.xsddoc.Processor.processComponent(Processor.java:779)
at net.sf.xframe.xsddoc.Processor.processComponents(Processor.java:747)
at net.sf.xframe.xsddoc.Processor.process(Processor.java:719)
at net.sf.xframe.xsddoc.Processor.process(Processor.java:691)
at net.sf.xframe.xsddoc.Processor.execute(Processor.java:525)
... 25 more
--
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, 3 months