[jboss-user] [JBoss Cache: Core Edition] - Node.replaceAll and Node.getData do not work in an atomic wa

2008-12-28 Thread vsevel
Hi, I am trying to use jbosscache in the simplest way, having readers and writers working at the same time, with no transaction, just using the atomicity of operations replaceAll (writers) and getData (readers) on Node. In my test case, 100 writers replace each second (or less) the complete data

[jboss-user] [JBoss jBPM] - Re: Duplication of processDefinition

2008-06-19 Thread vsevel
I am also interested by this topic since it is not a good idea to export a process definition as xml. see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=135563 What is the solution for building a new process definition which is very similar (or an extension) of a previous (already de

[jboss-user] [JBoss jBPM] - Re: Impossible to run anymore a jBPM query after a socket er

2008-06-17 Thread vsevel
You're right. we do not have the problem anymore since we are using c3po. Thanks, Val For those who have the same problem, see http://www.hibernate.org/214.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158611#4158611 Reply to the post : http://www.jbos

[jboss-user] [JBoss jBPM] - Impossible to run anymore a jBPM query after a socket error

2008-06-16 Thread vsevel
Hello, I developped a web application with jBPM which works fine most of the time. My web application is deployed into Tomcat 6. Sometimes after a week-end, my web application cannot query anymore jBPM. The problem persists when I use a new session. The only way to solve the problem is to restart

[jboss-user] [JBoss jBPM] - Need recommandation about jbpmContext

2008-02-15 Thread vsevel
What is your recommandation about the JbpmContext object lifetime in a web application? I was thinking to keep the same context during the web application life time and to close it only when the application is stopped. I am working mostly with taskInstance objects. So I noticed that the context

[jboss-user] [JBoss jBPM] - How to get the tasks instance list when there is no swimlane

2008-02-08 Thread vsevel
Hello, I have a process definition where a task is not assigned to any swimlane. I do not know how to get the task instance list in this particular scenario. Each time an actorId or a list of actorId should be provided to be able to retrieve task instances. Thanks, Val View the original post :

[jboss-user] [JBoss jBPM] - Re: Hibernate problem

2008-01-07 Thread vsevel
I found the error. For my application, I added jbpm-jpdl-config.jar which contain another hibernate configuration. So my hibernate configuration was not taken into account. Val View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117459#4117459 Reply to the post :

[jboss-user] [JBoss jBPM] - Hibernate problem

2008-01-04 Thread vsevel
I am getting an hibernate error while getting the jbpmContext in my own application. I have no clue how to solve it. However the jbpm console is still working. I am using MySQL. I've got also the same error now when I am compiling jbpm3 sources. Please help. java.lang.IllegalStateException: No

[jboss-user] [JBoss jBPM] - Component to manage user-roles model

2007-12-20 Thread vsevel
Hello, I read in the user guide that a component to manage user-roles model will provided in the future. I browsed the JIRA issue tracker. I did not find anything about this subject. What is the number for this? Thanks, Val View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Feedback about gravel and jbpm4jsf

2007-11-08 Thread vsevel
Hello, I would like to know if jBPM with gravel and jbpm4jsf has already been deployed in a production environment? Or is it too early? If yes, afterward do you think it was a good choice? Thanks, Val View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102796#410

[jboss-user] [JBoss jBPM] - Question about process archive deployment

2007-11-05 Thread vsevel
I deployed in tomcat the websale process archive via eclipse. I believe that during the deployment the database is updated. But where are stored the newly created forms such as form.gift.wrap.xhtml? Also, how to deploy a process archive in a production environment? I saw that process archive could

[jboss-user] [JBoss jBPM] - Debug mode

2007-11-05 Thread vsevel
How to set the debug mode? I put the following in jbpm-console/WEB-INF/classes/jbpm.cfg.xml | | | But I have still the "info" logging. I succeed to deploy the jbpm-console under tomcat with mysql and I was able to test the websale example also. Now I am trying to understand th

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration - Cannot login

2007-10-30 Thread vsevel
You are right the problem was due to the port. Now I have: anonymous wrote : INFO: building session factory | 30 oct. 2007 15:13:12 org.hibernate.impl.SessionFactoryObjectFactory addInstance | INFO: Not binding factory to JNDI, no JNDI name configured | 30 oct. 2007 15:14:23 com.sun.facelet

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
I do not have anymore the datasource problem. I forgot to comment the datasource part of the hibernate file. But now I have another problem: anonymous wrote : INFO: connection properties: {user=jbossjbpm, password=} | 30 oct. 2007 14:30:19 org.hibernate.cfg.SettingsFactory buildSettings |

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
I already did it in jbpm-console/WEB-INF/classes/hibernate.cfg.xml like it was suggested in the tutorial. | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | | | | | | org.hibernate.dialect.MySQLInnoDBDialect

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100131#4100131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100131 ___ jboss-user mailing list jboss-user@lists.jboss.org htt

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
Oops I was saying that I tried to add the following piece of code: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100129#4100129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100129 __

[jboss-user] [JBoss jBPM] - Re: tomcat and mysql integration

2007-10-30 Thread vsevel
What else needs to be done? I did the modification in hibernate.cfg.xml and created the file jbpm-console.xml in /$CATALINA_HOME/conf/Catalina/localhost like it was specified in the tutorial I also tried to add in web.xml jBPM Database jdbc/JbpmDS javax.sql.DataSource Container and t

[jboss-user] [JBoss jBPM] - tomcat and mysql integration

2007-10-29 Thread vsevel
Hello, Previously I tested successfully jBPM with the websale example. Now I want to test it with tomcat 6 and mySQL 5. I followed the instructions of: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat I deployed the console. However I have the following error: Could not find datasource: ja

[jboss-user] [JBoss jBPM] - Difference between /fisheye/browse/JBPM/jbpm.3/console and f

2007-10-23 Thread vsevel
Hello, I installed jBPM-jPDL-3.2.2 and ran the websale example. Everything was OK. Now I want to have my own console and webapplication. So I need to learn from the jBPM console code. So I started to dowloaded jbpm.3 from http://fisheye.jboss.org/browse/JBPM/jbpm.3/console I was surprise not to f