<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WLST script to add DataSource and DBAdapter EIS Connection Factory</title>
	<atom:link href="http://technology.amis.nl/2012/02/16/wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2012/02/16/wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Kamal</title>
		<link>http://technology.amis.nl/2012/02/16/wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory/#comment-7222</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Fri, 22 Jun 2012 06:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=15480#comment-7222</guid>
		<description><![CDATA[Hi, 
I&#039;m new to this WLST script. I&#039;m trying to do this.
BTW, you have provided the Python script in this article but I&#039;m confused where to keep this script and how to run.
Please clarify.

Thanks,
Kamal]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m new to this WLST script. I&#8217;m trying to do this.<br />
BTW, you have provided the Python script in this article but I&#8217;m confused where to keep this script and how to run.<br />
Please clarify.</p>
<p>Thanks,<br />
Kamal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Schildmeijer</title>
		<link>http://technology.amis.nl/2012/02/16/wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory/#comment-7043</link>
		<dc:creator>Michel Schildmeijer</dc:creator>
		<pubDate>Mon, 20 Feb 2012 08:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=15480#comment-7043</guid>
		<description><![CDATA[Hi Edwin
Thanks for you input
About the hard paths
You als could set the paths in you property file instead of the run script
First get the ORACLE_HOME thats been set
oracleHome = os.environ.get(&quot;ORACLE_HOME&quot;)
And add this to you plan and app path:
appPath= oracleHome + &#039;/soa/connectors/DbAdapter.rar&#039;

planPath=oracleHome + &#039;/soa/connectors/DbAdapterPlanGenerated.xml&#039;
About specific connectionfactory settings, it depends on wht you want to create with it. I&#039;ll try to extend it with more options later on.
Â 
&lt;code&gt;
&lt;/code&gt;
Â ]]></description>
		<content:encoded><![CDATA[<p>Hi Edwin<br />
Thanks for you input<br />
About the hard paths<br />
You als could set the paths in you property file instead of the run script<br />
First get the ORACLE_HOME thats been set<br />
oracleHome = os.environ.get(&#8220;ORACLE_HOME&#8221;)<br />
And add this to you plan and app path:<br />
appPath= oracleHome + &#8216;/soa/connectors/DbAdapter.rar&#8217;</p>
<p>planPath=oracleHome + &#8216;/soa/connectors/DbAdapterPlanGenerated.xml&#8217;<br />
About specific connectionfactory settings, it depends on wht you want to create with it. I&#8217;ll try to extend it with more options later on.<br />
Â <br />
<code><br />
</code><br />
Â </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Biemond</title>
		<link>http://technology.amis.nl/2012/02/16/wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory/#comment-7041</link>
		<dc:creator>Edwin Biemond</dc:creator>
		<pubDate>Sun, 19 Feb 2012 16:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=15480#comment-7041</guid>
		<description><![CDATA[By the way Richard ( at the bottom of this link ) https://forums.oracle.com/forums/thread.jspa?threadID=1079094 Â made some great adjustments to this script
The above sample worked, but I changed 2 things.1. Load the existing plan that was used to update DbAdapter, and modify that plan2. when the variables aready exists in the script came in an infinete loop, so the variables and variable Assignments are deleted seperatly]]></description>
		<content:encoded><![CDATA[<p>By the way Richard ( at the bottom of this link ) <a href="https://forums.oracle.com/forums/thread.jspa?threadID=1079094" rel="nofollow">https://forums.oracle.com/forums/thread.jspa?threadID=1079094</a> Â made some great adjustments to this script<br />
The above sample worked, but I changed 2 things.1. Load the existing plan that was used to update DbAdapter, and modify that plan2. when the variables aready exists in the script came in an infinete loop, so the variables and variable Assignments are deleted seperatly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Biemond</title>
		<link>http://technology.amis.nl/2012/02/16/wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory/#comment-7040</link>
		<dc:creator>Edwin Biemond</dc:creator>
		<pubDate>Sun, 19 Feb 2012 15:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=15480#comment-7040</guid>
		<description><![CDATA[Hi,
great post, I was always wondering if it is possible.Â but it would be great to make it more flexible and add some warnings
like
&lt;code&gt;&lt;code&gt;appPath=&#039;/app/oracle/middleware/soa11g/soa/connectors/DbAdapter.rar&#039;
&lt;/code&gt;&lt;code&gt;planPath=&#039;/app/oracle/middleware/soa11g/soa/connectors/DbAdapterPlanGenerated.xml&#039;
&lt;/code&gt;&lt;/code&gt;
this is a hard path to your soa env and also has a DB plan with a hard value.
And second you can only add the XA Datasource property , sometimes you need to add the datasource or set transacted.
but I make some ANT macrodefs and use it in my scripts, also do this for AQ and JMS and make it more flexible.
Keep up the good work.
Â 
Â 
Â 
Â 
Â ]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
great post, I was always wondering if it is possible.Â but it would be great to make it more flexible and add some warnings<br />
like<br />
<code></code><code>appPath='/app/oracle/middleware/soa11g/soa/connectors/DbAdapter.rar'<br />
</code><code>planPath='/app/oracle/middleware/soa11g/soa/connectors/DbAdapterPlanGenerated.xml'<br />
</code><br />
this is a hard path to your soa env and also has a DB plan with a hard value.<br />
And second you can only add the XA Datasource property , sometimes you need to add the datasource or set transacted.<br />
but I make some ANT macrodefs and use it in my scripts, also do this for AQ and JMS and make it more flexible.<br />
Keep up the good work.<br />
Â <br />
Â <br />
Â <br />
Â <br />
Â </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Website Designing Jaipur India</title>
		<link>http://technology.amis.nl/2012/02/16/wlst-script-to-add-datasource-and-dbadapter-eis-connection-factory/#comment-7039</link>
		<dc:creator>Website Designing Jaipur India</dc:creator>
		<pubDate>Fri, 17 Feb 2012 07:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=15480#comment-7039</guid>
		<description><![CDATA[Really an awesome blog to be appreciable, it covers some significant matters that are very helpful and needful.]]></description>
		<content:encoded><![CDATA[<p>Really an awesome blog to be appreciable, it covers some significant matters that are very helpful and needful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
