[jBPM] - jBPM and Mysql

antonio severino <[email protected]>
Newsgroups gmane.comp.java.jboss.user
Message-ID <[email protected]>
antonio severino [https://community.jboss.org/people/antseverino] created the discussion

"jBPM and Mysql"

To view the discussion, visit: https://community.jboss.org/message/830679#830679

--------------------------------------------------------------
Hi community, 
I installed jBPM with mysql following this documentation "https://community.jboss.org/wiki/SetUpJBPM54FinalInstallerToUseMySQL-OrHowToRunSection37OfTheUserGuide" and it is mostly working; but when I select "report templates" from "reporting" section and click on "create report" button the report is empty and in server.log this error appears: 
 
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: SELECT command denied to user 'jbpm5'@'localhost' for table 'processinstancelog' 
 
 
If I manually execute the select from mysql with use jbpm5 it works fawlessely... any idea ? 


The user was created with the following command:

CREATE USER 'jbpm5'@'localhost' IDENTIFIED BY 'jbpm5';
GRANT ALL PRIVILEGES ON jbpm5.* TO 'jbpm5'@'localhost';
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/830679#830679]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.