I replace hibernate.cfg.xml in jbpm-gwt-console-server-war/WEB-INF/classes/META-INF and jbpm-gwt-console-server-war/WEB-INF/classes;
I replace persistence.xml in jbpm-gwt-console-server-war/WEB-INF/classes/META-INF.
I replace testDS1-ds.xml /usr/local/jbpm-installer/jboss-5.1.0.GA/server/default/deploy.
I replace hibernate.cfg.xml in jbpm-gwt-console-server.war/lib/jbpm-bam-5.1.0.Final.jar, and in runtime/lib/jbpm-bam-5.1.0.Final.jar
I replace persistance.xml in jbpm-gwt-console-server.war/lib/jbpm-human-task-5.1.0.Final.jar ,and in runtime/lib/jbpm-human-task-5.1.0.Final.jar
Finally,I put the driver jar of mysql(mysql-connector-java-5.1.18-bin.jar) to db/driver.
Then I run jboss and human task server successfully.
but when I login http://192.168.188.68:8080/jbpm-console,
i am getting errors in the process tab , the page can't show the process I uploaded to guvnor before, and show error page:
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-641227-17537/450-242/error.JPG
any help there would be appreciated...