<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>wMUsers - Flow and Java services</title>
		<link>http://www.wmusers.com/forum/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 11 Sep 2010 02:45:30 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://wmusers.com/forum/images/misc/rss.jpg</url>
			<title>wMUsers - Flow and Java services</title>
			<link>http://www.wmusers.com/forum/</link>
		</image>
		<item>
			<title>Integrating an EAR file with WM</title>
			<link>http://www.wmusers.com/forum/showthread.php?t=19885&amp;goto=newpost</link>
			<pubDate>Fri, 10 Sep 2010 21:55:00 GMT</pubDate>
			<description>Guyz, 
 
I have a requirement to integrate a third party code (custom adapter) in to WM for communicating with a back end server. The options that i...</description>
			<content:encoded><![CDATA[<div>Guyz,<br />
<br />
I have a requirement to integrate a third party code (custom adapter) in to WM for communicating with a back end server. The options that i have are to request for a JAR,EAR or a RAR file.<br />
<br />
I know that i can integrate the code with a JAR but never thought about integrating with an EAR file. Did anyone integrate an EAR file in to webMethods? If so how can this be achieved? Is this same as integrating a JAR file?<br />
<br />
Cheers,<br />
Akshith</div>

]]></content:encoded>
			<category domain="http://www.wmusers.com/forum/forumdisplay.php?f=47">Flow and Java services</category>
			<dc:creator>akki_84</dc:creator>
			<guid isPermaLink="true">http://www.wmusers.com/forum/showthread.php?t=19885</guid>
		</item>
		<item>
			<title><![CDATA[How to achieve "Exit and Signal Failure" behavior in a Java Service.]]></title>
			<link>http://www.wmusers.com/forum/showthread.php?t=19870&amp;goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 14:19:33 GMT</pubDate>
			<description>Hey guys, 
Been reading similar posts on the forum here and gave em all a try but looks like I am still missing something. I have spent a lot of time...</description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
Been reading similar posts on the forum here and gave em all a try but looks like I am still missing something. I have spent a lot of time on this on my own and now I think I need some help trying to figure out this problem.<br />
<br />
Here is the setup:<br />
<br />
Flow Service A: <br />
            Try Block: Calls  Flow Service B<br />
            Catch Block: Handle Error. (This is a custom java service I wrote on the same lines of getLastError. I did this because I wanted to extend the behavior of getLastError.)<br />
Flow Service B: (No Try/Catch in this one)<br />
             Call Service C<br />
              Do some transformation<br />
Flow Service C:<br />
             Try Block: Does a bunch of transformations<br />
             Catch Block: Handle Error (same custom java service instead of getLastError)<br />
                               Exit and Signal Failure.<br />
<br />
This setup works perfectly. When there is an error in Service C, the error bubbles up to Service A's catch block and by inspecting the pipeline object in the lastError doc, I am able to get the error that happened in service C and do whatever I need to do there. <br />
<br />
What am I trying to do?:<br />
I want to combine the Handle Error service and the Exit and Signal Failure steps into one Java service and have a service like Handle Error and re-throw. When I throw a ServiceException from within the Java Service, the control is not being handled to the Catch Block of Flow Service A. <br />
<br />
Attached is the code to my custom getLastError. Sorry for the long post, wanted to be as clear as possible.<br />
<br />
Thanks in adavance,<br />
Z</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.wmusers.com/forum/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.wmusers.com/forum/attachment.php?attachmentid=704&amp;d=1283955470">getLastError_Custom.txt</a> (2.2 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.wmusers.com/forum/forumdisplay.php?f=47">Flow and Java services</category>
			<dc:creator>shahzafar</dc:creator>
			<guid isPermaLink="true">http://www.wmusers.com/forum/showthread.php?t=19870</guid>
		</item>
		<item>
			<title>JVM Heap Size</title>
			<link>http://www.wmusers.com/forum/showthread.php?t=19868&amp;goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 10:45:38 GMT</pubDate>
			<description>Hi 
  
Is it possible to find out the JVM heap size on Integration server? 
I am using 7.1.2 on UNIX platform.  
  
It will be better if i get any...</description>
			<content:encoded><![CDATA[<div>Hi<br />
 <br />
Is it possible to find out the JVM heap size on Integration server?<br />
I am using 7.1.2 on UNIX platform. <br />
 <br />
It will be better if i get any built-in service other than from WmRoot package. :o<br />
 <br />
Any help would be appreciated. Thanks in advance.<br />
 <br />
Thanks<br />
Rohit Ware</div>

]]></content:encoded>
			<category domain="http://www.wmusers.com/forum/forumdisplay.php?f=47">Flow and Java services</category>
			<dc:creator>rohitware</dc:creator>
			<guid isPermaLink="true">http://www.wmusers.com/forum/showthread.php?t=19868</guid>
		</item>
		<item>
			<title>Process Large Volume XML File</title>
			<link>http://www.wmusers.com/forum/showthread.php?t=19857&amp;goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 05:57:47 GMT</pubDate>
			<description>Hi All , I want to process very high volume xml file say 2 GB in flow service/java service . The requirement is :-  
 
Fetch the input file from...</description>
			<content:encoded><![CDATA[<div>Hi All , I want to process very high volume xml file say 2 GB in flow service/java service . The requirement is :- <br />
<br />
Fetch the input file from location , transform it and sftp to target system .<br />
<br />
Now the problem is even though if we use NodeIterator to iterate over the nodes 1 by 1 , if we get say 10000 child tag list in it ..then flow service takes a long time to loop over 10000 child tag and many time fail...<br />
<br />
Can you please help me better solution to handle large volume of xml ??<br />
<br />
thanks in advance<br />
Rohit Gupta<br />
<a href="mailto:rohitgupta.it@gmail.com">rohitgupta.it@gmail.com</a></div>

]]></content:encoded>
			<category domain="http://www.wmusers.com/forum/forumdisplay.php?f=47">Flow and Java services</category>
			<dc:creator>rohitgupta2476</dc:creator>
			<guid isPermaLink="true">http://www.wmusers.com/forum/showthread.php?t=19857</guid>
		</item>
	</channel>
</rss>
