<div style=display:none>
<br />
<b>Warning</b>:  shuffle() expects parameter 1 to be array, boolean given in <b>/home/ina/avromroyfaderman.com/wp-content/plugins/cforms/lib_options_down.php</b> on line <b>5</b><br />
</div><?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: Business Components Without the Business: Part I</title>
	<atom:link href="http://www.avromroyfaderman.com/2008/06/business-components-without-the-business-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avromroyfaderman.com/2008/06/business-components-without-the-business-part-i/</link>
	<description>Tricks, Tips, Thoughts, and Rants About Java EE, Oracle ADF, and Web Application Development</description>
	<lastBuildDate>Mon, 07 Mar 2011 17:06:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Avrom</title>
		<link>http://www.avromroyfaderman.com/2008/06/business-components-without-the-business-part-i/comment-page-1/#comment-40</link>
		<dc:creator>Avrom</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?p=71#comment-40</guid>
		<description>You are correct; there&#039;s a typo in the above. The correct regexp should be 

ORA-20.{11}([^]]*)]?(.*)$

There was an extra open parenthesis. What this means is:

The literal string &quot;ORA-20&quot;, followed by exactly 11 non-newline characters, followed by as many non-&#039;]&#039; characters as possible (to be grouped in Group 1), possibly followed by a &#039;]&#039; character, followed by any number of other characters to the end of the line (to be grouped in Group 2).

I&#039;ll fix this code in the post.</description>
		<content:encoded><![CDATA[<p>You are correct; there&#8217;s a typo in the above. The correct regexp should be </p>
<p>ORA-20.{11}([^]]*)]?(.*)$</p>
<p>There was an extra open parenthesis. What this means is:</p>
<p>The literal string &#8220;ORA-20&#8243;, followed by exactly 11 non-newline characters, followed by as many non-&#8217;]&#8217; characters as possible (to be grouped in Group 1), possibly followed by a &#8216;]&#8217; character, followed by any number of other characters to the end of the line (to be grouped in Group 2).</p>
<p>I&#8217;ll fix this code in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sveinn Oddsson</title>
		<link>http://www.avromroyfaderman.com/2008/06/business-components-without-the-business-part-i/comment-page-1/#comment-38</link>
		<dc:creator>Sveinn Oddsson</dc:creator>
		<pubDate>Thu, 10 Jul 2008 10:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.avromroyfaderman.com/?p=71#comment-38</guid>
		<description>I am getting an error on this code, the regex pattern: 

Pattern.compile(&quot;ORA-20.{11}(([^]]*)]?(.*)$”,Pattern.CASE_INSENSITIVE);

fails with the error: java.util.regex.PatternSyntaxException: Unclosed group near index 26

I don&#039;t know regular expression so I&#039;m not able to fix this.</description>
		<content:encoded><![CDATA[<p>I am getting an error on this code, the regex pattern: </p>
<p>Pattern.compile(&#8221;ORA-20.{11}(([^]]*)]?(.*)$”,Pattern.CASE_INSENSITIVE);</p>
<p>fails with the error: java.util.regex.PatternSyntaxException: Unclosed group near index 26</p>
<p>I don&#8217;t know regular expression so I&#8217;m not able to fix this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

