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 607194 Details for
Bug 852044
Cannot view human task list on EAP 6.0 with Hibernate 4 and PostgreSQL due to: org.postgresql.util.PSQLException: Large Objects may not be used in auto-commit mode.
[?]
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.
business-central-server persistence.xml
file_852044.txt (text/plain), 1.96 KB, created by
Jiri Svitak
on 2012-08-27 12:29:55 UTC
(
hide
)
Description:
business-central-server persistence.xml
Filename:
MIME Type:
Creator:
Jiri Svitak
Created:
2012-08-27 12:29:55 UTC
Size:
1.96 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8" standalone="yes"?> ><persistence > version="2.0" > xsi:schemaLocation= > "http://java.sun.com/xml/ns/persistence > http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd > http://java.sun.com/xml/ns/persistence/orm > http://java.sun.com/xml/ns/persistence/orm_2_0.xsd" > xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns="http://java.sun.com/xml/ns/persistence"> > > <persistence-unit name="org.jbpm.persistence.jpa" transaction-type="JTA"> > <provider>org.hibernate.ejb.HibernatePersistence</provider> > <jta-data-source>java:jboss/datasources/brms530DS</jta-data-source> > > <mapping-file>META-INF/JBPMorm-JPA2.xml</mapping-file> > > <!-- needs to be disabled for JPA 2: --> > <!--<mapping-file>META-INF/JBPMorm.xml</mapping-file>--> > <!--<mapping-file>META-INF/ProcessInstanceInfo.hbm.xml</mapping-file>--> > > <class>org.jbpm.persistence.processinstance.ProcessInstanceInfo</class> > <class>org.drools.persistence.info.SessionInfo</class> > <class>org.drools.persistence.info.WorkItemInfo</class> > <class>org.jbpm.process.audit.ProcessInstanceLog</class> > <class>org.jbpm.process.audit.NodeInstanceLog</class> > <class>org.jbpm.process.audit.VariableInstanceLog</class> > <properties> > <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/> > <property name="hibernate.max_fetch_depth" value="3"/> > <property name="hibernate.hbm2ddl.auto" value="update" /> > <property name="hibernate.show_sql" value="false" /> > <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" /> > <!--<property name="hibernate.transaction.manager_lookup_class" > value="org.jbpm.JBPMTransactionManager" />--> > </properties> > </persistence-unit> > ></persistence>
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 852044
:
607193
| 607194 |
607195
|
607197
|
607237
|
615296