<?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: Spring integration part of jBPM4 trunk</title> <atom:link href="http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/feed/" rel="self" type="application/rss+xml" /><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/</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: Andelia</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-1144</link> <dc:creator>Andelia</dc:creator> <pubDate>Wed, 10 Mar 2010 09:54:31 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-1144</guid> <description>Hi.I like reading your post , keep doing it.</description> <content:encoded><![CDATA[<p>Hi.I like reading your post , keep doing it.</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-1043</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Mon, 09 Nov 2009 12:54:56 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-1043</guid> <description>I&#039;m not involved with the jBPM4 development, only the spring integration part.
However in the blog of Tom he talks about the issue :http://processdevelopments.blogspot.com/2009/10/jbpm-42-adds-lot-of-production-goodies.html</description> <content:encoded><![CDATA[<p>I&#8217;m not involved with the jBPM4 development, only the spring integration part.<br
/> However in the blog of Tom he talks about the issue :<a
href="http://processdevelopments.blogspot.com/2009/10/jbpm-42-adds-lot-of-production-goodies.html" rel="nofollow">http://processdevelopments.blogspot.com/2009/10/jbpm-42-adds-lot-of-production-goodies.html</a></p> ]]></content:encoded> </item> <item><title>By: mayank</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-1042</link> <dc:creator>mayank</dc:creator> <pubDate>Mon, 09 Nov 2009 12:45:53 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-1042</guid> <description>i have solved the issue.
i do not why ? but they have made process instance id generation facility configurable. Rationale behind this could be that  process id can adopt business specific terminology... in place of saying id - &quot;1,2,3&quot;, i can say  &quot;reservation_case_one , ...._two&quot;.
i think thread safety must be in place while generating the process id externally ...
seeking your thoughts over it.
mayank</description> <content:encoded><![CDATA[<p>i have solved the issue.<br
/> i do not why ? but they have made process instance id generation facility configurable. Rationale behind this could be that  process id can adopt business specific terminology&#8230; in place of saying id &#8211; &#8220;1,2,3&#8243;, i can say  &#8220;reservation_case_one , &#8230;._two&#8221;.</p><p>i think thread safety must be in place while generating the process id externally &#8230;<br
/> seeking your thoughts over it.</p><p>mayank</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-1041</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Mon, 09 Nov 2009 11:01:48 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-1041</guid> <description>I believe this is new starting from 4.2.
Better to ask this question on the Forums :)</description> <content:encoded><![CDATA[<p>I believe this is new starting from 4.2.<br
/> Better to ask this question on the Forums <img
src='http://www.inze.be/andries/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: mayank</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-1040</link> <dc:creator>mayank</dc:creator> <pubDate>Mon, 09 Nov 2009 10:55:06 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-1040</guid> <description>Hi Inze,
thanks for informative tutorial. i have used the tutorial placed by you to configure the jbpm 4.2 with spring.
i am able to deploy the sample process defintion and able to getProcessInstance , but when
i query for processInstance.getId() it is coming as null.
i found that id generation is done within Executionimpl class:
protected void composeIds() {
this.id = IdComposer.getIdComposer().createId(processDefinition, parent, this);
} and id composer is Databaseid composer or memoryIdComposer.
can you please help me with this.</description> <content:encoded><![CDATA[<p>Hi Inze,<br
/> thanks for informative tutorial. i have used the tutorial placed by you to configure the jbpm 4.2 with spring.<br
/> i am able to deploy the sample process defintion and able to getProcessInstance , but when<br
/> i query for processInstance.getId() it is coming as null.</p><p>i found that id generation is done within Executionimpl class:<br
/> protected void composeIds() {<br
/> this.id = IdComposer.getIdComposer().createId(processDefinition, parent, this);<br
/> } and id composer is Databaseid composer or memoryIdComposer.</p><p>can you please help me with this.</p> ]]></content:encoded> </item> <item><title>By: PW</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-618</link> <dc:creator>PW</dc:creator> <pubDate>Mon, 22 Jun 2009 14:21:54 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-618</guid> <description>Thanks for the clarification. Are there going to be any documents released that give a more detailed summary of the new functionality and how to use it? At the moment it&#039;s very difficult to find good docs, apart from the PDF slides I linked to above, and the dev docs you mention in your reply.
Regards,
P.</description> <content:encoded><![CDATA[<p>Thanks for the clarification. Are there going to be any documents released that give a more detailed summary of the new functionality and how to use it? At the moment it&#8217;s very difficult to find good docs, apart from the PDF slides I linked to above, and the dev docs you mention in your reply.</p><p>Regards,</p><p>P.</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-617</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Mon, 22 Jun 2009 11:07:33 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-617</guid> <description>JBPM4 comes with 2 guides, the user-guide and the developers guide. Everything in the userguide will be fully supported by commercial jboss support. The devguide is in incubation, so it might change in the future. It&#039;s also not part of any commercial support.
It is my understanding that the devguide will be supported, but not as fast as the commercial support.
That&#039;s the best answer I can give you atm.</description> <content:encoded><![CDATA[<p>JBPM4 comes with 2 guides, the user-guide and the developers guide. Everything in the userguide will be fully supported by commercial jboss support. The devguide is in incubation, so it might change in the future. It&#8217;s also not part of any commercial support.</p><p>It is my understanding that the devguide will be supported, but not as fast as the commercial support.</p><p>That&#8217;s the best answer I can give you atm.</p> ]]></content:encoded> </item> <item><title>By: PW</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-616</link> <dc:creator>PW</dc:creator> <pubDate>Mon, 22 Jun 2009 10:42:46 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-616</guid> <description>Hi,
The presentation at http://www.nljug.org/pages/events/content/jspring_2009/sessions/00034/slides/ mentions that Spring integration will be present in the release, but won&#039;t be &quot;fully supported&quot;. It&#039;s good to see the code getting into RC1 - but could you clarify what level of support will be in the final release of JBPM 4.0?
Regards,
P.</description> <content:encoded><![CDATA[<p>Hi,<br
/> The presentation at <a
href="http://www.nljug.org/pages/events/content/jspring_2009/sessions/00034/slides/" rel="nofollow">http://www.nljug.org/pages/events/content/jspring_2009/sessions/00034/slides/</a> mentions that Spring integration will be present in the release, but won&#8217;t be &#8220;fully supported&#8221;. It&#8217;s good to see the code getting into RC1 &#8211; but could you clarify what level of support will be in the final release of JBPM 4.0?</p><p>Regards,</p><p>P.</p> ]]></content:encoded> </item> <item><title>By: Andries Inzé</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-428</link> <dc:creator>Andries Inzé</dc:creator> <pubDate>Wed, 03 Jun 2009 12:46:05 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-428</guid> <description>A little configuration, the namespace in the project and some changes to the SpringTranssactionInterceptor, but nothing too fancy.
You can check out the latest version of the app at http://jbpm4-spring-demo.googlecode.com/svn/trunk/ .
--&gt; this will work on jBPM4 trunk
This week, RC1 will be released, including the Spring integration.</description> <content:encoded><![CDATA[<p>A little configuration, the namespace in the project and some changes to the SpringTranssactionInterceptor, but nothing too fancy.</p><p>You can check out the latest version of the app at <a
href="http://jbpm4-spring-demo.googlecode.com/svn/trunk/" rel="nofollow">http://jbpm4-spring-demo.googlecode.com/svn/trunk/</a> .</p><p>&#8211;> this will work on jBPM4 trunk</p><p>This week, RC1 will be released, including the Spring integration.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.inze.be/andries/2009/05/24/spring-integration-part-of-jbpm4-trunk/comment-page-1/#comment-425</link> <dc:creator>Anonymous</dc:creator> <pubDate>Wed, 03 Jun 2009 11:13:15 +0000</pubDate> <guid
isPermaLink="false">http://www.inze.be/andries/?p=139#comment-425</guid> <description>Hi!
Thanks for publishing here the demo app. Which changes are made from the last app? I&#039;m using jbpm4 with your Spring integration and it&#039;s great, but difficult because nobody knows about it and in the JBoss&#039; svn is almost hiding (http://anonsvn.jboss.org/repos/jbpm/jbpm4/branches/ainze/modules/test-spring/)</description> <content:encoded><![CDATA[<p>Hi!</p><p>Thanks for publishing here the demo app. Which changes are made from the last app? I&#8217;m using jbpm4 with your Spring integration and it&#8217;s great, but difficult because nobody knows about it and in the JBoss&#8217; svn is almost hiding (<a
href="http://anonsvn.jboss.org/repos/jbpm/jbpm4/branches/ainze/modules/test-spring/" rel="nofollow">http://anonsvn.jboss.org/repos/jbpm/jbpm4/branches/ainze/modules/test-spring/</a>)</p> ]]></content:encoded> </item> </channel> </rss>
