[JBoss JIRA] Created: (JBPM-1127) enterprise module testable against different databases
by Aleksandar Kostadinov (JIRA)
enterprise module testable against different databases
------------------------------------------------------
Key: JBPM-1127
URL: http://jira.jboss.com/jira/browse/JBPM-1127
Project: JBoss jBPM
Issue Type: Task
Affects Versions: jBPM 3.2.2 SOA 1
Reporter: Aleksandar Kostadinov
Assigned To: Tom Baeyens
Fix For: jBPM 3.2.2 SOA 1
jpdl module is testable against databases. identity module can be tested with different databases just altering the classpath to point to the database configuration.
Now enterprise module can't be tested with different DB other than hsqldb that easy. The immediate problem is calling the package target in the jboss/configuration directory where it generates hypersonic database script by default. Changing the classpath of the JBPM taskdef task in jpdl/examples/build.xml to include database driver and database configuration produces an error:
/qa/services/hudson/hudson_workspace/workspace/jboss-soa-platform-JBPM.3-testsuite/jbpm.3/jpdl/examples/build.xml:167: /qa/services/hudson/hudson_workspace/workspace/jboss-soa-platform-JBPM.3-testsuite/jbpm.3/jpdl/examples/target/db not found.
So obviously changes to jpdl/examples will be needed as well database driver will need to be included into the generated package and I don't know what else.
We need that change to test the SOA-P distribution of JBPM against the supported databases so the change needs to be applied to the SOA-P branch.
--
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
17 years, 10 months
[JBoss JIRA] Assigned: (JBPM-1228) remove compiler warnings
by Alejandro Guizar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-1228?page=all ]
Alejandro Guizar reassigned JBPM-1228:
--------------------------------------
Assignee: Alejandro Guizar
> remove compiler warnings
> ------------------------
>
> Key: JBPM-1228
> URL: http://jira.jboss.com/jira/browse/JBPM-1228
> Project: JBoss jBPM
> Issue Type: Task
> Components: PVM
> Reporter: Tom Baeyens
> Assigned To: Alejandro Guizar
>
> [javac] /qa/services/hudson/hudson_workspace/workspace/jbpm-pvm-jdk5/pvm/src/java/org/jbpm/pvm/internal/ejb/CommandReceiverMDB.java:182: warning: unmappable character for encoding UTF8
> [javac] * control must be performed - see ejb 2.1 ?17.3.5
> [javac] ^
> [javac] /qa/services/hudson/hudson_workspace/workspace/jbpm-pvm-jdk5/pvm/src/java/org/jbpm/pvm/internal/ejb/EnterpriseTimerSession.java:68: warning: unmappable character for encoding UTF8
> [javac] * EJB 2.1 ?22.4.4 If an entity bean is removed, the container must remove
> [javac] ^
--
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
17 years, 10 months
[JBoss JIRA] Resolved: (JBPM-1228) remove compiler warnings
by Alejandro Guizar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-1228?page=all ]
Alejandro Guizar resolved JBPM-1228.
------------------------------------
Resolution: Done
Replaced the section character '§' by the word "section".
> remove compiler warnings
> ------------------------
>
> Key: JBPM-1228
> URL: http://jira.jboss.com/jira/browse/JBPM-1228
> Project: JBoss jBPM
> Issue Type: Task
> Components: PVM
> Reporter: Tom Baeyens
> Assigned To: Alejandro Guizar
>
> [javac] /qa/services/hudson/hudson_workspace/workspace/jbpm-pvm-jdk5/pvm/src/java/org/jbpm/pvm/internal/ejb/CommandReceiverMDB.java:182: warning: unmappable character for encoding UTF8
> [javac] * control must be performed - see ejb 2.1 ?17.3.5
> [javac] ^
> [javac] /qa/services/hudson/hudson_workspace/workspace/jbpm-pvm-jdk5/pvm/src/java/org/jbpm/pvm/internal/ejb/EnterpriseTimerSession.java:68: warning: unmappable character for encoding UTF8
> [javac] * EJB 2.1 ?22.4.4 If an entity bean is removed, the container must remove
> [javac] ^
--
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
17 years, 10 months