Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.9
-
Fix Version/s: 5.10
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu 11.10 with postgresql-9.1-901.jdbc4 and postgres 9.1.1
-
Number of attachments :
Description
When I try to browse table contents in Activiti-explorer Management / Database, I only see empty tables. I suppose that it has something to do with database / transactions parameters, but I'm not sure. I use the standard "webapps/activiti-explorer/WEB-INF/applicationContext.xml". My build.db.properties is:
db=h2
jdbc.driver=org.postgresql.Driver
jdbc.url=jdbc:postgresql://localhost/activiti
jdbc.username=activiti
jdbc.password=meymey
Everything else works fine, like loading demo data, starting processes, getting diagrams, etc.
There are no errors in log neither.