[JBoss JIRA] Created: (JBPM-982) oracle : one single sequence for all jbpm tables
by Adrian Dimulescu (JIRA)
oracle : one single sequence for all jbpm tables
------------------------------------------------
Key: JBPM-982
URL: http://jira.jboss.com/jira/browse/JBPM-982
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM jPDL 3.2
Environment: jBPM persisted in Oracle database
Reporter: Adrian Dimulescu
Assigned To: Tom Baeyens
Fix For: jBPM jPDL 3.2.1
In order to generate table ids on Oracle, the hibernate-generated DDL specifies one single sequence :
create sequence hibernate_sequence;
That means that successive values for, say, deployed processes JBPM_TASK can be as far away from each other as 1 from 15000 (given that the same sequence generator is used for the lines in the JBPM_LOG table too).
The IDs do have business meaning, at least as far as the JBPM console is concerned : the ID's are shown there in order to identify processes, tasks etc. That may be confusing for users as they may wonder whatever happened to the tasks between 19 (last he solved) and 57 (the next one).
Ronald van Kuijk says: jbpm 3.2.1 (don't know about 3.2) has a real business key. That could/should be used in the next console.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Created: (JBPM-996) Add ESB Service Node to jpdl and jpdl-designer
by Jeff DeLong (JIRA)
Add ESB Service Node to jpdl and jpdl-designer
----------------------------------------------
Key: JBPM-996
URL: http://jira.jboss.com/jira/browse/JBPM-996
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Environment: The ESB has an ESBActionHandler that can be manually configured at each node representing an ESB service in a jPDL processdefinition. A new node type of service-node, that is supported through the jpdl designer, would make it easier for the user to add these sevices, as the designer would know what properties are required for the user to provide.
A nice thing about the ESB from a jBPM perspective (and an ESB Service Node) is that it gives jBPM access to practically any type of service through the same node-type, e.g., web services, rule services, jms queues, file transfer services, etc. So if jBPM has a service node, it eliminates the need to create lots of other specialized node types in jBPM, and less of a need for customers to create custom action handlers.
Reporter: Jeff DeLong
Assigned To: Tom Baeyens
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Created: (JBPM-989) test suite fails when no ${custom.db.config} defined
by Aleksandar Kostadinov (JIRA)
test suite fails when no ${custom.db.config} defined
----------------------------------------------------
Key: JBPM-989
URL: http://jira.jboss.com/jira/browse/JBPM-989
Project: JBoss jBPM
Issue Type: Bug
Reporter: Aleksandar Kostadinov
Assigned To: Tom Baeyens
When test suite is run without specifying custom database config with the custom.db.config variable it fails with the error below. The test org.jbpm.taskmgmt.exe.TaskVariablesTest fails the build as it doesn't find the /home/hudson/static_build_env/jbpm/dbtests/driver/${custom.db.config} directory.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBuildingTheSources does say one need to set this variable only in case he's trying to test against a non-default database.
------ BUILD LOG ---------
customize.db.config:
test:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBPM.3/jpdl/jar/target/test.results/xml
[echo] tweaked tests non persistent tests
[junit] Running org.jbpm.taskmgmt.exe.TaskVariablesTest
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBPM.3/build/build.xml:42:
The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBPM.3/jpdl/jar/build.xml:143:
/home/hudson/static_build_env/jbpm/dbtests/driver/${custom.db.config}
not found.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Created: (JBPM-978) <mail tag text attribute does not allow html content. Secondly no "CC" attribute in the mail tag
by Naseem Khan (JIRA)
<mail tag text attribute does not allow html content. Secondly no "CC" attribute in the mail tag
------------------------------------------------------------------------------------------------
Key: JBPM-978
URL: http://jira.jboss.com/jira/browse/JBPM-978
Project: JBoss jBPM
Issue Type: Bug
Components: BPEL
Affects Versions: jBPM jPDL 3.2
Environment: Operating System: Windows 2000 professional
Java 1.5, jboss server: jboss-4.0.4
JBPM runtime: jbpm-jpdl-3.2.GA
Reporter: Naseem Khan
Assigned To: Tom Baeyens
In jbpm email support, html formatting is not working.
<event type="node-leave">
<mail name="M_MailAction" actors="user(bert)"
to="#{Mail}"
template="jbpm.mail.templates.xml"
subject="Approval Mail to Admin"
text="Travel Approval Form:<b>EmployeeId:</b>#{EmployeeId}"/>
</event>
Now in the text attribute, html tag is not working. At the time of process deployment following exception occurred:
org.jbpm.jpdl.JpdlException: [[FATAL] line 28: The value of attribute "text" associated with an element type "mail" must not contain the '<' character., [ERROR] couldn't parse process definition]
org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:173)
org.jbpm.jpdl.par.JpdlArchiveParser.readFromArchive(JpdlArchiveParser.java:51)
org.jbpm.jpdl.par.ProcessArchive.parseProcessDefinition(ProcessArchive.java:81)
org.jbpm.graph.def.ProcessDefinition.parseParZipInputStream(Unknown Source)
org.jbpm.webapp.servlet.ProcessUploadServlet.doDeployArchive(Unknown Source)
org.jbpm.webapp.servlet.ProcessUploadServlet.handleRequest(Unknown Source)
org.jbpm.webapp.servlet.ProcessUploadServlet.service(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
Secondly there is no cc attribute in the mail tag.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months