<?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>Head in the Web &#187; WebLogic</title>
	<atom:link href="http://techblog.fywservices.com/tag/weblogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.fywservices.com</link>
	<description>Building a better user experience one technology at a time</description>
	<lastBuildDate>Tue, 03 Jan 2012 18:12:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WebLogic Shared Library Reference</title>
		<link>http://techblog.fywservices.com/2010/05/weblogic-shared-library-reference/</link>
		<comments>http://techblog.fywservices.com/2010/05/weblogic-shared-library-reference/#comments</comments>
		<pubDate>Tue, 18 May 2010 17:07:08 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[WebLogic Server]]></category>
		<category><![CDATA[Manifest]]></category>
		<category><![CDATA[shared lib]]></category>
		<category><![CDATA[shared libraries]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=422</guid>
		<description><![CDATA[One of those items I always have to go look up the specifics for is creating the MANIFEST.MF file for WebLogic shared libraries. Reference URL can be found here.]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>One of those items I always have to go look up the specifics for is creating the MANIFEST.MF file for WebLogic shared libraries.<br />
Reference URL can be found <em><a href="http://download.oracle.com/docs/cd/E12840_01/wls/docs103/programming/libraries.html#wp1067450" target="_blank">here</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2010/05/weblogic-shared-library-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example of Creating a User in Oracle DB for WebLogic</title>
		<link>http://techblog.fywservices.com/2010/03/example-of-creating-a-user-in-oracle-db-for-weblogic/</link>
		<comments>http://techblog.fywservices.com/2010/03/example-of-creating-a-user-in-oracle-db-for-weblogic/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:37:27 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[WLP]]></category>
		<category><![CDATA[WLS]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=384</guid>
		<description><![CDATA[One of those things I ran across recently that I always forget between projects so I thought I would share here: 1 Set the Oracle Home export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/ 2 SQL Plus &#8211; Idle Instance $ORACLE_HOME/bin/sqlplus /nolog 3 Connect as SYS User connect sys/welcome1@xe as sysdba; 4 Create the WEBLOGIC_PORTAL User CREATE USER WEBLOGIC_PORTAL IDENTIFIED BY [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>One of those things I ran across recently that I always forget between projects so I thought I would share here:</p>
<p>1 Set the  Oracle Home</p>
<p style="padding-left: 30px;">export  ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/</p>
<p>2 SQL Plus &#8211; Idle Instance $ORACLE_HOME/bin/sqlplus /nolog</p>
<p>3 Connect as SYS User</p>
<p style="padding-left: 30px;">connect sys/welcome1@xe as sysdba;</p>
<p>4 Create the WEBLOGIC_PORTAL</p>
<p style="padding-left: 30px;">User CREATE USER WEBLOGIC_PORTAL IDENTIFIED  BY WEBLOGIC1;</p>
<p>5 Grant Roles and Permissions</p>
<p style="padding-left: 30px;">GRANT CONNECT, RESOURCE,DBA TO WEBLOGIC_PORTAL;</p>
<p>6 The WLS install seems to expect a table named <!-- BODY { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } P { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } DIV { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } TD { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } --><span style="font-family: monospace;">SYSTABLES, so you will need to create it:</span></p>
<p style="padding-left: 30px;">CREATE TABLE SYSTABLES (TEMP NUMBER);</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2010/03/example-of-creating-a-user-in-oracle-db-for-weblogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to use OBIEE JSR168 Portlets in WebLogic Portal</title>
		<link>http://techblog.fywservices.com/2009/10/steps-to-use-obiee-jsr168-portlets-in-weblogic-portal/</link>
		<comments>http://techblog.fywservices.com/2009/10/steps-to-use-obiee-jsr168-portlets-in-weblogic-portal/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 17:07:38 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[fuq]]></category>
		<category><![CDATA[JSR168]]></category>
		<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[WLP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=265</guid>
		<description><![CDATA[Someone told me they were having trouble getting the OBIEE JSR 168 portlets to run in WLP. Since WebLogic Portal has excellent support for all published portal standards, I figured that the best thing to do is provide illustrated,  step-by-step instructions. Deploy the JSR168 WAR to the WebLogic Server Add the JSR168 WAR as a [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Someone told me they were having trouble getting the OBIEE JSR 168 portlets to run in WLP. Since WebLogic Portal has excellent support for all published portal standards, I figured that the best thing to do is provide illustrated,  step-by-step instructions.</p>
<h3>Deploy the JSR168 WAR to the WebLogic Server</h3>
<h3>Add the JSR168 WAR as a Shared Library to the Application Workspace</h3>
<div id="attachment_268" class="wp-caption aligncenter" style="width: 448px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image1.gif" target="_blank"><img class="size-full wp-image-268  " title="Figure 1: Add the JSR168 WAR as a shared library to the application Workspace Step 1" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image1.gif" alt="Figure 1: Add the JSR168 WAR as a shared library to the application Workspace Step 1" width="438" /></a><p class="wp-caption-text">Figure 1: Add the JSR168 WAR as a shared library to the application Workspace Step 1</p></div>
<div id="attachment_269" class="wp-caption aligncenter" style="width: 448px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image2.gif" target="_blank"><img class="size-medium wp-image-269 " title="Figure 2:  Add the JSR168 WAR as a shared library to the application Workspace Step 2" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image2.gif" alt="Figure 2:  Add the JSR168 WAR as a shared library to the application Workspace Step 2" width="438" height="301" /></a><p class="wp-caption-text">Figure 2:  Add the JSR168 WAR as a shared library to the application Workspace Step 2</p></div>
<div id="attachment_270" class="wp-caption aligncenter" style="width: 310px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image3.gif" target="_blank"><img class="size-medium wp-image-270" title="Figure 3:  Add the JSR168 WAR as a shared library to the application Workspace Step 3" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image3.gif" alt="Figure 3:  Add the JSR168 WAR as a shared library to the application Workspace Step 3" width="300" height="183" /></a><p class="wp-caption-text">Figure 3:  Add the JSR168 WAR as a shared library to the application Workspace Step 3</p></div>
<h3>Add Shared Library To Portal Project</h3>
<p style="text-align: center;"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image4.gif" target="_blank"><img class="size-full wp-image-271 aligncenter" title="Figure 4: Add shared library to Portal project Step 1" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image4.gif" alt="Figure 4: Add shared library to Portal project Step 1" width="434" height="283" />Figure 4: Add shared library to Portal project Step 1</a></p>
<div id="attachment_272" class="wp-caption aligncenter" style="width: 448px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image5.gif" target="_blank"><img class="size-full wp-image-272" title="Figure 5: Add shared library to Portal project Step 2" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image5.gif" alt="Figure 5: Add shared library to Portal project Step 2" width="438" height="443" /></a><p class="wp-caption-text">Figure 5: Add shared library to Portal project Step 2</p></div>
<div id="attachment_273" class="wp-caption aligncenter" style="width: 448px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image6.gif" target="_blank"><img class="size-full wp-image-273" title="Figure 6: Add shared library to Portal project Step 3" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image6.gif" alt="Figure 6: Add shared library to Portal project Step 3" width="438" height="443" /></a><p class="wp-caption-text">Figure 6: Add shared library to Portal project Step 3</p></div>
<div id="attachment_274" class="wp-caption aligncenter" style="width: 453px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image7.gif" target="_blank"><img class="size-full wp-image-274" title="Figure 7: Add shared library to Portal project Step 4" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image7.gif" alt="Figure 7: Add shared library to Portal project Step 4" width="443" height="253" /></a><p class="wp-caption-text">Figure 7: Add shared library to Portal project Step 4</p></div>
<div id="attachment_275" class="wp-caption aligncenter" style="width: 448px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image8.gif" target="_blank"><img class="size-full wp-image-275" title="Figure 8: : Add shared library to Portal project Step 5 (Check Allow newer versions unless need explicit version control)" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image8.gif" alt="Figure 8: : Add shared library to Portal project Step 5 (Check Allow newer versions unless need explicit version control)" width="438" height="443" /></a><p class="wp-caption-text">Figure 8: : Add shared library to Portal project Step 5 (Check Allow newer versions unless need explicit version control)</p></div>
<p><em> </em></p>
<h3>Add Library Reference To Weblogic.Xml In The Portal WEB Project</h3>
<blockquote><p>&lt;wls:library-ref&gt;</p>
<p>&lt;wls:library-name&gt;sawjsr168portlets&lt;/wls:library-name&gt;</p>
<p>&lt;/wls:library-ref&gt;</p></blockquote>
<p>Add  &lt;wls:specification-version&gt; and &lt;wls:exact-match&gt; nodes if required.</p>
<h3>Un-check Build Automatically, Clean The Workspace Without A Build And Exit Workshop</h3>
<div id="attachment_276" class="wp-caption aligncenter" style="width: 458px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image9.gif" target="_blank"><img class="size-full wp-image-276" title="Figure 9: Uncheck Build Automatically; Clean The Workspace Without A Build And Exit Workshop Step 1" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image9.gif" alt="Figure 9: Uncheck Build Automatically; Clean The Workspace Without A Build And Exit Workshop Step 1" width="448" height="259" /></a><p class="wp-caption-text">Figure 9: Uncheck Build Automatically; Clean The Workspace Without A Build And Exit Workshop Step 1</p></div>
<div id="attachment_277" class="wp-caption aligncenter" style="width: 453px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image10.gif" target="_blank"><img class="size-full wp-image-277" title="Figure 10: Uncheck Build Automatically; Clean The Workspace Without A Build And Exit Workshop Step 2" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image10.gif" alt="Figure 10: Uncheck Build Automatically; Clean The Workspace Without A Build And Exit Workshop Step 2" width="443" height="390" /></a><p class="wp-caption-text">Figure 10: Uncheck Build Automatically; Clean The Workspace Without A Build And Exit Workshop Step 2</p></div>
<p>Restart workshop, build, deploy.</p>
<h3>Log-in To Portal Admin Console</h3>
<p>Go to Portal\Portal Management. The portlet will be listed for use on streaming portals.</p>
<div id="attachment_267" class="wp-caption aligncenter" style="width: 448px"><a href="http://techblog.fywservices.com/wp-content/uploads/2009/10/image11.gif" target="_blank"><img class="size-full wp-image-267" title="Congradulations!" src="http://techblog.fywservices.com/wp-content/uploads/2009/10/image11.gif" alt="Congradulations!" width="438" /></a><p class="wp-caption-text">Congradulations!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/10/steps-to-use-obiee-jsr168-portlets-in-weblogic-portal/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WebLogic Workshop 8.x Out Of Memory Fix</title>
		<link>http://techblog.fywservices.com/2009/07/weblogic-workshop-8-x-out-of-memory-fix/</link>
		<comments>http://techblog.fywservices.com/2009/07/weblogic-workshop-8-x-out-of-memory-fix/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:52:54 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[OOM]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[Workshop]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=216</guid>
		<description><![CDATA[A clip from the release notes: Large Applications May Require Additional Memory Allocation If you are building and testing a large application, WebLogic Workshop may run out of memory, which can cause it to run slowly or shut down. Workaround: You can increase your memory allocation by modifying the Workshop.cfg file, located in the BEA_HOME\weblogic81\workshop\ [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>A clip from the release notes:</p>
<blockquote><p>Large Applications May Require Additional Memory Allocation  If you are building and testing a large application, WebLogic Workshop may run out of memory, which can cause it to run slowly or shut down.  Workaround: You can increase your memory allocation by modifying the Workshop.cfg file, located in the BEA_HOME\weblogic81\workshop\ directory. Add this flag to the command-line arguments:  VM flag -Xmx512m</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/07/weblogic-workshop-8-x-out-of-memory-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

