<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Demo on Spring Integration with jBPM4</title> <atom:link href="http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/feed/" rel="self" type="application/rss+xml" /><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/</link> <description>Java, Project Management, Life and anything else.</description> <lastBuildDate>Tue, 22 Nov 2011 08:16:24 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Jhon</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1160</link> <dc:creator>Jhon</dc:creator> <pubDate>Tue, 08 Jun 2010 20:26:08 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1160</guid> <description>Hi Andries,
I have some problems with running your sample. I checked out the project and downloaded maven jbpm dependencies(extracted to .m2/repository/org/jbpm), but when I typed mvn jetty:run, it said
&quot;1) org.jbpm.jbpm4:jbpm-jpdl:jar:4.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jbpm.jbpm4 -DartifactId=jbpm-jpdl -Dversion=4.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jbpm.jbpm4 -DartifactId=jbpm-jpdl -Dversion=4.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) be.inze.spring.demo:jbpm4-spring:war:0.2-SNAPSHOT
2) org.jbpm.jbpm4:jbpm-jpdl:jar:4.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
be.inze.spring.demo:jbpm4-spring:war:0.2-SNAPSHOT
from the specified remote repositories:&quot;...., I changed the pom.xml and made jbpm version 4.0.0 instead of 4.0 but this time it said
&quot;[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\DeployServiceImpl.java:[7,19] cannot find symbol
symbol  : class NewDeployment
location: package org.jbpm.api
C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\ProcessInformationServiceImpl.java:[29,59] incompatible types
found   : java.util.List
required: java.util.List
C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\SimpleProcessServiceImpl.java:[22,57] cannot find symbol
symbol  : method processDefinitionKey(java.lang.String)
location: interface org.jbpm.api.ProcessDefinitionQuery
C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\DeployServiceImpl.java:[23,2] cannot find symbol
symbol  : class NewDeployment
location: class be.inze.spring.demo.service.impl.DeployServiceImpl&quot;
Could you help, please??</description> <content:encoded><![CDATA[<p>Hi Andries,<br
/> I have some problems with running your sample. I checked out the project and downloaded maven jbpm dependencies(extracted to .m2/repository/org/jbpm), but when I typed mvn jetty:run, it said<br
/> &#8220;1) org.jbpm.jbpm4:jbpm-jpdl:jar:4.0-SNAPSHOT</p><p> Try downloading the file manually from the project website.</p><p> Then, install it using the command:<br
/> mvn install:install-file -DgroupId=org.jbpm.jbpm4 -DartifactId=jbpm-jpdl -Dversion=4.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file</p><p> Alternatively, if you host your own repository you can deploy the file there:<br
/> mvn deploy:deploy-file -DgroupId=org.jbpm.jbpm4 -DartifactId=jbpm-jpdl -Dversion=4.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]</p><p> Path to dependency:<br
/> 1) be.inze.spring.demo:jbpm4-spring:war:0.2-SNAPSHOT<br
/> 2) org.jbpm.jbpm4:jbpm-jpdl:jar:4.0-SNAPSHOT</p><p>&#8212;&#8212;&#8212;-<br
/> 1 required artifact is missing.</p><p>for artifact:<br
/> be.inze.spring.demo:jbpm4-spring:war:0.2-SNAPSHOT</p><p>from the specified remote repositories:&#8221;&#8230;., I changed the pom.xml and made jbpm version 4.0.0 instead of 4.0 but this time it said<br
/> &#8220;[ERROR] BUILD FAILURE<br
/> [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> [INFO] Compilation failure</p><p>C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\DeployServiceImpl.java:[7,19] cannot find symbol<br
/> symbol  : class NewDeployment<br
/> location: package org.jbpm.api</p><p>C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\ProcessInformationServiceImpl.java:[29,59] incompatible types<br
/> found   : java.util.List<br
/> required: java.util.List</p><p>C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\SimpleProcessServiceImpl.java:[22,57] cannot find symbol<br
/> symbol  : method processDefinitionKey(java.lang.String)<br
/> location: interface org.jbpm.api.ProcessDefinitionQuery</p><p>C:\dev\projects\workspace\Spring-Jbpm-2\src\main\java\be\inze\spring\demo\service\impl\DeployServiceImpl.java:[23,2] cannot find symbol<br
/> symbol  : class NewDeployment<br
/> location: class be.inze.spring.demo.service.impl.DeployServiceImpl&#8221;</p><p>Could you help, please??</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1132</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Tue, 26 Jan 2010 12:23:57 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1132</guid> <description>You need the anonymous SVN.https://anonsvn.jboss.org/repos/jbpm</description> <content:encoded><![CDATA[<p>You need the anonymous SVN.<a
href="https://anonsvn.jboss.org/repos/jbpm" rel="nofollow">https://anonsvn.jboss.org/repos/jbpm</a></p> ]]></content:encoded> </item> <item><title>By: ebi</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1131</link> <dc:creator>ebi</dc:creator> <pubDate>Tue, 26 Jan 2010 10:55:53 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1131</guid> <description>i need a userName and password for checkout svn
?</description> <content:encoded><![CDATA[<p>i need a userName and password for checkout svn<br
/> ?</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1130</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Wed, 20 Jan 2010 08:17:56 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1130</guid> <description>rams,
You&#039;ll get more help on the jBPM forums</description> <content:encoded><![CDATA[<p>rams,</p><p>You&#8217;ll get more help on the jBPM forums</p> ]]></content:encoded> </item> <item><title>By: rams</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1129</link> <dc:creator>rams</dc:creator> <pubDate>Tue, 19 Jan 2010 19:43:45 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1129</guid> <description>Hi Andries,
I have been using jbpm4 for sometime...all these days i had datasource properties (like url, username, passwd) read from property file. As soon as i changed datasource to jndi one it fails with below error whenever i call any create/update operations on jbpm.
Pre-bound JDBC Connection found! HibernateTransactionManager does not support running within DataSourceTransactionManager if told to manage the DataSource itself. It is recommended to use a single HibernateTransactionManager for all transactions on a single DataSource, no matter whether Hibernate or JDBC access.
Env: Jboss 5.1.0.GA, Oracle 10g, Jbpm 4.0, Spring 2.5.6, Hibernate</description> <content:encoded><![CDATA[<p>Hi Andries,</p><p>I have been using jbpm4 for sometime&#8230;all these days i had datasource properties (like url, username, passwd) read from property file. As soon as i changed datasource to jndi one it fails with below error whenever i call any create/update operations on jbpm.</p><p>Pre-bound JDBC Connection found! HibernateTransactionManager does not support running within DataSourceTransactionManager if told to manage the DataSource itself. It is recommended to use a single HibernateTransactionManager for all transactions on a single DataSource, no matter whether Hibernate or JDBC access.</p><p>Env: Jboss 5.1.0.GA, Oracle 10g, Jbpm 4.0, Spring 2.5.6, Hibernate</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1122</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Mon, 04 Jan 2010 13:39:05 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1122</guid> <description>True, Tom has refactored some definitions in Spring 4.3. You&#039;ll have to check the dev guide.</description> <content:encoded><![CDATA[<p>True, Tom has refactored some definitions in Spring 4.3. You&#8217;ll have to check the dev guide.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1113</link> <dc:creator>Anonymous</dc:creator> <pubDate>Wed, 30 Dec 2009 23:57:53 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1113</guid> <description>That does not work in jbpm-4.3</description> <content:encoded><![CDATA[<p>That does not work in jbpm-4.3</p> ]]></content:encoded> </item> <item><title>By: Rocker Rocker</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1046</link> <dc:creator>Rocker Rocker</dc:creator> <pubDate>Fri, 13 Nov 2009 16:51:53 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1046</guid> <description>Thanks , this was a good start for me . I have Jboss and using this blog , i have setup a sample process using Spring &amp; Hibernate. I had to cleanup lib folders and add only few jars as it caused deployment issues (ClassCastException) with Jboss 5.0.1GA server (already installed JSF . EL jars) - may be due to version differences.
Anyways, now that i have some process up and running. is there a way to have more controls (deploy. check status. user specific task etc ) as shown by some screen shots in JBOSS examples (jboss-console).
Rather is there a way to use setup as base and deploy jboss-console to control deployment , check activity status etc. as i dont want to write those things again.
I do want to use this code structure for my process ?</description> <content:encoded><![CDATA[<p>Thanks , this was a good start for me . I have Jboss and using this blog , i have setup a sample process using Spring &amp; Hibernate. I had to cleanup lib folders and add only few jars as it caused deployment issues (ClassCastException) with Jboss 5.0.1GA server (already installed JSF . EL jars) &#8211; may be due to version differences.<br
/> Anyways, now that i have some process up and running. is there a way to have more controls (deploy. check status. user specific task etc ) as shown by some screen shots in JBOSS examples (jboss-console).</p><p>Rather is there a way to use setup as base and deploy jboss-console to control deployment , check activity status etc. as i dont want to write those things again.</p><p>I do want to use this code structure for my process ?</p> ]]></content:encoded> </item> <item><title>By: Apollo11</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1030</link> <dc:creator>Apollo11</dc:creator> <pubDate>Fri, 23 Oct 2009 14:11:28 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1030</guid> <description>Just sent your all the configs.</description> <content:encoded><![CDATA[<p>Just sent your all the configs.</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/comment-page-1/#comment-1029</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Fri, 23 Oct 2009 07:17:14 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=122#comment-1029</guid> <description>Apollo11,
Can&#039;t get the XML code to be visible. I FAIL at PHP :D
Anyway, you could mail me your snippets @ andries[AT]inze.be
Could it be you have a transaction defined in your transaction-context? I would leave it out.</description> <content:encoded><![CDATA[<p>Apollo11,</p><p>Can&#8217;t get the XML code to be visible. I FAIL at PHP <img
src='http://www.inze.be/andries/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p>Anyway, you could mail me your snippets @ andries[AT]inze.be</p><p>Could it be you have a transaction defined in your transaction-context? I would leave it out.</p> ]]></content:encoded> </item> </channel> </rss>
