<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT-eye</title>
	<atom:link href="http://www.it-eye.nl/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-eye.nl/weblog</link>
	<description>Where Business meets IT</description>
	<lastBuildDate>Thu, 07 Jan 2010 15:34:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle Maps in APEX</title>
		<link>http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/</link>
		<comments>http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:08:18 +0000</pubDate>
		<dc:creator>Theo van Arem</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[APEX]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Spatial]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1669</guid>
		<description><![CDATA[After completing a migration of a GIS Application to 11g database i was wondering how difficult it could be to integrate Oracle Maps on a APEX page.
I have installed the following components:


Oracle 11g Database


OC4J Container 10.1.3.5.0


Oracle Fusion Middleware MapViewer 11.1.1.2


Oracle Spatial Demo Data Set


upgraded the SQL Developer to version 2.1 and installed the GeoRaptor plugin [...]]]></description>
			<content:encoded><![CDATA[<p>After completing a migration of a GIS Application to 11g database i was wondering how difficult it could be to integrate Oracle Maps on a APEX page.</p>
<p>I have installed the following components:</p>
<ul>
<li>
<a href="http://www.oracle.com/technology/products/database/oracle11g/index.html">Oracle 11g Database</a>
</li>
<li>
<a href="http://www.oracle.com/technology/software/products/ias/htdocs/utilsoft.html">OC4J Container 10.1.3.5.0</a>
</li>
<li>
<a href="http://www.oracle.com/technology/products/mapviewer/index.html">Oracle Fusion Middleware MapViewer 11.1.1.2</a>
</li>
<li>
<a href="http://www.oracle.com/technology/software/products/mapviewer/index.html">Oracle Spatial Demo Data Set</a>
</li>
</ul>
<p>upgraded the <a href="http://www.oracle.com/technology/products/database/sql_developer/index.html">SQL Developer</a> to version 2.1 and installed the <a href="http://georaptor.sourceforge.net/">GeoRaptor plugin to visualize oracle spatial data</a></p>
<p>Step 1: &#8220;Validate Demo Data and working of GeoRaptor&#8221;<br />
Step 2: &#8220;Validate Working of MapViewer jsp client&#8221;<br />
Step 3: &#8220;Validate Working of MapViewer JavaScript client&#8221;<br />
Step 4: &#8220;Include the JavaScript client in APEX page&#8221;<br />
<span id="more-1669"></span><br />
<strong>Step 1 &#8211; Validate Demo Data and working of GeoRaptor</strong><br />
After installing the software i tested the working of georaptor if it could visualise the counties supplied in the demo data</p>
<p><a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/GeoRaptor.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/GeoRaptor.PNG" alt="GeoRaptor" class="alignnone size-full wp-image-1671" /></a></p>
<p>Now the data is available in the database we can can configure mapviewer (if not already done after installation).</p>
<p><strong>Step 2 &#8211; Validate Working of MapViewer jsp client</strong><br />
Go you the mapviewer application http://[server]:[port]/mapviewer/ in my case: http://oracle11g:8888/mapviewer/. <strong>Don&#8217;t</strong> click on the link. That will send you to the 10g version. Let the redirection preform to enter the 11g application.<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gHome.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gHome.PNG" alt="MapViewer11gHome" class="alignnone size-full wp-image-1678" /></a></p>
<p>Click on the Admin link in the top left and login with oc4jadmin account.</p>
<p>Create a data source to access the demo data.<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gHomeDataSource.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gHomeDataSource.PNG" alt="MapViewer11gHomeDataSource" class="alignnone size-full wp-image-1679" /></a></p>
<p>After defining the data source you can check if the data is available for the application by clicking on the tab &#8216;Meta Data&#8217;<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMetaData.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMetaData.PNG" alt="MapViewer11gMetaData" class="alignnone size-full wp-image-1676" /></a></p>
<p>Here you can check what map&#8217;s, themes and styles are present in the defined data source. If you specified everthing correct you will see the maps and themes from the demo data.</p>
<p>Now it&#8217;s time to show a map on the screen!!</p>
<p>Start the MapViewer jsp client by selecting the Demo tab and click on the link mapclient.<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gDemo.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gDemo.PNG" alt="MapViewer11gDemo" class="alignnone size-full wp-image-1677" /></a></p>
<p>On the following page you have to enter DataSource, BaseMap, X,Y position, Zoom level. After entering the requesten info you click on Submit and you will see the following map:<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJSP.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJSP.PNG" alt="MapViewer11gMapClientJSP" class="alignnone size-full wp-image-1680" /></a></p>
<p><strong>Step 3 &#8211; Validate Working of MapViewer JavaScript client</strong></p>
<p>Enter the flowing url in your browser: http://[server]:[port]/mapviewer/fsmc/omaps.jsp in my case: http://oracle11g:8888/mapviewer/fsmc/omaps.jsp<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJavaScript.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJavaScript.PNG" alt="MapViewer11gMapClientJavaScript" class="alignnone size-full wp-image-1688" /></a></p>
<p>This application ask again for the datasource and other data to display the map. After suppling the information and pressing the Proceed button you will be presented a map with control buttons to navigate over the map.</p>
<p><a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJavaScriptMap.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJavaScriptMap.PNG" alt="MapViewer11gMapClientJavaScriptMap" class="alignnone size-full wp-image-1687" /></a></p>
<p><strong>Step 4 &#8211; Include the JavaScript client in APEX page</strong></p>
<p>Step 4.1 Create page on in you APEX application</p>
<p>Step 4.2 Configure the Page Attributes:<br />
* Header Text<br />
* Body Attribute</p>
<p>Enter the following text in Header Text:<br />
<code><br />
 &lt;script language="Javascript"<br />
src="http://oracle11g:8888/mapviewer/fsmc/jslib/oraclemaps.js"&gt;<br />
&lt;/script&gt;<br />
 &lt;script type="text/javascript"&gt;<br />
 function on_load_mapview()<br />
  {<br />
    var baseURL  = "http://"+"oracle11g:8888"+"/mapviewer";<br />
    // Create a MVMapView instance<br />
    var mapview = new MVMapView(document.getElementById("map"), baseURL);<br />
    // Add a map tile layer<br />
    mapview.addMapTileLayer(new MVMapTileLayer("mvdemo.demo_map"));<br />
    // Set the initial map center<br />
    mapview.setCenter(MVSdoGeometry.createPoint(-120,36));<br />
    // Set Zoomlevel<br />
    mapview.setZoomLevel(1);<br />
    // Add navigation controles<br />
    mapview.addNavigationPanel('east');<br />
    // Add a scale bar<br />
    mapview.addScaleBar();<br />
    // Show map<br />
    mapview.display();<br />
  }<br />
&lt;/script&gt;<br />
</code><br />
Here we load the oraclemaps.js for the communication with the MapViewer. Don&#8217;t forget to change the url&#8217;s to fit with your environment.</p>
<p>Enter the following text in HTML Body Attribute<br />
<code>onload="on_load_mapview()"<br />
</code><br />
This will call the function on_load_mapview() specified in the header of this HTML page.</p>
<p>Step 4.3 Create a HTML region with the following HTML:<br />
<code>&lt;div id="map" style="width: 1200px;height: 600px"&gt;&lt;/div&gt;</code><br />
Now your application is ready to run! Hopefully you will have the same result as i have presented below:</p>
<p><a href="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJavaScriptMapInAPEX.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2010/01/MapViewer11gMapClientJavaScriptMapInAPEX.PNG" alt="MapViewer11gMapClientJavaScriptMapInAPEX" class="alignnone size-full wp-image-1701" /></a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2010%2F01%2F07%2Foracle-maps-in-apex%2F&amp;title=Oracle%20Maps%20in%20APEX&amp;notes=After%20completing%20a%20migration%20of%20a%20GIS%20Application%20to%2011g%20database%20i%20was%20wondering%20how%20difficult%20it%20could%20be%20to%20integrate%20Oracle%20Maps%20on%20a%20APEX%20page.%0D%0A%0D%0AI%20have%20installed%20the%20following%20components%3A%0D%0A%0D%0A%0D%0AOracle%2011g%20Database%0D%0A%0D%0A%0D%0AOC4J%20Container%2010.1.3.5.0" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2010%2F01%2F07%2Foracle-maps-in-apex%2F&amp;title=Oracle%20Maps%20in%20APEX&amp;annotation=After%20completing%20a%20migration%20of%20a%20GIS%20Application%20to%2011g%20database%20i%20was%20wondering%20how%20difficult%20it%20could%20be%20to%20integrate%20Oracle%20Maps%20on%20a%20APEX%20page.%0D%0A%0D%0AI%20have%20installed%20the%20following%20components%3A%0D%0A%0D%0A%0D%0AOracle%2011g%20Database%0D%0A%0D%0A%0D%0AOC4J%20Container%2010.1.3.5.0" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2010%2F01%2F07%2Foracle-maps-in-apex%2F&amp;title=Oracle%20Maps%20in%20APEX" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2010%2F01%2F07%2Foracle-maps-in-apex%2F&amp;title=Oracle%20Maps%20in%20APEX&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=After%20completing%20a%20migration%20of%20a%20GIS%20Application%20to%2011g%20database%20i%20was%20wondering%20how%20difficult%20it%20could%20be%20to%20integrate%20Oracle%20Maps%20on%20a%20APEX%20page.%0D%0A%0D%0AI%20have%20installed%20the%20following%20components%3A%0D%0A%0D%0A%0D%0AOracle%2011g%20Database%0D%0A%0D%0A%0D%0AOC4J%20Container%2010.1.3.5.0" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2010%2F01%2F07%2Foracle-maps-in-apex%2F&amp;title=Oracle%20Maps%20in%20APEX" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2010%2F01%2F07%2Foracle-maps-in-apex%2F&amp;title=Oracle%20Maps%20in%20APEX" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2010%2F01%2F07%2Foracle-maps-in-apex%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/#comments">One comment</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/&amp;title=Oracle Maps in APEX">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/&amp;title=Oracle Maps in APEX" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/&amp;title=Oracle Maps in APEX" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/&amp;title=Oracle Maps in APEX" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/software-development/" title="View all posts in Software development" rel="category tag">Software development</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2010/01/07/oracle-maps-in-apex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle 11g Access Control Lists</title>
		<link>http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/</link>
		<comments>http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 12:36:31 +0000</pubDate>
		<dc:creator>Theo van Arem</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1650</guid>
		<description><![CDATA[Today i was using utl_http package on my 11g db and I encountered the following error:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1577
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at line 1
His is the result of the improved security in 11g. When you want to create a connection to a remote server with [...]]]></description>
			<content:encoded><![CDATA[<p>Today i was using utl_http package on my 11g db and I encountered the following error:</p>
<p><code>ORA-29273: HTTP request failed<br />
ORA-06512: at "SYS.UTL_HTTP", line 1577<br />
ORA-24247: network access denied by access control list (ACL)<br />
ORA-06512: at line 1</code></p>
<p>His is the result of the improved security in 11g. When you want to create a connection to a remote server with one of the util packages: TCP,HTTP,SMTP besides the privileges on the package you need to configure the connection in a Access Control List  (ACL). In a ACL you can configure in detail the allowed connections by entering the following parameters:</p>
<ul>
<li>Server name or IP</li>
<li>Port number range</li>
<li>Database user/role</li>
<li>Start date</li>
<li>End date</li>
</ul>
<p>The package <a href="http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_networkacl_adm.htm#BABCJDGC">DBMS_NETWORK_ACL_ADMIN</a> enables you to create and configure ACL&#8217;s.</p>
<p>The ACL is a nice security feature but when migrating applications to 11g it&#8217;s something you will encounter.</p>
<p>More information:</p>
<ul>
<li><a href="http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_networkacl_adm.htm">dbms_network_acl_admin documentation </a>
</li>
<li><a href="http://www.oracle.com/technology/pub/articles/oracle-database-11g-top-features/11g-security.html">Article writen by Arup Nanda</a></li>
</ul>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F30%2Foracle-11g-access-control-lists%2F&amp;title=Oracle%2011g%20Access%20Control%20Lists&amp;notes=Today%20i%20was%20using%20utl_http%20package%20on%20my%2011g%20db%20and%20I%20encountered%20the%20following%20error%3A%0D%0A%0D%0A%0D%0AORA-29273%3A%20HTTP%20request%20failed%0D%0AORA-06512%3A%20at%20%22SYS.UTL_HTTP%22%2C%20line%201577%0D%0AORA-24247%3A%20network%20access%20denied%20by%20access%20control%20list%20%28ACL%29%0D%0AORA-06512%3A%20at%20line%201%0D%0A" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F30%2Foracle-11g-access-control-lists%2F&amp;title=Oracle%2011g%20Access%20Control%20Lists&amp;annotation=Today%20i%20was%20using%20utl_http%20package%20on%20my%2011g%20db%20and%20I%20encountered%20the%20following%20error%3A%0D%0A%0D%0A%0D%0AORA-29273%3A%20HTTP%20request%20failed%0D%0AORA-06512%3A%20at%20%22SYS.UTL_HTTP%22%2C%20line%201577%0D%0AORA-24247%3A%20network%20access%20denied%20by%20access%20control%20list%20%28ACL%29%0D%0AORA-06512%3A%20at%20line%201%0D%0A" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F30%2Foracle-11g-access-control-lists%2F&amp;title=Oracle%2011g%20Access%20Control%20Lists" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F30%2Foracle-11g-access-control-lists%2F&amp;title=Oracle%2011g%20Access%20Control%20Lists&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=Today%20i%20was%20using%20utl_http%20package%20on%20my%2011g%20db%20and%20I%20encountered%20the%20following%20error%3A%0D%0A%0D%0A%0D%0AORA-29273%3A%20HTTP%20request%20failed%0D%0AORA-06512%3A%20at%20%22SYS.UTL_HTTP%22%2C%20line%201577%0D%0AORA-24247%3A%20network%20access%20denied%20by%20access%20control%20list%20%28ACL%29%0D%0AORA-06512%3A%20at%20line%201%0D%0A" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F30%2Foracle-11g-access-control-lists%2F&amp;title=Oracle%2011g%20Access%20Control%20Lists" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F30%2Foracle-11g-access-control-lists%2F&amp;title=Oracle%2011g%20Access%20Control%20Lists" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F30%2Foracle-11g-access-control-lists%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/#comments">No comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/&amp;title=Oracle 11g Access Control Lists">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/&amp;title=Oracle 11g Access Control Lists" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/&amp;title=Oracle 11g Access Control Lists" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/&amp;title=Oracle 11g Access Control Lists" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/software-development/" title="View all posts in Software development" rel="category tag">Software development</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/12/30/oracle-11g-access-control-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Fault Management Framework in Oracle 11g</title>
		<link>http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/</link>
		<comments>http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 15:06:18 +0000</pubDate>
		<dc:creator>Theo van Arem</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[BPEL Error Hospital]]></category>
		<category><![CDATA[Fault Management Framework]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1569</guid>
		<description><![CDATA[The configuration of the fault management Framework for a SCA component has been made more flexible than it was in 10g. We can configure fault policies not only on composite level but also on component level. This enables us to configure retry policies not only on an error type and filter but also on specific [...]]]></description>
			<content:encoded><![CDATA[<p>The configuration of the fault management Framework for a SCA component has been made more flexible than it was in 10g. We can configure fault policies not only on composite level but also on component level. This enables us to configure retry policies not only on an error type and filter but also on specific components. To do this you just need two files:</p>
<ul>
<li>fault-policies.xml, <a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/med_faulthandling.htm#BABBGIDE">fault-policies.xsd</a></li>
<li>fault-bindings.xml, <a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/med_faulthandling.htm#BABBFBDF">fault-bindings.xsd</a></li>
</ul>
<p>You have to enable the fault policy by adding the files to your sca component, or you can add a reference in the sca component to hem, for example when they are placed in the mds. </p>
<p><strong>fault-bindings.xml</strong><br />
Examples of fault-bindings.xml files can be found in oracle&#8217;s documentations:</p>
<ul>
<li> <a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_faults.htm#CIHDCFBH">Fault policy on composite level</a>, <em>the chapter is called fault-buildings.xml but they are talking about fault-bindings.xml don&#8217;t let this confuse you</em></li>
<li> <a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_faults.htm#CIHHJDHJ">Fault policy on component level</a></li>
</ul>
<p><strong>fault-policies.xml</strong><br />
An detailed fault-policies.xml file can be found <a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_faults.htm#CIHHHEBE">here</a>.</p>
<p><strong>Mediator</strong><br />
The Fault Management Framework is <strong>only</strong> applicable for mediators that processes their rules <strong>parallel</strong>, see documentation <a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/med_faulthandling.htm#SOASE274">Fault Policies Mediator</a>. If an error is matched in the fault policy an possible predefined fault action in the mediator will be ignored. Be aware of this when you are defining your fault policies and error handling.</p>
<p><strong>Example</strong><br />
I have made a simple sca component to show the working of the framework. This sca component has two components {BPEL and Mediator} which are exposed as services to the outside world.<br />
<span id="more-1569"></span><br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/CompositeOverview.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/CompositeOverview.PNG" alt="CompositeOverview" class="alignnone size-full wp-image-1584" /></a></p>
<p>They will pass the message to a BPEL that throws a remote exception so we can test the working of the configured fault policies and bindings. In this case a simple available exception but in real it could be an custom defined Business exception to trigger the fault handling. We will see also the way to recover an BPEL instance and a Mediator instance.<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/RemoteExceptionBPEL.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/RemoteExceptionBPEL.PNG" alt="RemoteExceptionBPEL" class="alignnone size-full wp-image-1589" /></a></p>
<p>The fault-policies.xml that&#8217;s configured in this project<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/FaultPoliciesXml.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/FaultPoliciesXml.PNG" alt="FaultPoliciesXml" class="alignnone size-full wp-image-1586" /></a></p>
<p>This fault-bindings.xml that&#8217;s configured in this project<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/FaultBindingsXml.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/FaultBindingsXml.PNG" alt="FaultBindingsXml" class="alignnone size-full wp-image-1585" /></a><br />
If you would like to define on component level the fault policies the fault-bindings.xml would look like this<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/FaultPoliciesXmlComponent.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/FaultPoliciesXmlComponent.PNG" alt="FaultPoliciesXmlComponent" class="alignnone size-full wp-image-1594" /></a></p>
<p><strong>Testing the composite</strong><br />
We deploy the composite and test if all the instances are cached by the defined fault policy.</p>
<p><strong>Mediator Routing</strong><br />
First i invoked the service that&#8217;s connected to the mediator routing.<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeMediatorRouting.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeMediatorRouting.PNG" alt="InvokeMediatorRouting" class="alignnone size-full wp-image-1597" /></a><br />
De defined fault policy works fine because the instance is been marked recoverable. By clicking on the link &#8216;Recoverable&#8217; you get a popup where you can modify the payload (if needed) and select a recover action.<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeMediatorRoutingRecover.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeMediatorRoutingRecover.PNG" alt="InvokeMediatorRoutingRecover" class="alignnone size-full wp-image-1598" /></a></p>
<p><strong>BPELRouting</strong><br />
Second i tested the service that&#8217;s connected to the BPELRouting component.<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeBPELRouting1.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeBPELRouting1.PNG" alt="InvokeBPELRouting" class="alignnone size-full wp-image-1595" /></a><br />
We have here also the same link to recover this instance.<br />
<a href="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeBPELRoutingRecover1.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/InvokeBPELRoutingRecover1.PNG" alt="InvokeBPELRoutingRecover" class="alignnone size-full wp-image-1596" /></a></p>
<p>That&#8217;s the end of a simple example to get started with the Fault Management Framework.</p>
<p>This example has been executed on<br />
Fusion Middleware 11g (11.1.1.2.0)</p>
<p>Reference documentation</p>
<ul>
<li><a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/med_faulthandling.htm">Using Mediator Error Handling</a></li>
<li><a href="http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_faults.htm">Using Fault Handling in a BPEL Process</a></li>
</ul>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F10%2Fusing-fault-management-framework-in-oracle-11g%2F&amp;title=Using%20Fault%20Management%20Framework%20in%20Oracle%2011g&amp;notes=The%20configuration%20of%20the%20fault%20management%20Framework%20for%20a%20SCA%20component%20has%20been%20made%20more%20flexible%20than%20it%20was%20in%2010g.%20We%20can%20configure%20fault%20policies%20not%20only%20on%20composite%20level%20but%20also%20on%20component%20level.%20This%20enables%20us%20to%20configure%20retry%20polici" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F10%2Fusing-fault-management-framework-in-oracle-11g%2F&amp;title=Using%20Fault%20Management%20Framework%20in%20Oracle%2011g&amp;annotation=The%20configuration%20of%20the%20fault%20management%20Framework%20for%20a%20SCA%20component%20has%20been%20made%20more%20flexible%20than%20it%20was%20in%2010g.%20We%20can%20configure%20fault%20policies%20not%20only%20on%20composite%20level%20but%20also%20on%20component%20level.%20This%20enables%20us%20to%20configure%20retry%20polici" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F10%2Fusing-fault-management-framework-in-oracle-11g%2F&amp;title=Using%20Fault%20Management%20Framework%20in%20Oracle%2011g" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F10%2Fusing-fault-management-framework-in-oracle-11g%2F&amp;title=Using%20Fault%20Management%20Framework%20in%20Oracle%2011g&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=The%20configuration%20of%20the%20fault%20management%20Framework%20for%20a%20SCA%20component%20has%20been%20made%20more%20flexible%20than%20it%20was%20in%2010g.%20We%20can%20configure%20fault%20policies%20not%20only%20on%20composite%20level%20but%20also%20on%20component%20level.%20This%20enables%20us%20to%20configure%20retry%20polici" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F10%2Fusing-fault-management-framework-in-oracle-11g%2F&amp;title=Using%20Fault%20Management%20Framework%20in%20Oracle%2011g" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F10%2Fusing-fault-management-framework-in-oracle-11g%2F&amp;title=Using%20Fault%20Management%20Framework%20in%20Oracle%2011g" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F10%2Fusing-fault-management-framework-in-oracle-11g%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/#comments">2 comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/&amp;title=Using Fault Management Framework in Oracle 11g">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/&amp;title=Using Fault Management Framework in Oracle 11g" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/&amp;title=Using Fault Management Framework in Oracle 11g" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/&amp;title=Using Fault Management Framework in Oracle 11g" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/software-development/" title="View all posts in Software development" rel="category tag">Software development</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/12/10/using-fault-management-framework-in-oracle-11g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Problem with composite tests in SOA Suite 11.1.1.2.0</title>
		<link>http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/</link>
		<comments>http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:22:40 +0000</pubDate>
		<dc:creator>Theo van Arem</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[SOA suite]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1505</guid>
		<description><![CDATA[Today i took a look at the test framework withing the 11g suite. I encountered a strange problem in the test framework of the SOA Suite but before i go into details i will explain the case.
I have made the following sca component that returns a greeting. The input is quite simple a name and [...]]]></description>
			<content:encoded><![CDATA[<p>Today i took a look at the test framework withing the 11g suite. I encountered a strange problem in the test framework of the SOA Suite but before i go into details i will explain the case.</p>
<p>I have made the following sca component that returns a greeting. The input is quite simple a name and a greeting type (&#8216;Hello&#8217; or &#8216;Bye&#8217;). The message is routed depending on the greeting type to a BPEL which response the greeting with a return greeting.<br />
<span id="more-1505"></span></p>
<p>A quite simple component not useful but good for this example. I deployed this component by uploading the generated Jar file to the server. Then i tested it by manual sending to requests from the enterprise manager:<br />
<code><br />
&lt;ns1:process&gt;<br />
&lt;ns1:input&gt;Arnold&lt;/ns1:input&gt;<br />
&lt;ns1:greeting&gt;Hello&lt;/ns1:greeting&gt;<br />
&lt;/ns1:process&gt;<br />
</code><br />
<a href="/weblog/wp-content/uploads/2009/12/ManualInvokeArnoldHello.PNG"><img src="/weblog/wp-content/uploads/2009/12/ManualInvokeArnoldHello.PNG" alt="ManualInvokeArnoldHello" class="alignnone size-full wp-image-1509" /></a></p>
<p>I have also tested the Bye greeting by sending the following request from the enterprise manager:<br />
<code><br />
&lt;ns1:process&gt;<br />
&lt;ns1:input&gt;Arnold&lt;/ns1:input&gt;<br />
&lt;ns1:greeting&gt;Bye&lt;/ns1:greeting&gt;<br />
&lt;/ns1:process&gt;<br />
</code><br />
<a href="/weblog/wp-content/uploads/2009/12/ManualInvokeArnoldBye.PNG"><img src="/weblog/wp-content/uploads/2009/12/ManualInvokeArnoldBye.PNG" alt="ManualInvokeArnoldBye" class="alignnone size-full wp-image-1509" /></a></p>
<p>To automate the tests i created a test suite where i added the same test scenario&#8217;s an Hello Message and a Bye message. You see here the flow defined in JDeveloper for the &#8216;Bye&#8217; case.<br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseTestFlow.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseTestFlow.PNG" alt="TestCaseTestFlow" class="alignnone size-full wp-image-1534" /></a><br />
The blue circle in the exposed service shows us that an initial message is defined. On the wire between the exposed service and the Mediator you see a document with a green arrow. This shows that there are actions defined on this wire. It could be an emulation but in our case an response assert to validate the response message from the Mediator to the exposed service.</p>
<p><strong>Initiation message</strong><br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseTestFlowInvoke.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseTestFlowInvoke.PNG" alt="TestCaseTestFlowInvoke" class="alignnone size-full wp-image-1536" /></a></p>
<p><strong>Response Assert</strong><br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseTestFlowAssertOutput.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseTestFlowAssertOutput.PNG" alt="TestCaseTestFlowAssertOutput" class="alignnone size-full wp-image-1537" /></a></p>
<p>To activate the test we have to redeploy the application.</p>
<p>After deployment go to the enterprise manager and loging<br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep1.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep1.PNG" alt="TestCaseInvokeStep1" class="alignnone size-full wp-image-1547" /></a></p>
<p>Select the application that&#8217;s available in the soa-infra<br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep2.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep2.PNG" alt="TestCaseInvokeStep2" class="alignnone size-full wp-image-1548" /></a><br />
Select the tab UnitTest and check the items you want to test. I this case all of them.<br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep3.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep3.PNG" alt="TestCaseInvokeStep3" class="alignnone size-full wp-image-1549" /></a><br />
Start the test by giving it a name. You can also change some test parameters but in this case we leave them default.<br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep4.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep4.PNG" alt="TestCaseInvokeStep4" class="alignnone size-full wp-image-1549" /></a><br />
Refresh to see the results of the unit test.</p>
<p>After time i expected to have two successful completed unittests. But the test case that tests the bye path fails.</p>
<p><a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep5.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep5.PNG" alt="TestCaseInvokeStep5" class="alignnone size-full wp-image-1549" /></a></p>
<p>You can see directly why this testcase failed. In the testcase we expect the value &#8216;Bye Theo&#8217; but it found &#8216;Hello Theo&#8217;. To check out what went wrong you click on the link of the faulted testcase. In this case ID 1005.</p>
<p><a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep6.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep6.PNG" alt="TestCaseInvokeStep6" class="alignnone size-full wp-image-1549" /></a><br />
You get an overview of all the instances that are connected to the testcase that&#8217;s executed. </p>
<p>We see that for instance 1005 (the faulted instance initiated by the &#8216;bye&#8217; test case). Looking closer to the flow we see that the BPELHelloWorld has been executed instead of the BPELByeWorld. So we click on the mediator that has routed the message to the wrong BPEL.</p>
<p><a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep7.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep7.PNG" alt="TestCaseInvokeStep7" class="alignnone size-full wp-image-1549" /></a></p>
<p>We see now in detail the execution of the mediator. We see the evaluation of the different xpath expressions.<br />
<a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep8.PNG"><img src="/weblog/wp-content/uploads/2009/12/TestCaseInvokeStep8.PNG" alt="TestCaseInvokeStep8" class="alignnone size-full wp-image-1549" /></a><br />
The first evaluation results False but why? I have tested the same application in two way&#8217;s:</p>
<ol>
<li>I have executed only the bye testcase ( test fails result=&#8217;Hello Theo&#8217;)</li>
<li>I have manual tested the webservice ( test passes result = &#8216;Bye Theo&#8217; )</li>
</ol>
<p>Making your SOA composites including their unit test goes rapidly but in this case there is still some work to do with the testframework. </p>
<p>This test has been preformed with the following components:</p>
<ol>
<li>Weblogic Server 11g rel 1. (10.3.2.0)</li>
<li>Fusion Middleware 11g Rel 1 (11.1.1.2.0)</li>
</ol>
<p><strong>UPDATE</strong> (09-12-2009)</p>
<p>On request of Tom i have added this screen print with the requested information.</p>
<p><a href="/weblog/wp-content/uploads/2009/12/TestCaseInvokeAuditTrail.PNG"><img src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/12/TestCaseInvokeAuditTrail.PNG" alt="TestCaseInvokeAuditTrail" class="alignnone size-full wp-image-1564" /></a></p>
<p>I have also put the project online to <a href="http://www.vanarem.nl/IT-Eye/weblog/HelloWorld.rar">download</a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F03%2Fproblem-with-composite-tests-in-soa-suite-11-1-1-2-0%2F&amp;title=Problem%20with%20composite%20tests%20in%20SOA%20Suite%2011.1.1.2.0&amp;notes=Today%20i%20took%20a%20look%20at%20the%20test%20framework%20withing%20the%2011g%20suite.%20I%20encountered%20a%20strange%20problem%20in%20the%20test%20framework%20of%20the%20SOA%20Suite%20but%20before%20i%20go%20into%20details%20i%20will%20explain%20the%20case.%0D%0A%0D%0AI%20have%20made%20the%20following%20sca%20component%20that%20returns%20a%20gr" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F03%2Fproblem-with-composite-tests-in-soa-suite-11-1-1-2-0%2F&amp;title=Problem%20with%20composite%20tests%20in%20SOA%20Suite%2011.1.1.2.0&amp;annotation=Today%20i%20took%20a%20look%20at%20the%20test%20framework%20withing%20the%2011g%20suite.%20I%20encountered%20a%20strange%20problem%20in%20the%20test%20framework%20of%20the%20SOA%20Suite%20but%20before%20i%20go%20into%20details%20i%20will%20explain%20the%20case.%0D%0A%0D%0AI%20have%20made%20the%20following%20sca%20component%20that%20returns%20a%20gr" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F03%2Fproblem-with-composite-tests-in-soa-suite-11-1-1-2-0%2F&amp;title=Problem%20with%20composite%20tests%20in%20SOA%20Suite%2011.1.1.2.0" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F03%2Fproblem-with-composite-tests-in-soa-suite-11-1-1-2-0%2F&amp;title=Problem%20with%20composite%20tests%20in%20SOA%20Suite%2011.1.1.2.0&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=Today%20i%20took%20a%20look%20at%20the%20test%20framework%20withing%20the%2011g%20suite.%20I%20encountered%20a%20strange%20problem%20in%20the%20test%20framework%20of%20the%20SOA%20Suite%20but%20before%20i%20go%20into%20details%20i%20will%20explain%20the%20case.%0D%0A%0D%0AI%20have%20made%20the%20following%20sca%20component%20that%20returns%20a%20gr" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F03%2Fproblem-with-composite-tests-in-soa-suite-11-1-1-2-0%2F&amp;title=Problem%20with%20composite%20tests%20in%20SOA%20Suite%2011.1.1.2.0" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F03%2Fproblem-with-composite-tests-in-soa-suite-11-1-1-2-0%2F&amp;title=Problem%20with%20composite%20tests%20in%20SOA%20Suite%2011.1.1.2.0" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F12%2F03%2Fproblem-with-composite-tests-in-soa-suite-11-1-1-2-0%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/#comments">2 comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/&amp;title=Problem with composite tests in SOA Suite 11.1.1.2.0">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/&amp;title=Problem with composite tests in SOA Suite 11.1.1.2.0" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/&amp;title=Problem with composite tests in SOA Suite 11.1.1.2.0" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/&amp;title=Problem with composite tests in SOA Suite 11.1.1.2.0" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/software-development/" title="View all posts in Software development" rel="category tag">Software development</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/12/03/problem-with-composite-tests-in-soa-suite-11-1-1-2-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IT-eye in SOA Magazine</title>
		<link>http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/</link>
		<comments>http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 09:02:19 +0000</pubDate>
		<dc:creator>Mike van Alst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[publication]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1487</guid>
		<description><![CDATA[View IT-eye&#8217;s contribution to SOA Magazine, where Mike van Alst (IT-eye) &#38; Dave Berry (Oracle) talk about preventing failures by implementing good governance.



Share and Enjoy:


	
	
	
	
	
	
	


	
	 Permalink 
        &#124; No comments 
	&#124; del.icio.us
	&#124; Technorati
        &#124; digg
       [...]]]></description>
			<content:encoded><![CDATA[<p>View IT-eye&#8217;s contribution to <a href="http://soamag.com/I33/1009-1.asp">SOA Magazine</a>, where Mike van Alst (IT-eye) &amp; Dave Berry (Oracle) talk about preventing failures by implementing good governance.</p>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F18%2Fit-eye-in-soa-magazine%2F&amp;title=IT-eye%20in%20SOA%20Magazine&amp;notes=View%20IT-eye%27s%20contribution%20to%20SOA%20Magazine%2C%20where%20Mike%20van%20Alst%20%28IT-eye%29%20%26amp%3B%20Dave%20Berry%20%28Oracle%29%20talk%20about%20preventing%20failures%20by%20implementing%20good%20governance." title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F18%2Fit-eye-in-soa-magazine%2F&amp;title=IT-eye%20in%20SOA%20Magazine&amp;annotation=View%20IT-eye%27s%20contribution%20to%20SOA%20Magazine%2C%20where%20Mike%20van%20Alst%20%28IT-eye%29%20%26amp%3B%20Dave%20Berry%20%28Oracle%29%20talk%20about%20preventing%20failures%20by%20implementing%20good%20governance." title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F18%2Fit-eye-in-soa-magazine%2F&amp;title=IT-eye%20in%20SOA%20Magazine" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F18%2Fit-eye-in-soa-magazine%2F&amp;title=IT-eye%20in%20SOA%20Magazine&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=View%20IT-eye%27s%20contribution%20to%20SOA%20Magazine%2C%20where%20Mike%20van%20Alst%20%28IT-eye%29%20%26amp%3B%20Dave%20Berry%20%28Oracle%29%20talk%20about%20preventing%20failures%20by%20implementing%20good%20governance." title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F18%2Fit-eye-in-soa-magazine%2F&amp;title=IT-eye%20in%20SOA%20Magazine" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F18%2Fit-eye-in-soa-magazine%2F&amp;title=IT-eye%20in%20SOA%20Magazine" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F18%2Fit-eye-in-soa-magazine%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/#comments">No comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/&amp;title=IT-eye in SOA Magazine">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/&amp;title=IT-eye in SOA Magazine" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/&amp;title=IT-eye in SOA Magazine" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/&amp;title=IT-eye in SOA Magazine" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/11/18/it-eye-in-soa-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dutch Partner Collaboration Works!</title>
		<link>http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/</link>
		<comments>http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:36:37 +0000</pubDate>
		<dc:creator>Mike van Alst</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[WAAI]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1483</guid>
		<description><![CDATA[As many of you may know, I&#8217;m a big fan of collaboration. I think we all have enough challenges building solutions for our customers, that we all benefit from any kind of collaboration. One such collaboration is the WAAI project. The WAAI acronym is formed by using the first letter of each participating company, being: Whitehorses, [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you may know, I&#8217;m a big fan of collaboration. I think we all have enough challenges building solutions for our customers, that we all benefit from any kind of collaboration. One such collaboration is the WAAI project. The WAAI acronym is formed by using the first letter of each participating company, being: Whitehorses, Amis, Approach Alliance and &#8211; of course &#8211; IT-eye.</p>
<p>The way we work is quite simple: every quarter we decide upon what questions we want to have answered. As you can imagine, SOA Suite 11g is quite prominent there. Each and every question has to be answered by delivering a workshop, white paper or presentation. These are collected and presented to an audience consisting of people from the participants. That way we not only build the knowledge, but spread it within our companies as well. And, all of us can use that material to train others, both inside and outside of the companies.</p>
<p>Usually the results are qualitatively really good. Some are extremely good. Such a one has just been posted on OTN, which is a nice feat anyway. You can find the article <a href="http://go2.wordpress.com/?id=725X1342&amp;site=eelzinga.wordpress.com&amp;url=http%3A%2F%2Fwww.oracle.com%2Ftechnology%2Fpub%2Farticles%2Fjumpstart_for_osb_development_page_1.html">Jumpstart for OSB development</a> here. We look forward to share a lot more results in the future.</p>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F06%2Fdutch-partner-collaboration-works%2F&amp;title=Dutch%20Partner%20Collaboration%20Works%21&amp;notes=As%20many%20of%20you%20may%20know%2C%20I%27m%20a%20big%20fan%20of%20collaboration.%20I%20think%20we%20all%20have%20enough%20challenges%C2%A0building%20solutions%20for%20our%20customers%2C%20that%20we%20all%20benefit%20from%20any%20kind%20of%20collaboration.%20One%20such%20collaboration%20is%20the%20WAAI%20project.%20The%20WAAI%20acronym%20is%20" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F06%2Fdutch-partner-collaboration-works%2F&amp;title=Dutch%20Partner%20Collaboration%20Works%21&amp;annotation=As%20many%20of%20you%20may%20know%2C%20I%27m%20a%20big%20fan%20of%20collaboration.%20I%20think%20we%20all%20have%20enough%20challenges%C2%A0building%20solutions%20for%20our%20customers%2C%20that%20we%20all%20benefit%20from%20any%20kind%20of%20collaboration.%20One%20such%20collaboration%20is%20the%20WAAI%20project.%20The%20WAAI%20acronym%20is%20" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F06%2Fdutch-partner-collaboration-works%2F&amp;title=Dutch%20Partner%20Collaboration%20Works%21" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F06%2Fdutch-partner-collaboration-works%2F&amp;title=Dutch%20Partner%20Collaboration%20Works%21&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=As%20many%20of%20you%20may%20know%2C%20I%27m%20a%20big%20fan%20of%20collaboration.%20I%20think%20we%20all%20have%20enough%20challenges%C2%A0building%20solutions%20for%20our%20customers%2C%20that%20we%20all%20benefit%20from%20any%20kind%20of%20collaboration.%20One%20such%20collaboration%20is%20the%20WAAI%20project.%20The%20WAAI%20acronym%20is%20" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F06%2Fdutch-partner-collaboration-works%2F&amp;title=Dutch%20Partner%20Collaboration%20Works%21" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F06%2Fdutch-partner-collaboration-works%2F&amp;title=Dutch%20Partner%20Collaboration%20Works%21" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F06%2Fdutch-partner-collaboration-works%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/#comments">No comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/&amp;title=Dutch Partner Collaboration Works!">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/&amp;title=Dutch Partner Collaboration Works!" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/&amp;title=Dutch Partner Collaboration Works!" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/&amp;title=Dutch Partner Collaboration Works!" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/software-development/" title="View all posts in Software development" rel="category tag">Software development</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/11/06/dutch-partner-collaboration-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse breakpoint not working</title>
		<link>http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/</link>
		<comments>http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:14:35 +0000</pubDate>
		<dc:creator>Ron van Weverwijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1477</guid>
		<description><![CDATA[Today I had some troubles to debug a Java class in Eclipse.
The debugger didn&#8217;t stop at my breakpoints.
To solve this issue I have editted my debug configuration in eclipse.
Put the following in your vm arguments to increase the initial and max heap size.
-Xms512M -Xmx512M
Other ideas are Welcome!!



Share and Enjoy:


	
	
	
	
	
	
	


	
	 Permalink 
     [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had some troubles to debug a Java class in Eclipse.<br />
The debugger didn&#8217;t stop at my breakpoints.<br />
To solve this issue I have editted my debug configuration in eclipse.</p>
<p>Put the following in your vm arguments to increase the initial and max heap size.</p>
<p><code>-Xms512M -Xmx512M</code></p>
<p>Other ideas are Welcome!!</p>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F05%2Feclipse-breakpoint-not-working%2F&amp;title=Eclipse%20breakpoint%20not%20working&amp;notes=Today%20I%20had%20some%20troubles%20to%20debug%20a%20Java%20class%20in%20Eclipse.%0D%0AThe%20debugger%20didn%27t%20stop%20at%20my%20breakpoints.%0D%0ATo%20solve%20this%20issue%20I%20have%20editted%20my%20debug%20configuration%20in%20eclipse.%0D%0A%0D%0APut%20the%20following%20in%20your%20vm%20arguments%20to%20increase%20the%20initial%20and%20max%20" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F05%2Feclipse-breakpoint-not-working%2F&amp;title=Eclipse%20breakpoint%20not%20working&amp;annotation=Today%20I%20had%20some%20troubles%20to%20debug%20a%20Java%20class%20in%20Eclipse.%0D%0AThe%20debugger%20didn%27t%20stop%20at%20my%20breakpoints.%0D%0ATo%20solve%20this%20issue%20I%20have%20editted%20my%20debug%20configuration%20in%20eclipse.%0D%0A%0D%0APut%20the%20following%20in%20your%20vm%20arguments%20to%20increase%20the%20initial%20and%20max%20" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F05%2Feclipse-breakpoint-not-working%2F&amp;title=Eclipse%20breakpoint%20not%20working" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F05%2Feclipse-breakpoint-not-working%2F&amp;title=Eclipse%20breakpoint%20not%20working&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=Today%20I%20had%20some%20troubles%20to%20debug%20a%20Java%20class%20in%20Eclipse.%0D%0AThe%20debugger%20didn%27t%20stop%20at%20my%20breakpoints.%0D%0ATo%20solve%20this%20issue%20I%20have%20editted%20my%20debug%20configuration%20in%20eclipse.%0D%0A%0D%0APut%20the%20following%20in%20your%20vm%20arguments%20to%20increase%20the%20initial%20and%20max%20" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F05%2Feclipse-breakpoint-not-working%2F&amp;title=Eclipse%20breakpoint%20not%20working" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F05%2Feclipse-breakpoint-not-working%2F&amp;title=Eclipse%20breakpoint%20not%20working" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F11%2F05%2Feclipse-breakpoint-not-working%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/#comments">One comment</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/&amp;title=Eclipse breakpoint not working">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/&amp;title=Eclipse breakpoint not working" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/&amp;title=Eclipse breakpoint not working" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/&amp;title=Eclipse breakpoint not working" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/11/05/eclipse-breakpoint-not-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BPMN and diagram semantics</title>
		<link>http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/</link>
		<comments>http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:29:01 +0000</pubDate>
		<dc:creator>Tim Pinchetti</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[BPMN]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1461</guid>
		<description><![CDATA[Probably, most people have by now at least heard of BPMN, the Business Process Modeling Notation standard from OMG that is supposed to be the process-modeling standard. I've been following news for the last 2 years or so but, admittedly, never really dug deep until I started using it at a client. Even then, it was mostly sales-pitch level and learning a bit of the notation from cheat sheets like the BPMN poster. The past few months, however, I have learned more about the standard - what its possibilities and semantics are and how it can be used. I've had training from both a more technical perspective (in an Oracle partner training) as well as from a purely modeling-oriented training (by one of the contributors to the BPMN 2.0 specification, Bruce Silver). And I must say, digging deeper has made me quite enthusiastic about the standard!]]></description>
			<content:encoded><![CDATA[<p>Probably, most people have by now at least heard of BPMN, the Business Process Modeling Notation standard from OMG that is supposed to be <strong>the</strong> process-modeling standard. I&#8217;ve been following news for the last 2 years or so but, admittedly, never really dug deep until I started using it at a client. Even then, it was mostly sales-pitch level and learning a bit of the notation from cheat sheets like the <a href="http://bpt.hpi.uni-potsdam.de/pub/Public/BPMNCorner/BPMN1_1_Poster_EN.pdf">BPMN poster</a>. The past few months, however, I have learned more about the standard &#8211; what its possibilities and semantics are and how it can be used. I&#8217;ve had training from both a more technical perspective (in an Oracle partner training) as well as from a purely modeling-oriented training (by one of the contributors to the BPMN 2.0 specification, <a href="http://www.brsilver.com/wordpress/">Bruce Silver</a>). And I must say, digging deeper has made me quite enthusiastic about the standard!</p>
<p><span id="more-1461"></span></p>
<p>Even now, in BPMN 1.1, the clarity of modeling in BPMN as compared to the clarity of, for example, activity diagrams is stunning. Especially the addition of several types of events, both throwing and catching, and the definition of gateways and other methods to handle these events allows an extremely precise process model. Just as a quick &#8211; and very simple &#8211; example, consider the process of handling a customer&#8217;s RFP. After receiving the RFP, you send a proposal, then wait 5 days for a reply before cancelling or closing the deal. Ignore the fact that this is bad salesmanship, please, that&#8217;s not what I&#8217;m being paid for <img src='http://www.it-eye.nl/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In a basic UML-activity diagram you would model this as follows:</p>
<p><img class="aligncenter size-full wp-image-1462" src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/07/samplediagramgeneral.png" alt="samplediagramgeneral" width="244" height="284" /></p>
<p>Seems clear enough to you? Perhaps. Now consider the BPMN diagram of this exact same scenario:</p>
<p><img class="aligncenter size-full wp-image-1466" src="http://www.it-eye.nl/weblog/wp-content/uploads/2009/07/samplediagrambpmn2.png" alt="samplediagrambpmn2" width="406" height="575" />The gateway being used here is the &#8216;Exclusive Event gateway&#8217; which should basically be read as &#8216;whichever of the following events occurs first, follow that path and ignore all others&#8217;. Notice that not only does the gateway give more detail in (structured and validatable) symbols instead of (unstructured and unvalidatable) text, the diagram also presents more information that could not be given in the other diagram, such as the message flow and the start and end points. At least, not without adding undefined, unstandardized notation. Everything used in the BPMN diagram above, up to the type of arrows and whether or not an event symbol is solid (&#8216;filled&#8217;) or blank (&#8216;empty&#8217;) is defined in the notation. No more ambiguity!</p>
<p>The drawback here is that, for this to work, you have to have at least a basic knowledge of BPMN &#8211; such as what an event gateway is. Still, if you&#8217;re looking to standardize process modeling, look into it. It&#8217;s worth the time and effort, especially once you learn some basic &#8216;patterns&#8217; that are common in process models, such as error handling, error throwing &amp; catching and the pattern used in the above diagram, the time-out event. It certainly got me enthusiastic!</p>



Share and Enjoy:


	<img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F07%2F21%2Fbpmn-and-diagram-semantics%2F&amp;title=BPMN%20and%20diagram%20semantics" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F07%2F21%2Fbpmn-and-diagram-semantics%2F&amp;title=BPMN%20and%20diagram%20semantics" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F07%2F21%2Fbpmn-and-diagram-semantics%2F&amp;title=BPMN%20and%20diagram%20semantics" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F07%2F21%2Fbpmn-and-diagram-semantics%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/#comments">No comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/&amp;title=BPMN and diagram semantics">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/&amp;title=BPMN and diagram semantics" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/&amp;title=BPMN and diagram semantics" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/&amp;title=BPMN and diagram semantics" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/architecture/" title="View all posts in Architecture" rel="category tag">Architecture</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/07/21/bpmn-and-diagram-semantics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Information Models from a business viewpoint</title>
		<link>http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/</link>
		<comments>http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:23:10 +0000</pubDate>
		<dc:creator>Harm Verschuren</dc:creator>
				<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1440</guid>
		<description><![CDATA[My last blog about common information models (CIMs) gave a general idea about common information models. By now you might wonder what is purpose of using common information models is, so I will try to address this by explaining the strategic importance of standardization in digital information exchange, either business to business (B2B) or application [...]]]></description>
			<content:encoded><![CDATA[<p>My last blog about common information models (CIMs) gave a general idea about common information models. By now you might wonder what is purpose of using common information models is, so I will try to address this by explaining the strategic importance of standardization in digital information exchange, either business to business (B2B) or application to application (A2A).<span id="more-1440"></span>Organizations nowadays are more and more interconnected. This is true for the flow of materials from producer to consumer as for the digital information flow. For example, take a manufacturing or retailer organization. This organization purchases raw materials from one or more business partners, then add value to these raw materials and sells the manufactured products to his customers which might be other business partners, who typically try to add more value to the products in this value chain, or end-consumers.</p>
<p>In the digital age, this flow of materials is heavily supported by a flow of digital information between the information systems from all organizations in the value chain. Now, this information flow can designed and developed into software components in ad hoc solutions and point-to-point integration, but this will ultimately lead to a relative high cost of ownership for the life-time of these software components. Also, the ability of these software components to interact with other systems (aka interoperability) over the entire life-time will be moderate because of the lack of standards within one organization and between the connected organizations.</p>
<p>To get round these problems and enable global open markets in which all organizations speak the same language and use the same semantics while exchanging digital information, several communities and associations like IEC, ISA, OPC,  ebXML, OAGi, and more are creating (cross-) industry standards for exchanging information between organizations (B2B) and applications (A2A) using so called common information models (CIM). Some of these communities offer open standard models that can be used free of charge for developers of software systems and others are only accessible for paying members.</p>
<p>The difficulty is to find a suitable CIM standard and find consensus about this standard model with our business partners. Knowledge of the available CIM standards provided by the different communities is required to make this choice.</p>
<p>When a standard is chosen, the next challenge is how to merge this standard in your IT-landscape. When you already have a corporate data model or a canonical data model (CDM) in place, this challenge is a minor one. However, if no CDM exists, the CIM standard can help in defining a CDM. Two flies in one stroke! This is a major challenge, however because creating a CDM typically takes time. Creating a CDM is typically something that is part of the enterprise architecture and has (should have) strategic value.</p>
<p>Finally, when the CIM is merged with your CDM, software components which exchange messages based on the CIM standard can be developed or bought. This is the easiest part of the whole exercise because all message definitions and flow are already defined by the CIM standard and developers don&#8217;t have to worry about this. Software vendors like Oracle and SAP offer these software components. For example, Oracle&#8217;s AIA offering uses the OAGi standard (among others)  in their solution.</p>
<p>Additional side effect of using a industry wide standard is that you can use it as a selection criteria for commercial of the shelf (COTS) software. This will likely reduce the implementation cost of integrating these software into the organization.</p>
<p><strong>Government:</strong> although the example used above is about manufacturing and retail, it also applies to governments as well. The products in the value chain are translated to licences and official documents and etcetera. A typical government also has business partners. In the Netherlands these are typically the providers of the GBA, BAG and other (local) governments etcetera. Take for example the process of a person that moves from from city A to city B. These information (GBA) is exchanged via the so called Overheids Service Bus. The common information model used here is the Referentiemodel Stelsel van Gemeentelijke Basisgegevens (RSGB), using Standard Uitwisselings Formaat (StUF) as the universal standard exchange format, the national standard for the government sector.</p>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F27%2Fcommon-information-models-from-a-business-viewpoint%2F&amp;title=Common%20Information%20Models%20from%20a%20business%20viewpoint&amp;notes=My%20last%20blog%20about%20common%20information%20models%20%28CIMs%29%20gave%20a%20general%20idea%20about%20common%20information%20models.%20By%20now%20you%20might%20wonder%20what%20is%20purpose%20of%20using%20common%20information%20models%20is%2C%20so%20I%20will%20try%20to%20address%20this%20by%20explaining%20the%20strategic%20importan" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F27%2Fcommon-information-models-from-a-business-viewpoint%2F&amp;title=Common%20Information%20Models%20from%20a%20business%20viewpoint&amp;annotation=My%20last%20blog%20about%20common%20information%20models%20%28CIMs%29%20gave%20a%20general%20idea%20about%20common%20information%20models.%20By%20now%20you%20might%20wonder%20what%20is%20purpose%20of%20using%20common%20information%20models%20is%2C%20so%20I%20will%20try%20to%20address%20this%20by%20explaining%20the%20strategic%20importan" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F27%2Fcommon-information-models-from-a-business-viewpoint%2F&amp;title=Common%20Information%20Models%20from%20a%20business%20viewpoint" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F27%2Fcommon-information-models-from-a-business-viewpoint%2F&amp;title=Common%20Information%20Models%20from%20a%20business%20viewpoint&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=My%20last%20blog%20about%20common%20information%20models%20%28CIMs%29%20gave%20a%20general%20idea%20about%20common%20information%20models.%20By%20now%20you%20might%20wonder%20what%20is%20purpose%20of%20using%20common%20information%20models%20is%2C%20so%20I%20will%20try%20to%20address%20this%20by%20explaining%20the%20strategic%20importan" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F27%2Fcommon-information-models-from-a-business-viewpoint%2F&amp;title=Common%20Information%20Models%20from%20a%20business%20viewpoint" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F27%2Fcommon-information-models-from-a-business-viewpoint%2F&amp;title=Common%20Information%20Models%20from%20a%20business%20viewpoint" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F27%2Fcommon-information-models-from-a-business-viewpoint%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/#comments">2 comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/&amp;title=Common Information Models from a business viewpoint">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/&amp;title=Common Information Models from a business viewpoint" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/&amp;title=Common Information Models from a business viewpoint" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/&amp;title=Common Information Models from a business viewpoint" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/architecture/" title="View all posts in Architecture" rel="category tag">Architecture</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/05/27/common-information-models-from-a-business-viewpoint/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Common Information Models</title>
		<link>http://www.it-eye.nl/weblog/2009/05/18/common-information-models/</link>
		<comments>http://www.it-eye.nl/weblog/2009/05/18/common-information-models/#comments</comments>
		<pubDate>Mon, 18 May 2009 13:44:56 +0000</pubDate>
		<dc:creator>Harm Verschuren</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[utility common_information_model]]></category>

		<guid isPermaLink="false">http://www.it-eye.nl/weblog/?p=1427</guid>
		<description><![CDATA[Currently I&#8217;m working on my master of science thesis about designing an approach or recipe on how to use IEC CIM based messages in a top-down approach, starting with a business process chain and working my way down to information services and IT systems. As part of this thesis I recently visited the CIM User [...]]]></description>
			<content:encoded><![CDATA[<p>Currently I&#8217;m working on my master of science thesis about designing an approach or recipe on how to use IEC CIM based messages in a top-down approach, starting with a business process chain and working my way down to information services and IT systems. As part of this thesis I recently visited the CIM User group Conference in Genval, Belgium, near Brussels. During this bi-anual conference, I learned a lot about how utility organizations in both Europe and North-America are performing digital information exchange using common information models. <span id="more-1427"></span>In the energy-utilities world, aka Transmission/Distribution  System Organizations (TSO/DSO), the emerging trend to exchange digital information between  is by adopting the Common Information Model, or CIM, provided by the International Electrotechnical Commitee (IEC). This standard model is used for the exchange of all kinds of digital information between the IT systems of energy-producers, TSOs and DSOs. What makes IEC CIM special for TSO-related organizations is that the message definitions carry specific energy-related attributes.</p>
<p>Possible drawback of using CIM standards in general, in my opinion, is that it requires additional startup costs to learn and use the standards in respect to &#8220;just&#8221; do it quick, and with the posibility of doing it dirty also. So, the costs of adopting this standard approach in your information services will payback after a number of integration projects have completed. Also, I noticed that some TSOs are trying to use EIC CIM as their corporate data model, which I think is wrong. IEC CIM is designed for information exchange, so it should only be used primarily for information exchange areas which typically should be a subset of the total corporate data model. Finally, using IEC CIM as corporate data model is equivalent to trying to model the (your) world in one big model, which inevitably will lead to sematics issues. As en example take the entity Account. This entity has a different meaning and hence different attributes for a sales person than for a financial controller in the same organization.</p>
<p>On the other hand, the nice thing of communicating via an industry-wide common information model is that it likely might save work during information exchange and transforming messages from chain partners and interfacing with COTS-systems because the message definitions and semantics are standardized. Adhering to industry standards often lower the life-cycle cost (or in other words TCO) of B2B interfaces and increase the interoperability of IT systems using the B2B interface.</p>



Share and Enjoy:


	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F18%2Fcommon-information-models%2F&amp;title=Common%20Information%20Models&amp;notes=Currently%20I%27m%20working%20on%20my%20master%20of%20science%20thesis%20about%20designing%20an%20approach%20or%20recipe%20on%20how%20to%20use%20IEC%20CIM%20based%20messages%20in%20a%20top-down%20approach%2C%20starting%20with%20a%20business%20process%20chain%20and%20working%20my%20way%20down%20to%20information%20services%20and%20IT%20syst" title="del.icio.us"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F18%2Fcommon-information-models%2F&amp;title=Common%20Information%20Models&amp;annotation=Currently%20I%27m%20working%20on%20my%20master%20of%20science%20thesis%20about%20designing%20an%20approach%20or%20recipe%20on%20how%20to%20use%20IEC%20CIM%20based%20messages%20in%20a%20top-down%20approach%2C%20starting%20with%20a%20business%20process%20chain%20and%20working%20my%20way%20down%20to%20information%20services%20and%20IT%20syst" title="Google Bookmarks"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F18%2Fcommon-information-models%2F&amp;title=Common%20Information%20Models" title="DZone"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F18%2Fcommon-information-models%2F&amp;title=Common%20Information%20Models&amp;source=IT-eye+Where+Business+meets+IT&amp;summary=Currently%20I%27m%20working%20on%20my%20master%20of%20science%20thesis%20about%20designing%20an%20approach%20or%20recipe%20on%20how%20to%20use%20IEC%20CIM%20based%20messages%20in%20a%20top-down%20approach%2C%20starting%20with%20a%20business%20process%20chain%20and%20working%20my%20way%20down%20to%20information%20services%20and%20IT%20syst" title="LinkedIn"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F18%2Fcommon-information-models%2F&amp;title=Common%20Information%20Models" title="SphereIt"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F18%2Fcommon-information-models%2F&amp;title=Common%20Information%20Models" title="StumbleUpon"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.it-eye.nl%2Fweblog%2F2009%2F05%2F18%2Fcommon-information-models%2F" title="Technorati"><img src="http://www.it-eye.nl/weblog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>	<hr noshade style="margin:0;height:1px" />
	<p> <a href="http://www.it-eye.nl/weblog/2009/05/18/common-information-models/">Permalink</a> 
        | <a href="http://www.it-eye.nl/weblog/2009/05/18/common-information-models/#comments">No comments</a> 
	| <a href="http://del.icio.us/post?url=http://www.it-eye.nl/weblog/2009/05/18/common-information-models/&amp;title=Common Information Models">del.icio.us</a>
	| <a href="http://www.technorati.com/search/http://www.it-eye.nl/weblog/2009/05/18/common-information-models/" title="Search on Technorati">Technorati</a>
        | <a href="http://digg.com/submit?phase=2&amp;url=http://www.it-eye.nl/weblog/2009/05/18/common-information-models/&amp;title=Common Information Models" target="_blank" title="Digg this Post!">digg</a>
        | <a href="http://www.dzone.com/links/add.html?url=http://www.it-eye.nl/weblog/2009/05/18/common-information-models/&amp;title=Common Information Models" target="_blank" title="Submit to dzone" >dzone</a>
        | <a href="http://www.stumbleupon.com/submit?url=http://www.it-eye.nl/weblog/2009/05/18/common-information-models/&amp;title=Common Information Models" target="_blank" title="Submit to StumbleUpon" >StumbleUpon</a>
        | <a href="http://www.it-eye.nl/weblog/category/architecture/" title="View all posts in Architecture" rel="category tag">Architecture</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.it-eye.nl/weblog/2009/05/18/common-information-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
