[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-12-06 Thread chocopie
hi, I'm trying to deploy the jbpm-jpdl-3.2.2 jbpm-console project to JBoss Server 4.0.5.GA with MySQL database. I have followed this forum and the jbpm tutorial: http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html In the webapp I can login but can't show the jbpm process, which I

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-12-06 Thread chocopie
hi, nobody has idea of my problem? Please help.I can't continue doing anything with jbpm, if I still have this problem. regards chocopie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111007#4111007 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-09-01 Thread kukeltje
well, you *should* have *two*, but with different jndi names. one for DefaultDS and one for jBPMDS as martin stated. Besides that, I strongly advise you to learn the basics of JEE and appservers since I get the impression (no offence) you lack a great deal of knowledge in this area. View the

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-31 Thread mputz
anonymous wrote : 07:28:15,812 ERROR [MainDeployer] Could not create deployment: file:/C:/JBoss/jbpm-jpdl-3.2.1/server | /server/jbpm/deploy/mysql-ds.xml | org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.jca:s | ervice=LocalTxCM,name=DefaultDS

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-31 Thread vperez
I have only one (*.-ds.xml) file, the mysql-ds.xml in c:/JBoss/jbpm-jpdl-3.2.1/server/server/jbpm/deploy In this file: C:\JBoss\jbpm-jpdl-3.2.1\server\server\jbpm\conf\login-config.xml, i modify this: (JbpmDS to DefaultDs) application-policy name = jbpm login-module

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-30 Thread kukeltje
from the jBPM source it is easy to generate ddl scripts for other databases. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079534#4079534 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079534

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-30 Thread vperez
How could i generate SQL scripts for mysql?? regards, Victoria View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079634#4079634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079634

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-30 Thread vperez
i was trying with jbpm-jpdl-3.2.1\db\jbpm.jpdl.mysql.sql and inserts from jbpm-jpdl-suite-3.2.1\jbpm-jpdl-3.2.1\server\server\jbpm\data\hypersonic\jbpmDB.script but still not working, what i should do?? thanks a lot, victoria.. View the original post :

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-30 Thread jitendrasupe
Victoria, Can you paste the error you are getting in Server.log or on the page when you are tring to login on the web console? That will give more clear picture of problem you are facing here. -- Jitendra View the original post :

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-29 Thread vperez
ok, i ll be more specific.. i am using this version - jbpm-jpdl-suite-3.2.1.zip first i used this - http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html but some of these files don´t exist in this version (3.2.1). so i was searching in the wiki and de forum, and i found this articuls:

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-29 Thread jitendrasupe
Victoria, As I explained in my post you need to explicitly add contents in JBPM repository for sample examples. Queries for same are available in the folder \jbpm-jpdl-3.2.1\server\server\jbpm\data\hypersonic\jbpmDB.script for hypersoninc db. You need to migrate this script to compatible

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-23 Thread jitendrasupe
I was getting this error due to not configureing mySQL DB properly. I have followed following steps and configure it. 1. Install the MySQL JDBC driver in the $JBOSS_HOME/server/default/lib directory. See also ¬SetUpAMysqlDatasource. 2. Delete