[JBoss-user] [JBoss jBPM] - BPEL plugin for JBPM

2005-12-12 Thread anamica_r
Hello Everyone, JBPM provides plugins (GPD) for easy development of the process which creates Processdefinition.xml. Is there any other plugins, using which webservices/services can be easily developed and integrated with the process like in other BPM engines..?(on save of the process, it shou

[JBoss-user] [JBoss jBPM] - Re: Downloading JBPM 3.2

2005-12-02 Thread anamica_r
I have seen the unreleased version of JBPM3.2 in jira web site from the following URL http://jira.jboss.org/jira/secure/BrowseProject.jspa FYI. I have downloaded the 3.1 alpha1 version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910229#3910229 Reply to t

[JBoss-user] [JBoss jBPM] - Hibernate Dialect -must be explicitly set

2005-12-02 Thread anamica_r
Hi, While trying to deploy the par file from eclipse3.1 (using JBPM 3.0.2), i am getting the exception as [deploypar] 15:34:47,129 [main] INFO Environment : Hibernate 3.1 beta 3 [deploypar] 15:34:47,161 [main] INFO Environment : loaded properties from resource hibernate.properties: {hibernat

[JBoss-user] [JBoss jBPM] - Downloading JBPM 3.2

2005-12-01 Thread anamica_r
Can anyone tell me where can I download the latest version of JBPM (3.2) including the plugins for eclipse. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910194#3910194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss jBPM] - Re: Deploying the par file

2005-12-01 Thread anamica_r
The property file got read and in the console I am getting like [deploypar] 09:42:04,581 [main] INFO Environment : Hibernate 3.1 beta 3 [deploypar] 09:42:04,597 [main] INFO Environment : loaded properties from resource hibernate.properties: {hibernate.connection.driver_class=org.hsqldb.jdbcDr

[JBoss-user] [JBoss jBPM] - Re: Deploying the par file

2005-12-01 Thread anamica_r
Thanks for your reply. That error has gone. Now I am getting the following exception hibernate.properties file contains the following & it is in the path hibernate.dialect=org.hibernate.dialect.HSQLDialect hibernate.connection.driver_class=org.hsqldb.jdbcDriver hibernate.connection.url=jdbc:hsql

[JBoss-user] [JBoss jBPM] - Deploying the par file

2005-12-01 Thread anamica_r
Hi, I am new to JBPM and using version 3.0.2 I am trying to deploy the par file from eclipse IDE to HSQL db using ant build script. I kept all the required jars in the build path. it looks like | | | | | | | | | | While runnig the abo