<?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: Debug Logging in BPEL using Sensors &#8211; Part 1</title>
	<atom:link href="http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debug-logging-in-bpel-using-sensors-part-1</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: David Hergert</title>
		<link>http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/#comment-5414</link>
		<dc:creator>David Hergert</dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3326#comment-5414</guid>
		<description><![CDATA[Hi Peter -- do you ever think you&#039;ll write up &quot;Part 2&quot; about Activity Sensors? Â I would be interested to see a write up on that.
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Peter &#8212; do you ever think you&#8217;ll write up &#8220;Part 2&#8243; about Activity Sensors? Â I would be interested to see a write up on that.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ebell</title>
		<link>http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/#comment-5413</link>
		<dc:creator>Peter Ebell</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3326#comment-5413</guid>
		<description><![CDATA[Ingrid,

Indeed it is possible to use Log4J to produce your own functional log streams, separate from the domain logs. Whereas in this article I use the &quot;Database&quot; Sensor Action, you would use a custom Java sensor action. In this Java class, you can write to a Log4J log just like you would in any other Java class. All you need to do is choose an appropriate log category (i.e. the &quot;name&quot; of the logger), and configure the log4j config file on the server to use a different &quot;appender&quot; for log messages written to this logger. I have done this in the past, works like a charm. I had a generic mechanism to create the &quot;log category&quot; based on process name, activity name, trigger moment etc. This way, we could change log levels per process, activity etc.

I might even be able to retrieve some source code. You can contact me at myfirstname dot mylastname at amis.nl]]></description>
		<content:encoded><![CDATA[<p>Ingrid,</p>
<p>Indeed it is possible to use Log4J to produce your own functional log streams, separate from the domain logs. Whereas in this article I use the &#8220;Database&#8221; Sensor Action, you would use a custom Java sensor action. In this Java class, you can write to a Log4J log just like you would in any other Java class. All you need to do is choose an appropriate log category (i.e. the &#8220;name&#8221; of the logger), and configure the log4j config file on the server to use a different &#8220;appender&#8221; for log messages written to this logger. I have done this in the past, works like a charm. I had a generic mechanism to create the &#8220;log category&#8221; based on process name, activity name, trigger moment etc. This way, we could change log levels per process, activity etc.</p>
<p>I might even be able to retrieve some source code. You can contact me at myfirstname dot mylastname at amis.nl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingrid jackson</title>
		<link>http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/#comment-5412</link>
		<dc:creator>Ingrid jackson</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3326#comment-5412</guid>
		<description><![CDATA[Very nice description of how useful sensor can be.

The client I am working at is requiring us to &quot;log&quot; to their LOG4J logs (seperate from the DOMAIN logs). Can we route this information to another log4j logs? According to the Oracle Manual you can route it to a JAVA Class.  We thought that we could establish a seperate log4j logger using a Java Class that we route all of our sensor actions. Have you or anyone else done that?

Ingrid]]></description>
		<content:encoded><![CDATA[<p>Very nice description of how useful sensor can be.</p>
<p>The client I am working at is requiring us to &#8220;log&#8221; to their LOG4J logs (seperate from the DOMAIN logs). Can we route this information to another log4j logs? According to the Oracle Manual you can route it to a JAVA Class.  We thought that we could establish a seperate log4j logger using a Java Class that we route all of our sensor actions. Have you or anyone else done that?</p>
<p>Ingrid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradip</title>
		<link>http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/#comment-5411</link>
		<dc:creator>Pradip</dc:creator>
		<pubDate>Thu, 14 Aug 2008 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3326#comment-5411</guid>
		<description><![CDATA[Nice article. Would be useful after transformations and xpath fuctions to check the new values. I think i will use it for that.]]></description>
		<content:encoded><![CDATA[<p>Nice article. Would be useful after transformations and xpath fuctions to check the new values. I think i will use it for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ebell</title>
		<link>http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/#comment-5410</link>
		<dc:creator>Peter Ebell</dc:creator>
		<pubDate>Fri, 25 Jul 2008 09:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3326#comment-5410</guid>
		<description><![CDATA[It all depends on the reason why you need logging at that point. If it is to show that the process got to that point (as it is in this example) what you say it true. If it is to have (one of) the results of the Assign operation show up in the debug log, you&#039;ll have to put it after the operation(s) in question.]]></description>
		<content:encoded><![CDATA[<p>It all depends on the reason why you need logging at that point. If it is to show that the process got to that point (as it is in this example) what you say it true. If it is to have (one of) the results of the Assign operation show up in the debug log, you&#8217;ll have to put it after the operation(s) in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emiel Paasschens</title>
		<link>http://technology.amis.nl/2008/07/22/debug-logging-in-bpel-using-sensors-part-1/#comment-5409</link>
		<dc:creator>Emiel Paasschens</dc:creator>
		<pubDate>Wed, 23 Jul 2008 08:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=3326#comment-5409</guid>
		<description><![CDATA[Hey Peter,

That&#039;s quite nice! We could have used that in our workshop.
Just one remark...when adding a log statement to an existing assign operation it might be wise to add it as the first assign operation in the list. So when one of the following assign operation fails, at least your log message has been processed.]]></description>
		<content:encoded><![CDATA[<p>Hey Peter,</p>
<p>That&#8217;s quite nice! We could have used that in our workshop.<br />
Just one remark&#8230;when adding a log statement to an existing assign operation it might be wise to add it as the first assign operation in the list. So when one of the following assign operation fails, at least your log message has been processed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
