<?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: Intercepting web service calls with a custom Metro Tube</title>
	<atom:link href="http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/feed/" rel="self" type="application/rss+xml" />
	<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 03:20:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gunnar</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-157</link>
		<dc:creator>Gunnar</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-157</guid>
		<description>Hi Marek,

good idea. I created an enhancement request:

&lt;a href=&quot;//jax-ws.dev.java.net/issues/show_bug.cgi?id=839\&quot; rel=&quot;nofollow&quot;&gt;https://jax-ws.dev.java.net/issues/show_bug.cgi?id=839&lt;/a&gt;

Do you know already, when there will be an updated GF/Metro roadmap?</description>
		<content:encoded><![CDATA[<p>Hi Marek,</p>
<p>good idea. I created an enhancement request:</p>
<p><a href="//jax-ws.dev.java.net/issues/show_bug.cgi?id=839\" rel="nofollow">https://jax-ws.dev.java.net/issues/show_bug.cgi?id=839</a></p>
<p>Do you know already, when there will be an updated GF/Metro roadmap?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Potociar</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-155</link>
		<dc:creator>Marek Potociar</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-155</guid>
		<description>Hi Gunnar,
currently it is difficult to tell. At present we are working on the future roadmap for Metro and GlassFish. But it would be certainly good if you could &lt;a href=&quot;https://wsit.dev.java.net/servlets/ProjectIssues&quot; rel=&quot;nofollow&quot;&gt;submit an new request for enhancement&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Gunnar,<br />
currently it is difficult to tell. At present we are working on the future roadmap for Metro and GlassFish. But it would be certainly good if you could <a href="https://wsit.dev.java.net/servlets/ProjectIssues" rel="nofollow">submit an new request for enhancement</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunnar</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-154</link>
		<dc:creator>Gunnar</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-154</guid>
		<description>Hi Marek,

thanks for the very informative post. This helped me a lot when customizing Metro&#039;s schema validation feature to make it runtime-configurable:

&lt;a href=&quot;http://musingsofaprogrammingaddict.blogspot.com/2010/03/runtime-configuration-of-schema.html&quot; rel=&quot;nofollow&quot;&gt;http://musingsofaprogrammingaddict.blogspot.com/2010/03/runtime-configuration-of-schema.html&lt;/a&gt;

Do you see any chance to get something like this integrated into Metro itself?</description>
		<content:encoded><![CDATA[<p>Hi Marek,</p>
<p>thanks for the very informative post. This helped me a lot when customizing Metro&#8217;s schema validation feature to make it runtime-configurable:</p>
<p><a href="http://musingsofaprogrammingaddict.blogspot.com/2010/03/runtime-configuration-of-schema.html" rel="nofollow">http://musingsofaprogrammingaddict.blogspot.com/2010/03/runtime-configuration-of-schema.html</a></p>
<p>Do you see any chance to get something like this integrated into Metro itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Potociar</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-149</link>
		<dc:creator>Marek Potociar</dc:creator>
		<pubDate>Mon, 16 Nov 2009 17:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-149</guid>
		<description>Since Tube is not a public API, it is not documented for external users. But there are numerous blogs on that topic from my colleagues. Try googling for &quot;tubes jaxws&quot; and you should find some useful links.</description>
		<content:encoded><![CDATA[<p>Since Tube is not a public API, it is not documented for external users. But there are numerous blogs on that topic from my colleagues. Try googling for &#8220;tubes jaxws&#8221; and you should find some useful links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiong wei</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-148</link>
		<dc:creator>xiong wei</dc:creator>
		<pubDate>Mon, 16 Nov 2009 15:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-148</guid>
		<description>hi， Marek
  I have interest in metro tube, but I do not know where to get tutorial for tube. could u help provide some resource location? thanks</description>
		<content:encoded><![CDATA[<p>hi， Marek<br />
  I have interest in metro tube, but I do not know where to get tutorial for tube. could u help provide some resource location? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Potociar</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-147</link>
		<dc:creator>Marek Potociar</dc:creator>
		<pubDate>Mon, 16 Nov 2009 13:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-147</guid>
		<description>I did place my tube into $AS_HOME/lib so that it is available to ALL web services deployed on the GF instance. Normally, it should be sufficient to bundle your metro.xml config file and your tube factory class along with your web services within your application&#039;s WAR</description>
		<content:encoded><![CDATA[<p>I did place my tube into $AS_HOME/lib so that it is available to ALL web services deployed on the GF instance. Normally, it should be sufficient to bundle your metro.xml config file and your tube factory class along with your web services within your application&#8217;s WAR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-146</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Mon, 16 Nov 2009 11:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-146</guid>
		<description>Oh, I&#039;ve just read that you had placed your tube in AS_HOME/lib directory...

But wan&#039;t to notice that we have to do it because factory classes cannot be loaded. Configuration file is read perfectly (It&#039;s done by the special loader class MetroConfigLoader). And only different classloaders make us to place jars to AS_HOME/lib. Hope this will be fixed...</description>
		<content:encoded><![CDATA[<p>Oh, I&#8217;ve just read that you had placed your tube in AS_HOME/lib directory&#8230;</p>
<p>But wan&#8217;t to notice that we have to do it because factory classes cannot be loaded. Configuration file is read perfectly (It&#8217;s done by the special loader class MetroConfigLoader). And only different classloaders make us to place jars to AS_HOME/lib. Hope this will be fixed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://marek.potociar.net/2009/10/19/custom-metro-tube-interceptor/comment-page-1/#comment-145</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Mon, 16 Nov 2009 11:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=76#comment-145</guid>
		<description>Hello. Thanks for a great post.

I have a problem with metro 2.0 on Glassfish 2.1 (I&#039;ve installed it manually). My tube factory cannot be loaded. JAXWS tube line assembler is created before the app is deployed. And tube factory has another classloader (metro classes are loaded by the parent one). So I&#039;m getting &#039;Unable to load tube factory class &#039; message within the runtime exception.

Don&#039;t you know how it can be fixed?</description>
		<content:encoded><![CDATA[<p>Hello. Thanks for a great post.</p>
<p>I have a problem with metro 2.0 on Glassfish 2.1 (I&#8217;ve installed it manually). My tube factory cannot be loaded. JAXWS tube line assembler is created before the app is deployed. And tube factory has another classloader (metro classes are loaded by the parent one). So I&#8217;m getting &#8216;Unable to load tube factory class &#8216; message within the runtime exception.</p>
<p>Don&#8217;t you know how it can be fixed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
