<?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: jbpm deployer &#8211; Status and Sourcecode</title>
	<atom:link href="http://www.bpm-guide.de/2008/11/14/jbpm-deployer-status-and-sourcecode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bpm-guide.de/2008/11/14/jbpm-deployer-status-and-sourcecode/</link>
	<description>It's Business Process Management</description>
	<lastBuildDate>Fri, 03 Feb 2012 13:51:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Bernd Rücker</title>
		<link>http://www.bpm-guide.de/2008/11/14/jbpm-deployer-status-and-sourcecode/comment-page-1/#comment-9018</link>
		<dc:creator>Bernd Rücker</dc:creator>
		<pubDate>Thu, 09 Feb 2012 12:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bpm-guide.de/?p=33#comment-9018</guid>
		<description>Since this is still used out there in Enterprise environments and I discuss that topic from time to time, I wanted to add, that the sketched deployer has one flaw: Since is compares the process definition if a new definition has to be deployed, it always deploys multiple times if you run it in a cluster and restart the nodes simultaneously. The workaround is easy: Don&#039;t start the nodes simultaneously :-)</description>
		<content:encoded><![CDATA[<p>Since this is still used out there in Enterprise environments and I discuss that topic from time to time, I wanted to add, that the sketched deployer has one flaw: Since is compares the process definition if a new definition has to be deployed, it always deploys multiple times if you run it in a cluster and restart the nodes simultaneously. The workaround is easy: Don&#8217;t start the nodes simultaneously <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Rücker</title>
		<link>http://www.bpm-guide.de/2008/11/14/jbpm-deployer-status-and-sourcecode/comment-page-1/#comment-2577</link>
		<dc:creator>Bernd Rücker</dc:creator>
		<pubDate>Thu, 09 Feb 2012 11:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bpm-guide.de/?p=33#comment-2577</guid>
		<description>Jut a short addition, since I reused the code myself in another project and had to think about that for a moment. And a good article should comply to the principle: &quot;Don&#039;t make me think!&quot; ;-)

The mentioned interface &quot;SwistecJbpmDeployerMBean&quot; added two methods (getProcessClassloder &amp; getProcessClassloaderInformation), but the important thing is, that is extends the JBoss SubDeployerMBean, otherwise the deployer doesn&#039;t start up!

So it looks like this:
public interface SwistecJbpmDeployerMBean extends SubDeployerMBean {
  ...
}</description>
		<content:encoded><![CDATA[<p>Jut a short addition, since I reused the code myself in another project and had to think about that for a moment. And a good article should comply to the principle: &#8220;Don&#8217;t make me think!&#8221; <img src='http://www.bpm-guide.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The mentioned interface &#8220;SwistecJbpmDeployerMBean&#8221; added two methods (getProcessClassloder &amp; getProcessClassloaderInformation), but the important thing is, that is extends the JBoss SubDeployerMBean, otherwise the deployer doesn&#8217;t start up!</p>
<p>So it looks like this:<br />
public interface SwistecJbpmDeployerMBean extends SubDeployerMBean {<br />
  &#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://www.bpm-guide.de/2008/11/14/jbpm-deployer-status-and-sourcecode/comment-page-1/#comment-337</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Thu, 09 Feb 2012 09:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bpm-guide.de/?p=33#comment-337</guid>
		<description>Thanks. Very useful post. 
Works fine with jboss-soa.
Just packaged as par.deploy.sar and put under /deploy</description>
		<content:encoded><![CDATA[<p>Thanks. Very useful post.<br />
Works fine with jboss-soa.<br />
Just packaged as par.deploy.sar and put under /deploy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

