[JBoss JIRA] Created: (JBPM-2005) IzPack distribution does not contain all examples
by Thomas Diesler (JIRA)
IzPack distribution does not contain all examples
-------------------------------------------------
Key: JBPM-2005
URL: https://jira.jboss.org/jira/browse/JBPM-2005
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Installer
Affects Versions: jBPM 3.2.5 GA
Reporter: Thomas Diesler
Fix For: jBPM 3.2.7 GA
The examples run but are not part of the distribution
[tdiesler@tdvaio jbpm-3.2.4.GA]$ cd modules/examples/
[tdiesler@tdvaio examples]$ mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss jBPM3 - Examples
[INFO] task-segment: [test]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 30 source files to /home/tdiesler/svn/jbpm/jbpm3/tags/jbpm-3.2.4.GA/modules/examples/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/tdiesler/svn/jbpm/jbpm3/tags/jbpm-3.2.4.GA/modules/examples/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jbpm.examples.mail.MailTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.741 sec
Running org.jbpm.examples.context.ContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec
Running org.jbpm.examples.websale.WebsaleTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.153 sec
Running org.jbpm.examples.rulesaction.RulesActionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.543 sec
Running org.jbpm.examples.action.ActionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.jbpm.examples.taskinstance.CustomTaskInstanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 sec
Running org.jbpm.examples.taskmgmt.TaskAssignmentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.jbpm.examples.raise.RaiseRequestTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 sec
Running org.jbpm.examples.assignment.RulesAssignmentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 sec
Running org.jbpm.examples.businesstrip.BusinessTripRequestTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 sec
Running org.jbpm.examples.door.DoorProcessTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.jbpm.examples.door.DoorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Results :
Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29 seconds
[INFO] Finished at: Fri Jan 30 15:25:46 CET 2009
[INFO] Final Memory: 14M/49M
[INFO] ------------------------------------------------------------------------
--
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, 10 months
[JBoss JIRA] Created: (JBPM-2018) StringInstance hbm configuration column length of 4000
by Thomas Diesler (JIRA)
StringInstance hbm configuration column length of 4000
------------------------------------------------------
Key: JBPM-2018
URL: https://jira.jboss.org/jira/browse/JBPM-2018
Project: JBoss jBPM
Issue Type: Bug
Affects Versions: jBPM 3.2.2
Reporter: Kevin Conner
Assignee: Tom Baeyens
Fix For: jBPM 3.2.3, SOA 4.2 CP02
The reason for the discrepancy in the generated DDL files appears to be a conflict between the hibernate definitions for HibernateStringInstance.hbm.xml, StringInstance.hbm.xml and (potentially) JcrNodeInstance.hbm.xml.
Each of these VariableInstance subclasses map entries onto the JBPM_VARIABLEINSTANCE using the same field, STRINGVALUE_, but only StringInstance.hbm.xml specifies the length. The length is obviously being ignored when the DDL files are created as the HIbernateStringInstance.hbm.xml is being loaded first.
--
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, 10 months