Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 925151 Details for
Bug 1126422
Database schema compatibility broken: BPMS 6.0 -> 6.1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
performance framework patch
6.1.x-patch.txt (text/plain), 2.95 KB, created by
Maciej Swiderski
on 2014-08-08 10:17:22 UTC
(
hide
)
Description:
performance framework patch
Filename:
MIME Type:
Creator:
Maciej Swiderski
Created:
2014-08-08 10:17:22 UTC
Size:
2.95 KB
patch
obsolete
>diff --git a/pom.xml b/pom.xml >index f040bca..d590ae7 100644 >--- a/pom.xml >+++ b/pom.xml >@@ -407,16 +407,16 @@ > <groupId>org.jbpm</groupId> > <artifactId>jbpm-shared-services</artifactId> > </dependency> >- <dependency> >- <groupId>org.jbpm</groupId> >- <artifactId>jbpm-test</artifactId> >- <exclusions> >- <exclusion> >- <artifactId>btm</artifactId> >- <groupId>org.codehaus.btm</groupId> >- </exclusion> >- </exclusions> >- </dependency> >+ <!--<dependency>--> >+ <!--<groupId>org.jbpm</groupId>--> >+ <!--<artifactId>jbpm-test</artifactId>--> >+ <!--<exclusions>--> >+ <!--<exclusion>--> >+ <!--<artifactId>btm</artifactId>--> >+ <!--<groupId>org.codehaus.btm</groupId>--> >+ <!--</exclusion>--> >+ <!--</exclusions>--> >+ <!--</dependency>--> > > <!-- persistence --> > <dependency> >diff --git a/src/main/filtered-resources/META-INF/persistence.xml b/src/main/filtered-resources/META-INF/persistence.xml >index 2e31941..ab8da66 100644 >--- a/src/main/filtered-resources/META-INF/persistence.xml >+++ b/src/main/filtered-resources/META-INF/persistence.xml >@@ -11,6 +11,7 @@ > <jta-data-source>jdbc/jbpm-ds</jta-data-source> > <mapping-file>META-INF/JBPMorm.xml</mapping-file> > <mapping-file>META-INF/Taskorm.xml</mapping-file> >+ <mapping-file>META-INF/TaskAuditorm.xml</mapping-file> > <class>org.drools.persistence.info.SessionInfo</class> > <class>org.jbpm.persistence.processinstance.ProcessInstanceInfo</class> > <class>org.drools.persistence.info.WorkItemInfo</class> >@@ -49,6 +50,8 @@ > <!-- Event Classes --> > <class>org.jbpm.services.task.audit.impl.model.TaskEventImpl</class> > >+ <class>org.jbpm.services.task.audit.impl.model.AuditTaskImpl</class> >+ > <exclude-unlisted-classes>true</exclude-unlisted-classes> > > <properties> >diff --git a/src/main/java/com/bpms/flood/util/SessionManagementUtil.java b/src/main/java/com/bpms/flood/util/SessionManagementUtil.java >index 0b61aad..c4020e4 100644 >--- a/src/main/java/com/bpms/flood/util/SessionManagementUtil.java >+++ b/src/main/java/com/bpms/flood/util/SessionManagementUtil.java >@@ -80,6 +80,7 @@ public class SessionManagementUtil { > throw new IllegalStateException("Unknown auditLogging option: " > + params.get("auditLogging")); > } >+ builder.entityManagerFactory(contextMap.get(EnvironmentName.ENTITY_MANAGER_FACTORY)); > } else if ("enabledInMemory".equals(params.get("sessionPersistence"))) { > contextMap = PersistenceUtil.setupWithPoolingDataSource( > "org.jbpm.persistence.jpa", "jdbc/jbpm-ds"); >diff --git a/src/main/resources/jndi.properties b/src/main/resources/jndi.properties >new file mode 100644 >index 0000000..5d3c598 >--- /dev/null >+++ b/src/main/resources/jndi.properties >@@ -0,0 +1 @@ >+java.naming.factory.initial=bitronix.tm.jndi.BitronixInitialContextFactory >\ No newline at end of file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1126422
:
923860
| 925151