[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-10-01 Thread tom.baey...@jboss.com
files of jboss 4 are still in the sources, but it is not supported. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258044#4258044 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258044

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-10-01 Thread pbaltz
Thanks for the information. I was not aware that JBoss 4.x wasn't supported. Will have to move forward with 5 then. Regards, Pat View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258302#4258302 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread c4s4l
The error was coming from a workaround that I was using, related to jbpm-service.beans, after removing this the datasource was correctly binded. Nevertheless now I have an authentication error: Failed to load users/passwords/role files | java.io.IOException: No properties file:

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread c4s4l
Found the error, the policy name was changed apparently, so login-conf.xml should be according to: application-policy name = jbpm-console |authentication | login-module code=org.jboss.security.auth.spi.DatabaseServerLoginModule |flag=required

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread c4s4l
Well, the login-conf.xml may stay untouched because there is a dynamic login bean in the jboss-service.xml in the jbpm-service.sar, my problem is that it was missing from there so you may discard the login-conf change. The dynamic bean is like this: mbean

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread pbaltz
A little more background on this. I managed to get it working on 4.2.3. I looked into the jBPM source code where the exception related to looking up JbpmDS was coming from, and it looks like jBPM only tries to lookup the datasource in JNDI once. On subsequent calls, it checks if an exception

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread kukeltje
I'm no jboss service /.sar specialist, but afaik, it should wait until the datasource is deployed. At least is does this for JBoss AS 5 in distro/src/main/files/install/src/jboss/config.jboss5/deploy/jbpm/jbpm-service.sar/jbpm-service-jboss-beans.xml for 4 in

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread pbaltz
kukeltje wrote : I'm no jboss service /.sar specialist, but afaik, it should wait until the datasource is deployed. | | At least is does this for JBoss AS 5 in distro/src/main/files/install/src/jboss/config.jboss5/deploy/jbpm/jbpm-service.sar/jbpm-service-jboss-beans.xml | | for 4 in

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread kukeltje
Adding a dependsJbpmDS/depends to the JbpmService in jboss-beans.xml did not work? I'll ask some others(have no option to try myself) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257944#4257944 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread kukeltje
and adding something like: [codejboss.jca:service=DataSourceBinding,name=java:/JbpmDS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257945#4257945 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257945

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread kukeltje
ouch sorry typo dependsjboss.jca:service=DataSourceBinding,name=JbpmDS/depends or with the java:/ in front This is done in the ESB which is certified on JBoss AS 4.2.3 so it should work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257947#4257947 Reply

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread pbaltz
Yes, I tried that, and it still has issues. Here's the relevant bean definition. (I tried the mbean name both the way you specified, and the way it shows up in JMX console.) Also, I've tried with and without the dataSource property specified in addition to the dependency. | bean

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread kukeltje
You have the content of the depends tag in a different order then what I posted. Might make a big difference. Can you give that a try? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257972#4257972 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread kukeltje
oops, sorry, I now only re-read your first line that you tried it in the 'correct' order as well. Same error then? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257973#4257973 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-30 Thread kukeltje
hmm... might be that the 'waitíng' on dependent services only takes place when the jboss-service.xml is used and not the jboss-beans.xml. I'll try to look into this a little further. Putting things in the jboss-service.xml might be an option, but I cannot find a replacement for the

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread sridhar18
Yes. I'm able to see JbpmDs from the jmx-console. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257663#4257663 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257663 ___

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread kukeltje
with or without the java: prefix? And what about the name in the config file? Does that contain the prefix or not? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257677#4257677 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread c4s4l
I have the same problem, the JbpmDS is deployed and started as I can see in jmx-console. I also am installing jbpm4.1 on jboss 4.2.3, any ideas? Thanks, Sergio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257680#4257680 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread sridhar18
It's java:JbpmDS both in the console and the ds config file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257682#4257682 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257682

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread c4s4l
sridhar18 wrote : It's java:JbpmDS both in the console and the ds config file. By ds config you mean the jbpm-*-ds.xml? One should set jndi-name to java:JbpmDS? It guives the error : Could not create deployment: file:/C:/jboss/jboss-4.2.3.GA/server/default/deploy/jbpm/jbpm-hsqldb-ds.xml |

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread sridhar18
Yes. In the jbpm-*-ds.xml I have it as JbpmDS so jboss prefixes it with java: when it tries to load it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257722#4257722 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257722

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread c4s4l
And you have the hibernate.connection.datasource = java:JbpmDS ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257724#4257724 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257724

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-29 Thread sridhar18
i have it as java:/JbpmDS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257727#4257727 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257727 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on jboss 4.2.3

2009-09-28 Thread kukeltje
is the ds deployed at all? Can you check via the AS console? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257463#4257463 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257463