<?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>AMIS Technology blog &#187; soa suite 11g</title>
	<atom:link href="http://technology.amis.nl/blog/tag/soa-suite-11g/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:34:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using the MetaData Services (MDS) in a SOA environment – part 1</title>
		<link>http://technology.amis.nl/blog/15295/using-the-metadata-services-in-a-soa-environment-part-1</link>
		<comments>http://technology.amis.nl/blog/15295/using-the-metadata-services-in-a-soa-environment-part-1#comments</comments>
		<pubDate>Fri, 10 Feb 2012 12:00:37 +0000</pubDate>
		<dc:creator>Robert van Molken</dc:creator>
				<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[mds]]></category>
		<category><![CDATA[metadata services]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[robert van molken]]></category>
		<category><![CDATA[soa]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=15295</guid>
		<description><![CDATA[Before I talk about the advantages en methods of using the MDS, I want to introduce myself, because this is my first public post on the AMIS technology blog. My name is Robert van Mölken and I’m 26 years old. I’m now actively working, as a SOA Consultant / Developer, for nearly 5 years. My [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15295/using-the-metadata-services-in-a-soa-environment-part-1/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developing and deploying Java Embedding activity in BPEL 2.0 in SOA Suite 11g calling a custom Java Class that has dependencies on 3rd party libraries</title>
		<link>http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries</link>
		<comments>http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries#comments</comments>
		<pubDate>Sat, 21 Jan 2012 10:08:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[3rd party library]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[http post]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java embedding]]></category>
		<category><![CDATA[sca-inf]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries</guid>
		<description><![CDATA[Java Embedded activity can call a custom Java class that relies on 3rd party Java libraries. This means that a lot of existing functionality from the Java open source community is at the disposal of the BPEL developer. This article shows a simple example of developing and deploying a BPEL process that uses Java Embedded [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First steps with Java Embedding in Oracle SOA Suite 11g BPEL 2.0 &#8211; useful API calls</title>
		<link>http://technology.amis.nl/blog/14923/first-steps-with-java-embedding-in-oracle-soa-suite-11g-bpel-2-0-useful-api-calls</link>
		<comments>http://technology.amis.nl/blog/14923/first-steps-with-java-embedding-in-oracle-soa-suite-11g-bpel-2-0-useful-api-calls#comments</comments>
		<pubDate>Wed, 11 Jan 2012 08:26:00 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[bpel 2.0]]></category>
		<category><![CDATA[java embedding]]></category>
		<category><![CDATA[setvariable]]></category>
		<category><![CDATA[soa suite 11g]]></category>
		<category><![CDATA[spring component]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/14923/first-steps-with-java-embedding-in-oracle-soa-suite-11g-bpel-2-0-useful-api-calls</guid>
		<description><![CDATA[While preparing for the next session in our internal SOA for Java Professionals training program on BPEL, I revisited the BPEL activity Java Embedding that allows us to enrich a BPEL process with custom, Java based functionality. I tried to determine how best to explain, present and demonstrate this activity to my colleagues. This article [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14923/first-steps-with-java-embedding-in-oracle-soa-suite-11g-bpel-2-0-useful-api-calls/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timeouts in Oracle SOA Suite 11g</title>
		<link>http://technology.amis.nl/blog/14111/timeouts-in-oracle-soa-suite-11g</link>
		<comments>http://technology.amis.nl/blog/14111/timeouts-in-oracle-soa-suite-11g#comments</comments>
		<pubDate>Fri, 18 Nov 2011 00:10:04 +0000</pubDate>
		<dc:creator>Emiel Paasschens</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Technical Architecture]]></category>
		<category><![CDATA[soa suite]]></category>
		<category><![CDATA[soa suite 11g]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14111</guid>
		<description><![CDATA[Some time ago&#8230; at a Oracle SOA 11g project, we had to call an external webservice which took 1 to 5 minutes to respond. The composite calling this webservice was called by another composite from a BPEL process. As you might guess, we got an timeout resulting in faulted instances.
Increasing the timeout time wasn&#8217;t as [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14111/timeouts-in-oracle-soa-suite-11g/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Increase the session timeout of Oracle BPM Worklist app</title>
		<link>http://technology.amis.nl/blog/13768/increase-the-timeout-of-oracle-bpm-worklist-app</link>
		<comments>http://technology.amis.nl/blog/13768/increase-the-timeout-of-oracle-bpm-worklist-app#comments</comments>
		<pubDate>Tue, 18 Oct 2011 15:16:29 +0000</pubDate>
		<dc:creator>Emiel Paasschens</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[session timeout]]></category>
		<category><![CDATA[soa suite 11g]]></category>
		<category><![CDATA[weblogic]]></category>
		<category><![CDATA[worklist]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=13768</guid>
		<description><![CDATA[The Oracle BPM Worklist app is a part of the Oracle SOA Suite. Working with the Worklist app is very annoying, because the default timeout is very short (seconds!). So after getting a cup of coffee or reading a mail you have to login again.
Solving this problem seems quite easy by increasing the session timeout [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/13768/increase-the-timeout-of-oracle-bpm-worklist-app/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Keeping your process clean: Hiding technology complexity behind a service</title>
		<link>http://technology.amis.nl/blog/12452/keeping-your-process-clean-hiding-technology-complexity-behind-a-service</link>
		<comments>http://technology.amis.nl/blog/12452/keeping-your-process-clean-hiding-technology-complexity-behind-a-service#comments</comments>
		<pubDate>Tue, 21 Jun 2011 14:32:56 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=12452</guid>
		<description><![CDATA[This blog will explain how you could abstract technology behind a service so your main process will be kept clean of all kind of technology pollution like exception handling, technology adapters and correlation.
In this case you need to interact with a backend database. First you need to start some processing by calling a PL/SQL routine. [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/12452/keeping-your-process-clean-hiding-technology-complexity-behind-a-service/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWSM Custom x509 Assertion &#8211; Part 2 &#8211; Creating outgoing client assertion</title>
		<link>http://technology.amis.nl/blog/12058/owsm-custom-x509-assertion-part-2-creating-outgoing-client-assertion</link>
		<comments>http://technology.amis.nl/blog/12058/owsm-custom-x509-assertion-part-2-creating-outgoing-client-assertion#comments</comments>
		<pubDate>Wed, 18 May 2011 20:51:58 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[custom policy]]></category>
		<category><![CDATA[owsm]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=12058</guid>
		<description><![CDATA[In the previous post I explained how you can access the credential store and keystore using the configurations stored in the jsp-config.xml file. I also explained how you can read assertion properties. I put this code inside my base class CustomAssertion.java. This class has been repeated here below


package nl.amis.custompolicy.simplex509;

import java.security.cert.X509Certificate;

import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Properties;

import javax.xml.namespace.NamespaceContext;
import [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/12058/owsm-custom-x509-assertion-part-2-creating-outgoing-client-assertion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWSM Custom Assertion – Part 1 – Setting up the basic structure</title>
		<link>http://technology.amis.nl/blog/11918/owsm-custom-assertion-%e2%80%93-part-1-%e2%80%93-setting-up-the-basic-structure</link>
		<comments>http://technology.amis.nl/blog/11918/owsm-custom-assertion-%e2%80%93-part-1-%e2%80%93-setting-up-the-basic-structure#comments</comments>
		<pubDate>Thu, 21 Apr 2011 21:49:33 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[custom assertions]]></category>
		<category><![CDATA[owsm]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=11918</guid>
		<description><![CDATA[With custom assertions you can create your own specific policies. There are a number of out-of-the box policy implementations already available implementing most of the common WS Security profiles and other non-security related policies like logging. If you want to create your own security policy one of the things you need is access to the [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/11918/owsm-custom-assertion-%e2%80%93-part-1-%e2%80%93-setting-up-the-basic-structure/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OWSM Custom Policies &#8211; Still some sharp edges, so beware! don&#8217;t cut yourself.</title>
		<link>http://technology.amis.nl/blog/11138/owsm-custom-policies-still-some-sharp-edges-so-beware-dont-cut-yourself</link>
		<comments>http://technology.amis.nl/blog/11138/owsm-custom-policies-still-some-sharp-edges-so-beware-dont-cut-yourself#comments</comments>
		<pubDate>Sun, 20 Mar 2011 20:59:56 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[custom policy]]></category>
		<category><![CDATA[owsm]]></category>
		<category><![CDATA[soa suite 11g]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=11138</guid>
		<description><![CDATA[In my last post I talked about using an out-of-the-box policy to sign your outgoing SOAP Message. Although it is not very well documented when you figure out how to configure the keystore and credential store it is quite simple to use. The problem is that the out-of-the-box policies need some tailoring before they can [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/11138/owsm-custom-policies-still-some-sharp-edges-so-beware-dont-cut-yourself/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using OWSM x509 token client policy with OSB 11gR1 PS3</title>
		<link>http://technology.amis.nl/blog/11106/using-owsm-x509-token-client-policy-with-osb-11gr1-ps3</link>
		<comments>http://technology.amis.nl/blog/11106/using-owsm-x509-token-client-policy-with-osb-11gr1-ps3#comments</comments>
		<pubDate>Sun, 13 Mar 2011 12:29:40 +0000</pubDate>
		<dc:creator>Izaak de Hullu</dc:creator>
				<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[owsm]]></category>
		<category><![CDATA[soa suite 11g]]></category>
		<category><![CDATA[ws security]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=11106</guid>
		<description><![CDATA[Since 11GR1 Oracle Web Service Manager (OWSM) has been integrated with the SOA Suite. This means you can easily attach web service policies for security and management to your SOA Suite artifacts. In this post I will explain how to attach a x509 client policy and do the configurations  to get it actually working. This [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/11106/using-owsm-x509-token-client-policy-with-osb-11gr1-ps3/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

