[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread fuligj
Thanks for reply! I have made all as you said and deployed the recreated ear file in server's deploy directory. But when I try to log in I receive an error message: anonymous wrote : /search/form/formtemplate.xhtml @14,73 session=#{jbpmBean.jbpmContext.session}:

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread crussell42
Yes, here is where it gets tricky. I also am having that problem and am trying to get a response on how to configure either CMT ot JTA for the ear. I will add the reference posting here when If I ever get a response. One thing you can do now to continue your journey however is edit

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread fuligj
I tried to copy the jbpm-enterprise.ear to the deploy directory in an original 3.2.beta1 and the error message was the same, so i think something is wrong with it. I think that is not enough, change only the hibernate.cfg.xml, i think we should change the data source and much more. It is most

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-06 Thread fuligj
I think jbpm-jpdl-3.2.Beta1's documentation is not correct, because for example there is no jbpm.sar in deploy directory, refered by the documentation section 8.1.5. So has anybody a working solution to change the db in jbpm-jpdl-3.2.Beta1? best regards! View the original post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-06 Thread estaub
As you probably know, there is a .sar file in the 3.1.2 deploy directory. In 3.1.2, you have to run antfile build.deploy.xml after running build.xml to build the deployment. (I haven't tried 3.2 - I just thought these might point you at something you might have forgotten.) -Ed Staub View

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-06 Thread crussell42
Two issues here 1. changing db for 3.2.beta1. Assuming you want to change the jbpm-enterprise.ear you can expand the ear and change hibernate.cfg.cml. Here is a ant build script I created to expand the ear, edit the config files then recreate the ear. So ant expand, edit

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-29 Thread fuligj
Thanks for reply Ed Staub! I have used the search button many times and I will too. I have succeeded the problem, in jBPM 3.1. there was no jbpm_job table in DB, but in 3.2 there is. Now zero error message appears in console, but I can't log in with any username in the webapp at

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-26 Thread estaub
Search this forum for 'MySQL' and read the first thread you find, from 2 days ago. Use search before you post a problem. The search button is one of the little blue buttons across the top of the screen. (I'm not being insulting - it's just not very obvious!) -Ed Staub View the original

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-25 Thread fuligj
But for example in jbpm-jpdl-3.2.Beta1 there is no jbpm.sar in deploy directory, refered by the documentation section 8.1.5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4006254#4006254 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-24 Thread jbmp user
Very, very, thanks, expecially to yoyoyoyo!!! Now I have a sql database to work for it Thank very much!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005703#4005703 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-24 Thread fuligj
Well. Can anyone help me to change the db in jbpm-jpdl-3.2.Beta1? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005772#4005772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005772

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-24 Thread kukeltje
The documentation can... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005905#4005905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005905 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread jbmp user
Somebody tell me step by step instructions for change database? more or less, please!!! Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005201#4005201 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005201

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread fuligj
To change the database for jBPM 3.1.* there is a pretty wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnPostgreSQL. But the jbpm-jpdl-3.2.Beta1's frame a little bit other and I can't change the DB among this wiki. Can anyone tell, how can I change the DB in jbpm-3.2.1? best regards! View

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread fuligj
To change DB for jbpm 3 use http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnPostgreSQL. It's works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005264#4005264 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005264

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread yoyoyoyo
pls read chapter 8 of the jbpm user guide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005375#4005375 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005375 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread estaub
I just switched to Oracle today, so this is all pretty fresh in my head (unlike most of the rotten stuff in there). First, if you haven't already, see http://docs.jboss.org/jbpm/v3/userguide/persistence.html#changingthejbpmdb and the surrounding context. So you need to change the jdbc

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-22 Thread kukeltje
@estaub: Do you respond or do I? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004894#4004894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004894 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-22 Thread jbmp user
I am sorry, but i don't understand nothing!!! Because you tell me this url??? What is??? Please, tell me something!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004938#4004938 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-22 Thread kukeltje
it is an indirect way to tell you to read the documentation, wiki etc... first and if you cannot get something to work, post a question again with the errors View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004939#4004939 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-22 Thread kukeltje
http://www.jboss.com/index.html?module=bbop=viewtopicp=4004797#4004797 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004929#4004929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004929

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-22 Thread jbmp user
??? I don't understand. Please, excuse me for my english. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004924#4004924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004924