[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-12-06 Thread maverick1611
make sure you have the database already created with the name jbpm in mysql before running create.db. make sure its up and running and make sure that the version of jdbc driver is what is mentioned in the steps .. hopefully it should work View the original post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-12-06 Thread sy62k
If any of you run into this refer to: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces "sy62k" wrote : Hi Maverick1611, | Thanks for a detail list of steps to do. I did all the things you mentioned and when I hit the url http://localhost:8080/jbpm I am getting the following error. |

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-12-05 Thread DanielYWoo
Hi guys, I put mysql JDBC driver into lib/mysql and run the create.db task but failed, I get a ClassNotFoundException for the JDBC driver. I am sure the variable 'classpath.ant' in my build.deploy.xml contains the JDBC driver, anybody met this problem before? Daniel View the original post :

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-12-02 Thread sy62k
Hi Maverick1611, Thanks for a detail list of steps to do. I did all the things you mentioned and when I hit the url http://localhost:8080/jbpm I am getting the following error. 14:55:37,890 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.ExceptionInInitializerError

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-12-01 Thread maverick1611
oops my bad about the tags .. i'll try to create a wiki page for it soon.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910134#3910134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910134 -

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-30 Thread kukeltje
Great, thanks for the detailed steps. Can you create a wiki page for this? (i'd do it , but you forgot to use the code tags to display xml properly) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909809#3909809 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-30 Thread maverick1611
Here are Steps To run jBPM 3.0.2 on MySql 4.1.15 Some of them might be unnecessary or redundant but if all of them are followed it surely gets jbpm running on MySql .. any additional comments are welcome .. thanks 1) Extract All files 2) Set up JAVA_HOME, PATH 3) Change TMP, TEMP directories

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-29 Thread maverick1611
finally got everything running on MySql .. now even though the websales example works without a problem i get the following errors when i start the jboss server.. any idea whats causing these errors .. i'll make a list of steps i did to use MySQL instead of Hypersonic and post it in this thre

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-29 Thread maverick1611
I finally managed to modify and run the ant scripts to create the jbpm table and populate them with the business process definition configuration. However there is one problem now .. I observed that there are no JMS_USERS and JMS_Roles tables in mySQL db .. these tables used to be created for hy