[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-26 Thread gkestor
{\rtf1\ansi\ansicpg1254\deff0\deflang1055{\fonttbl{\f0\fnil Courier New;}{\f1\fswiss\fcharset162{\*\fname Arial;}Arial TUR;}} {\colortbl ;\red0\green0\blue0;\red255\green255\blue255;\red0\green0\blue128;} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\highlight2\f0\fs20

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-26 Thread gkestor
\cf1\highlight2 08:51:11,695 ERROR [JDBCExceptionReporter] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?nstan0_.ID_ as ID1_27_, task?nstan0_.NAME_ as NAME3_27_, task?nstan0_.DESCRIPTI' at line

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread Remider
i connected successfully with MYSQL. Have you creat table for your MySQL? JBPM not creat table automatic for MySQL. Rem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959861#3959861 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread ccelgun
Remider wrote : Have you creat table for your MySQL? | JBPM not creat table automatic for MySQL. | Rem. I didn't understand it very well..Do you mean that before using an existing table in my MYSQL database, I have to create the same table in jBPM like a view table ?? So you say actually

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread newbie007
Hi, 1 First of all, make sure you have jbpm schema created in your database (all jbpm tables). 2. Check the jbpm_id_user table to see if there are user exists. 3. Try to access the web app through the browser. Are you getting the login page with populated user dropdown? or page itself is not

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread kukeltje
ccelgun, You did find the right forum, but I do think you should post a stacktrace from the server log (as mentioned in other very similar posts) In many cases there is more info in there and the cause can be very different. View the original post :

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread kukeltje
ccelgun, You did find the right forum, but I do think you should post a stacktrace from the server log (as mentioned in other very similar posts) In many cases there is more info in there and the cause can be very different. View the original post :

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread gkestor
Thanks everyone for your attention.It was really helpfull. Before going on, i must tell that ccelgun was a friend of mine that wrote the questions for me as i was unable to connect to internet for some time.I'm the one that deals with the project. @newbie007 thank you for your great help.I'll

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-20 Thread newbie007
I used to get that message. Make sure that you have users in the jbpm_id_user table. Look at the console to see if hibernate is able to connect to your database etc. If users are not there then use following insert sqls for inserting into jbpm_id_user table (hopefully you didn't change jbpm

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-20 Thread ccelgun
Well...I examined my code according to the things @newbie007 has said and found out that i'm trying to get the data that contains nothing at the beginning. I have users and some abilities assigned to them. At the beginning no ability is assigned.I am sure that the program connects to the