<?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; WLP</title>
	<atom:link href="http://techblog.fywservices.com/tag/wlp/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 Portal (WLP) Lost Samples in 10.3.2</title>
		<link>http://techblog.fywservices.com/2010/06/weblogic-portal-wlp-lost-samples-in-10-3-2/</link>
		<comments>http://techblog.fywservices.com/2010/06/weblogic-portal-wlp-lost-samples-in-10-3-2/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 10:49:53 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[OEPE]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[WLP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=467</guid>
		<description><![CDATA[Ran across a fun new quirk this morning. To make sure that source control has everything necessary for a build I maintain two workspaces and check the build in one after a check in from the other. There were two errors today. One was just weird, which is that the path of WEB-INF/src somehow became [...]]]></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>Ran across a fun new quirk this morning. To make sure that source control has everything necessary for a build I maintain two workspaces and check the build in one after a check in from the other. There were two errors today. One was just weird, which is that the path of WEB-INF/src somehow became required. Annoying, but no big deal to check it in (and probably could have removed it from org.eclipse.wst.common.component and .classpath without causing an issue).</p>
<p>The quirky part was the second error, which was that it was <em>unable to resolve the reference to &#8220;wlp-sample-widgets-web-lib&#8221; library</em>. I went to the WebLogic shared libraries in preferences, and sure enough it wasn&#8217;t there. Long story short, the sample widgets are not configured in a workspace unless it is added to a project in <em>that </em>workspace. The fix was to remove and then add the facet back in and then OEPE installed it into the workspace.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2010/06/weblogic-portal-wlp-lost-samples-in-10-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extra Required Step When Creating 10.3.2 WLP EAR</title>
		<link>http://techblog.fywservices.com/2010/03/extra-required-step-when-creating-10-3-2-wlp-ear/</link>
		<comments>http://techblog.fywservices.com/2010/03/extra-required-step-when-creating-10-3-2-wlp-ear/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 17:21:38 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[10.3.2]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[OPOE]]></category>
		<category><![CDATA[WLP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=389</guid>
		<description><![CDATA[Wasted a good week until someone pointed out that OPOE does generates application.xml for exploded deployments (such as within the IDE) , but leaves it out when creating an EAR. So, when you create your WLP EAR project, you must check the &#8220;Generate application.xml deployment descriptor&#8221; box or the Portal Admin Tools will not get [...]]]></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>Wasted a good week until someone pointed out that OPOE does generates application.xml for exploded deployments (such as within the IDE) , but leaves it out when creating an EAR. So, when you create your WLP EAR project, you must check the &#8220;Generate application.xml deployment descriptor&#8221; box or the Portal Admin Tools will not get configured properly for the application.</p>
<div id="attachment_393" class="wp-caption aligncenter" style="width: 298px"><img class="size-medium wp-image-393" title="WLP EAR Wizard" src="http://techblog.fywservices.com/wp-content/uploads/2010/03/wlp_ear_app_xml.gif" alt="WLP EAR Wizard" width="288" height="300" /><p class="wp-caption-text">You MUST Check This</p></div>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2010/03/extra-required-step-when-creating-10-3-2-wlp-ear/feed/</wfw:commentRss>
		<slash:comments>1</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>Creating a Local WLS 10.3.2 Domain</title>
		<link>http://techblog.fywservices.com/2010/03/creating-a-local-wls-10-3-2-domain/</link>
		<comments>http://techblog.fywservices.com/2010/03/creating-a-local-wls-10-3-2-domain/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:14:30 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[WebLogic Server]]></category>
		<category><![CDATA[WLP]]></category>
		<category><![CDATA[WLS]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=361</guid>
		<description><![CDATA[While setting up a new project this morning I was reminded of a somewhat counter-intuitive sequence when setting up a local environment (even with the simple Pointbase install). When you get to this screen: Clicking Next will give you this warning: Just click OK. The database isn&#8217;t running at this time. And, for those who [...]]]></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>While setting up a new project this morning I was reminded of a somewhat counter-intuitive sequence when setting up a local environment (even with the simple Pointbase install). When you get to this screen:</p>
<p><img class="aligncenter size-medium wp-image-362" title="wls1032install01" src="http://techblog.fywservices.com/wp-content/uploads/2010/03/wls1032install01.PNG" alt="" width="300" height="215" /></p>
<p>Clicking Next will give you this warning:</p>
<p><img class="aligncenter size-medium wp-image-363" title="wls1032install02" src="http://techblog.fywservices.com/wp-content/uploads/2010/03/wls1032install02.PNG" alt="" width="300" height="125" /></p>
<p>Just click OK. The database isn&#8217;t running at this time.</p>
<p>And, for those who haven&#8217;t upgraded in a while and don&#8217;t read the manual, you will want to click Run Scripts when you see this screen:</p>
<p><img class="aligncenter size-medium wp-image-365" title="wls1032install03" src="http://techblog.fywservices.com/wp-content/uploads/2010/03/wls1032install03.PNG" alt="" width="300" height="215" /></p>
<p>After the wizard completes, look for the create_db.cmd in the domain root and run it before starting the server. The first start, the server will have problems starting. Let it run until nothing is spit into the console anymore, then kill it and start it again. This time it should come up.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2010/03/creating-a-local-wls-10-3-2-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClassNotFoundException for PageFlowContextListener</title>
		<link>http://techblog.fywservices.com/2010/03/classnotfoundexception-for-pageflowcontextlistener/</link>
		<comments>http://techblog.fywservices.com/2010/03/classnotfoundexception-for-pageflowcontextlistener/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 19:31:35 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[WebLogic Server]]></category>
		<category><![CDATA[Beehive]]></category>
		<category><![CDATA[WLP]]></category>
		<category><![CDATA[WLS]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=355</guid>
		<description><![CDATA[I was a bit surprised to run across this issue for the first time in a 10.3.0 installation.  According to a post on OTN, it is caused by the actual Beehive library not added correctly in config.xml. However, when I ran across it, it was a different library (the sample projects) that were missing, but [...]]]></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>I was a bit surprised to run across this issue for the first time in a 10.3.0 installation.  According to <a href="http://forums.oracle.com/forums/thread.jspa?messageID=2903227" target="_blank">a post on OTN</a>, it is caused by the actual Beehive library not added correctly in config.xml. However, when I ran across it, it was a different library (the sample projects) that were missing, but the same error occurred.</p>
<p>Go figure.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2010/03/classnotfoundexception-for-pageflowcontextlistener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facelet Face Off on WLP</title>
		<link>http://techblog.fywservices.com/2010/03/facelet-face-off-on-wlp/</link>
		<comments>http://techblog.fywservices.com/2010/03/facelet-face-off-on-wlp/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 23:25:36 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[JSR 329]]></category>
		<category><![CDATA[WLP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=338</guid>
		<description><![CDATA[If you chose the Facelet aspect for your WLP project in 10.3.2, your portlets will use the &#8220;native&#8221; (i.e., WLP-only) portlet bridge rather than the &#8220;JSR-329&#8243; (i.e., crystal ball) bridge.  In case you need to reuse your portlets in another portal framework. I haven&#8217;t had time to try it out, but in theory one could [...]]]></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>If you chose the Facelet aspect for your WLP project in 10.3.2, your portlets will use the &#8220;native&#8221; (i.e., WLP-only) portlet bridge rather than the &#8220;JSR-329&#8243; (i.e., crystal ball) bridge.  In case you need to reuse your portlets in another portal framework.</p>
<p>I haven&#8217;t had time to try it out, but in theory one could write the .portlet file by hand and still get the best of both worlds.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2010/03/facelet-face-off-on-wlp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Post on WLP / Beehive Custom Events</title>
		<link>http://techblog.fywservices.com/2009/12/interesting-post-on-wlp-beehive-custom-events/</link>
		<comments>http://techblog.fywservices.com/2009/12/interesting-post-on-wlp-beehive-custom-events/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 12:45:49 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[fireCustomEvent]]></category>
		<category><![CDATA[WLP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=327</guid>
		<description><![CDATA[I ran across this while working on tweaking some of my own flows. As luck would have it, I never got a chance to test it out, but wanted to keep a note on it just in case I run across it again: Struggling BEA WLP fireCustomEvent in begin action]]></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>I ran across this while working on tweaking some of my own flows. As luck would have it, I never got a chance to test it out, but wanted to keep a note on it just in case I run across it again:</p>
<h3><a href="http://blog.thej2eestruggle.com/2007/01/struggling-bea-wlp-firecustomevent-in.html" target="_blank">Struggling BEA WLP fireCustomEvent in begin action</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/12/interesting-post-on-wlp-beehive-custom-events/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>BEA Weblogic Portal 8.x Tips &amp; Tricks</title>
		<link>http://techblog.fywservices.com/2009/09/bea-weblogic-portal-8-x-tips-tricks/</link>
		<comments>http://techblog.fywservices.com/2009/09/bea-weblogic-portal-8-x-tips-tricks/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 11:48:39 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[BEA]]></category>
		<category><![CDATA[fuq]]></category>
		<category><![CDATA[WLP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=259</guid>
		<description><![CDATA[Originally published at developer.com As documentation goes, BEA is in my top five vendor list. It can be hard to find documentation for older versions (it’s all still there, the links are just buried), but once you find the product documentation page you’ll have a well indexed reference for most of what you need. Still, [...]]]></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><em>Originally published at <a href="http://www.developer.com/java/ent/article.php/3632526" target="_blank">developer.com</a></em></p>
<p>As documentation goes, BEA is in my top five vendor  list. It can be hard to find documentation for older versions (it’s all still  there, the links are just buried), but once you find the product documentation page  you’ll have a well indexed reference for most of what you need. Still, there  are always those wonderful little gotchas that  you will run across where the answer either came after the documentation or is  something that you can do to make your life easier that the product reference team  didn’t think of (or, in some cases, they thought of it but didn’t give the best answer).</p>
<p>In this article I want to share a few solutions I  have discovered outside of the standard documentation. Some you can find on BEA’s Dev2Dev (though it might take a long time),  some came from trial and error, and one came from days of pain following a the recommended path to later try almost the total opposite approach and cut  my work time by two-thirds. And I am sure there are dozens (if not  hundreds) of other little helpful hints, but these are the ones that I remember the  most in almost three years of building many BEA Portal solutions.</p>
<h2>You Can Get There From Here</h2>
<p>The most cherished word to any vendor is also the  most dreaded to an IT department: Upgrade. This is very near the top of my  mind with BEA showcasing Aqualogic as a growing  technology stack. I know that as soon as they have the Aqualogic Portal (or whatever name they are going to give it), I will have a lot  of upgrades to do (and as a professional services consultant, I personally  look forward to it). Based on the many job postings from BEA lately, my guess  is that it will be heavily based on the Plumtree  portal they bought last year. You may think I digress speaking of future  upgrades in an article about the current version, but it all ties in.</p>
<p>The first BEA portal upgrade I dealt with was from  version 7.x (really .x in this case, because I don’t recall the exact release)  to version 8. Being a self-appointed member of the semantics police, I  recall complaining that the project name for this process included the word  migration rather than upgrade. When the dust finally settled, I retreated from my position on the project title. Version 7 is nothing like version 8  (which was the point of mentioning the likelihood of the next version being based  on an entirely different product).</p>
<p>Being the astute engineers that are expected in  professional services, the migration team went directly to the BEA site for a hint on  how to handle this project. As I said in the beginning, BEA has pretty good documentation available and we immediately found a very detailed set of instructions for upgrading. I’m not going to make a big deal of what I  thought about the instructions because I’m still a fan of BEA products. What I  will state is that I am really, really glad that I had to migrate multiple  portals or else I wouldn’t have this topic to write about.</p>
<p>If you ever need to move from version 7 to version 8  (and there are plenty of version 7 applications still out there), ignore the  upgrade documentation. Instead, inventory your existing application and separate  it into webflow portlets and non-webflow portlets. By doing this, you will save yourself hours (days or weeks,  depending on the size of your application). Do read the online instructions for  working with version 8 if you’re not familiar with it. Then create a brand new  portal in 8 with all of the pages in Workshop. Once you have a nice, blank  portal, import your non-webflow portlets one at a  time. With each import, run a build. Each time you do this you’ll get a stack of  errors for the methods that have changed. Take the advice of the Hitchhikers  Guide to the Galaxy and Don’t Panic. Track down the compile errors and look up  what that method did for you in version 7 and change it to use the version 8  method. This will get easier with each portlet, especially if you have a consistent development process because before you are done you’ll start to  anticipate errors and correct them before you build. This may sound tedious, but it  is a heck of a lot easier than following the proscribed path and tracking  down both compile errors and functional bugs.</p>
<p>Now, according to all the documentation, you can  port your webflows to pageflows  with minimal fuss. This reminds me of the question asked by every mother all  over the world: “If you’re friend jumped off a bride, would you do it to?”  Instead, create a new pageflow, fire up your old webflow editor, and  re-write it in pageflow format. This will  get rid of the many limitations imposed on version 8 webflow support and  prevent the harried calls from whomever inherits your applications asking how the  heck to make a change to that monster. Again, no matter how tedious this sounds,  it will be worth it in the time saved. Additionally, version 9 has no  support for webflows, so following this  track will leave you ready for a future upgrade. In fact, many of the work-arounds described in this article have been solved as a standard feature in  version 9 (which I had not investigated prior to starting this article).</p>
<p>Upgrading from one version 8 Serviceicipate errors and correct them before you build. This may sound tedious, but it  is a heck of a lot easier than following the proscribed path and tracking  down both compile errors and functional bugs.</p>
<p>Now, according to all the documentation, you can  port your webflows to pageflows  with minimal fuss. This reminds me of the question asked by every mother all  over the world: “If you’re friend jumped off a bride, would you do it to?”  Instead, create a new pageflow, fire up your old webflow editor, and  re-write it in pageflow format. This will  get rid of the many limitations imposed on version 8 webflow support and  prevent the harried calls from whomever inherits your applications asking how the  heck to make a change to that monster. Again, no matter how tedious this sounds,  it will be worth it in the time saved. Additionally, version 9 has no  support for webflows, so following this  track will leave you ready for a future upgrade. In fact, many of the work-arounds described in this article have been solved as a standard feature in  version 9 (which I had not investigated prior to starting this article).</p>
<p>Upgrading from one version 8 Service Pack (SP) to  another is not nearly as difficult, yet some caution should still be exercised. The  whole versioning naming convention is misleading. Sometimes they are referred  to as .release, sometimes as service pack releases. This would make you think  that they made some enhancements that are major changes, and you would be  thinking correctly. However, it would also lead you to believe that methods and  classes may be added or improved that require no effort on your part to upgrade,  and there you have the gotcha. Sometimes they replace classes and methods.  Though the changes are covered in the release notes, who wants to read through  all of that to find the two or three things that are specific to your  application?</p>
<p>I have found that most of the big changes take  place in the framework implementations. The easiest way to a smooth upgrade is to  import everything into a new portal except your portlet and framework JSPs. Those you want to leave behind, then create  new JSPs in your new portal and copy-paste  all of your custom code from your original application. Workshop will color code the stuff  that no longer works right away for you. Once you have hand-moved your JSPs into your new portal, run your build and  track down the little changes. Then regression test and find the other quirks that  may have popped up. One that occurred from one SP to the next is the  relative path used for page tab icons. The quickest way to figure out where to move  your reference to is to let the icon fail to show up and the view the page  source to see where it is looking for it. The relative path changed from the  framework to application. While this was a wise approach (especially for clustered environments) it can be daunting to figure out without knowing that a  change occurred and it isn’t some bug in your port.</p>
<h2>Write Once, Run In Any Project</h2>
<p>Alright, this is just a quick note on a quirk of  Workshop that can be annoying for those who frequently use either their own  legacy code or purchase code. I’m sure most folks who have done any extensive work  with Workshop have already discovered that a BEA control project has no  option for adding classpaths. While I’m sure there was  some good reason behind this, it’s tough to use your existing code base throughout  your portal project if you can’t reference it when you need it. To get around  this limitation, just make sure that what you need is in the classpath of another plain old Java project. Then set your build order so that the project with your legacy code reference is built before your control  project.</p>
<p>This isn’t a perfect fix as you will still need to  keep your various portal projects in sync if there are cross dependencies. You  will also need to document this dependency in case your control project later  becomes legacy code. Still, this is far more maintainable of a solution than duplicating your legacy code into your control project.</p>
<h2>Dude, Where’s My Portlet?</h2>
<p>Portals that are built well (or are well funded  despite not having been done right the first time) will grow. If the growth of your  portal requires no security restrictions on your new portlets and you manager  all of your portal layouts through Workshop, you will never know that there are  some quirks to how portlets are associated to a portal in the portal  administration application. For the rest of us, here’s a couple of things to consider  if it is early enough, and how to deal with them if it is too late.</p>
<p>Properties about your portal are stored in the  database when you deploy it to your server. From what I can guess (I’m too lazy to  look it up, so please don’t send me a flood of comments that this is documented somewhere) the portal was designed to be run from a managed server with  plenty of horsepower. This makes sense, considering that useful portals will  require a fair amount of resources and have a large enough base of users to  require a server farm. What this means to those of us who manage portals in the  wild is that time spent documenting and following a proper deployment plan will  save hours (or days) of work dealing with future changes.</p>
<p>When deploying your portal, you want to first  deploy it to your admin server before deploying to managed servers. This approach  will allow the server to handle LDAP propagation automatically for you, so that new  users are added to the full server farm instead of the first server you deploy  to. At the time of this first deployment, your portal assets are catalogued  into the database for management. If you deploy to a managed server first, the  assets become frozen and future deployments will not update your portal  administration application with new portlets and/or page. With this in mind, even if  you will not be initially deploying to a server farm it is still a wise strategy  to create a managed server environment anyway and follow the above plan.</p>
<p>If you are already in production and didn’t plan  for this, all hope is not lost. The best approach would be to re-build your  environment with a deployment plan, eliminating extra steps in the future. That  said, I have seen situations where this was not practical (generally based on  political rather than technical challenges). In which case, the next approach to  gain access to your assets is to do the following:</p>
<p>First, if you have an admin server and haven’t  already deployed your portal to it, do so now. If you have resource constraints  you can always remove it once you have updated your database.</p>
<p>Next, in the portal admin console, create a new  desktop and then assign your current portal to it. The new desktop should contain  your new pages and portlets as the new desktop will generate the necessary  database entries. Depending on the service pack you have installed you may need  to re-start the server to add these assets to your original desktop. Now  you can manage your new assets.</p>
<p>Another important thing to remember about your  initial deployment planning is that in a clustered environment, you must deploy  your LDAP to Admin only, so that it replicates properly across all servers. Otherwise you will frequently run into user profile issues. In the  managed server environment, you will want to use your Admin deployment to make  updates as all the neat stuff is there, where you have to search or type group  names to find them in managed server admin consoles.</p>
<h2>Are We There Yet?</h2>
<p>Some portals are small, some are big, and some are  gigantic. I’m not talking about users, and not necessarily functionality, but  total code involved. Code bases get huge, especially if there have been upgrades or  (gasp!) migrations from one platform to another. From SP 3 up, loading Workshop  and running builds can seem to take forevvvvvvver  as all the paths are validated and the code assists are updated. It’s the old  story of do you want it easy to use or fast (pick <em>one</em>).  The answer from everyone is: both! That’s ok. It was evolution that got you to this point and one more step will get  you past it and back to fast(er) builds. The two-step trick is to first find all the legacy stuff that you aren’t  using and get rid of it. Of course, most of us don’t have the time to do that,  but the second step will help in that case, too. Step two is to find all the  legacy stuff (preferably only what you still use) that has not changed in eons  and JAR it up. JARs get stored more efficiently and  only need to be referenced the very first time the environment is created. This  will cut your build times anywhere from 10 – 80%, depending on how thorough you  are and how honest you are.</p>
<h2>When Java Calls for A Coffee Break</h2>
<p>Portals are often used to consolidate disparate  data sources into a single view, especially with the growing popularity and need for Business Intelligence Dashboards. With many of these views being  composites of separate sources and/or accessing web services, sometimes the data for a portlet takes a long time load. Despite the modularity of a portlets at  design time, at run time it all is distilled into a single web page, and a web page doesn’t load until the last line of HTML as been  generated and sent to the browser. When one or more of your portlets takes too long to  load, you could be inundated with complaints about your portals performance,  even after having done everything programmatically possible to streamline  your back end calls. How do you provide the users with what they want while not  gaining a reputation for causing a traffic jam at the coffee pot? Use the old  iFrame trick (aka the new AJAX trick).</p>
<p>iFrames for portlets (note: version 9 has built-in functionality to handle this issue and it is strongly recommended that  if you used this work-around in version 8 to re-write your portal to use the out-of-the-box features available in version 9).</p>
<h2>Faster Star Up in Development</h2>
<p>One complaint I hear from developer is about how  long it takes the application to start when developing. The default memory  settings are low to be respectful of slower developer machines. It is easy to change  by updating your setDomainEnv.cmd file to use  your memory more efficiently. The basic setting is MEM_ARGS=-Xms96m -Xmx256m.  Change this to MEM_ARGS=-Xms786m -Xmx768m and the full memory will be allocated immediately rather than growing as you need it (which is usually during  start up). Keep in mind that if you have less than 1GB RAM installed, this  won’t work, but then if you do have less, you need more to do any serious development. I consider 1.5 to be the minimum to be productive as a  developer.</p>
<p>Once you are up and running, you may run into out  of memory errors. While this is a good way to convince the boss to buy you an  upgrade (as I did before I found the real problem), t</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/09/bea-weblogic-portal-8-x-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Propagating Weblogic 8.x Portals</title>
		<link>http://techblog.fywservices.com/2009/09/propagating-weblogic-8-x-portals/</link>
		<comments>http://techblog.fywservices.com/2009/09/propagating-weblogic-8-x-portals/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 12:02:53 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[WebLogic Portal]]></category>
		<category><![CDATA[fuq]]></category>
		<category><![CDATA[Propagating]]></category>
		<category><![CDATA[WLP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=252</guid>
		<description><![CDATA[Originally published at developer.com Before Service Pack 5 (SP5), the most dreaded day of some portal projects was the push to production. If you have a fairly decent deployment plan, getting the portal EAR into production was a snap. What profited the pizza industry with the late-night dinner orders was moving all of the settings [...]]]></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><em>Originally published at <a href="http://www.developer.com/java/data/article.php/3634841" target="_blank">developer.com</a></em></p>
<p>Before Service Pack 5 (SP5), the most dreaded day of some portal projects was the push to production. If you have a fairly decent deployment plan, getting the portal EAR into production was a snap. What profited the pizza industry with the late-night dinner orders was moving all of the settings that are stored in the database from Staging to Production. Entitlement roles, groups, and the association of entitlements to portlets had to be re-created by hand. Because these deployments often take place after hours, the person with the pleasure of creating them will almost always make some mistake that takes hours to trace down. The mistakes aren’t because it is terribly difficult, but because even if you get to come in late for these deployments, you still probably woke up at your usual hour and are starting to fade a bit. That, and few deployment documents are perfect. The propagation tool is here to rescue you.</p>
<p>The propagation tool is built into SP5 and SP6, and is available as a <a href="https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/remcurreport/true/template/ViewIssue.vm/id/S176/eventsubmit_dosetissueview/foo/resultpos/-1/nbrresults/29/action/ViewIssue/tab/2/readonly/false" target="_blank">patch upgrade to SP4</a> (note: there are other patches included in this download, so this may entail risk depending on what APIs you are using). For earlier versions, you need to contact your BEA representative.</p>
<p>There is an official manual for the propagation tool on the BEA site, which I recommend if you want every nuance. What I will cover here is a typical, simple, straight-forward approach that will save you some time. I also deviate a bit here for the sake of doing the process faster, knowing that time is often a factor when you get to your deployment phase. As with any process, I highly recommend doing a dry-run in a test environment first (mostly because I own no stock in pizza companies). The steps described here are for SP5. They should be the same for SP6. If you wish to attempt this on an earlier version, I suggest going to the link mentioned earlier.</p>
<p>First, you need to put the tool where you can use it. Copy propagation.war from &lt;WEBLOGIC_HOME&gt;\weblogic81\portal\lib to the root of your Staging domain (or Integration, if you are moving to Staging). To make sure you put it in the right place, make sure that adminPortal.war is already in the same path you are copying to.</p>
<p>Start your server through Workshop, then go to &lt;DOMAIN_ROOT&gt;\META-INF and open application.xml in your favorite XML editor. After the last &lt;module&gt; entry, add the following:</p>
<blockquote><p>&lt;module&gt;</p>
<p>&lt;web&gt;</p>
<p>&lt;web-uri&gt;propagation.war&lt;/web-uri&gt;</p>
<p>&lt;context-root&gt;propagation&lt;/context-root&gt;</p>
<p>&lt;/web&gt;</p>
<p>&lt;/module&gt;</p></blockquote>
<p>When you save the file, Workshop should detect the update and automatically deploy it to the server for you. If for some reason it doesn’t, you will need to stop your server, open config.xml, and manually add the following to the end of your &lt;Application&gt; node:</p>
<blockquote><p>&lt;WebAppComponent Targets=&#8221;genericPortalServer&#8221; URI=&#8221;propagation.war&#8221;/&gt;</p></blockquote>
<p>Once your server has started up again, check your installation by going to http://&lt;SERVER&gt;:&lt;PORT&gt;/propagation (example: http://localhost:7001/propagation). You should see the following screen:</p>
<div class="wp-caption aligncenter" style="width: 408px"><img class=" " src="http://www.fywservices.com/articleArchives/wlp8propagation/PropagatingWeblogic8Portals_files/image002.jpg" alt="Propagation Screen" width="398" height="315" /><p class="wp-caption-text">Propagation Screen</p></div>
<p>From the screen the next step should be obvious: Click Export an Inventory. The application will walk you through the steps with fairly clear instructions (you’re welcome to read them all, based on your paranoia level or the fragility of your application). The steps are as follows, with only minor comments where necessary:</p>
<ol>
<li>Enter      the user name and password for the uber admin account</li>
<li>Click      Continue</li>
<li>Click      Export XML</li>
<li>Click      Export Locally and save to someplace convenient (unless you are      propagating to an domain on the same machine with read-write privileges)</li>
</ol>
<p>Export complete! That was easy, wasn’t it? Now you need to import it. Again, I’m going to pare things down for the simple, straight-forward process here. If your application is really, really complicated, fragile, or you just have a lot of time on your hands, you can read the full documentation at <a href="http://e-docs.bea.com/wlp/docs81/sp5/prodOps/propTool.html#1025334">http://e-docs.bea.com/wlp/docs81/sp5/prodOps/propTool.html#1025334</a>.</p>
<p>First, you need to install the propagation application on the target server. Copy the same war file to the same place in your new domain. Then deploy your portal EAR to the new domain. So long as you create the EAR after installing the propagation application on the original server, you shouldn’t have to do anything else. If for some reason it doesn’t work for you, follow the same installation instructions given above for the original server.</p>
<p>The import process is also very simple, and has step-by-step prompts. With lots and lots and lots of warnings. Again, we’re going to cover the short path here. And, again, read the docs at the link given earlier if you have concerns. For me, the longest part was reading the warning labels.</p>
<p>With the EAR and the propagation application deployed on the target server, open the propagation application the same way as before, only with your new URL (http://mynewhost:7001/propagation), and do the following:</p>
<ol>
<li>Click      Import an Inventory</li>
<li>Log in</li>
<li>Click      the Specify the file radio button</li>
<li>Enter      the full path to the zip file you created in the export process, including      the file name, i.e., I:\DeveloperDotCom\Propagating BEA      Portals\inventory.zip</li>
<li>Click      Continue (if you see The input file was not found.      The application tree was loaded instead., check your path)</li>
<li>Click      Continue</li>
<li>Click      Preview Changes</li>
<li>Click      the checkbox, then click Continue</li>
<li>Click Deployment      Complete</li>
<li>Click      Continue</li>
<li>Click      Continue</li>
<li>Scroll      to the bottom and Click Continue
<ol>
<li>On       the Review Manual Changes page, there will probably be a list. This is       why I recommend a dry run, because you may not need to do anything with       this list, so click Continue the first time and out and note during your       testing if anything needs to be dealt with. Note that users are not       exported, and this is addressed later in this article.</li>
</ol>
</li>
<li>Click      Continue</li>
<li>Click Commit      the Inventory</li>
</ol>
<p>The next screen has you export what you have just imported. Again, for the dry run, I wouldn’t bother. For the real deal, though, it is a good best practice.</p>
<p>You can now go to your new portal URL and review how well things turned out for you. You will need to add your users to do much real testing. If you have an authentication method that relies on an external application, you will need to test and possibly reconfigure it for your new domain. If you use the internal LDAP, you should create your users before testing.</p>
<p>While not considered a best practice by BEA, it is a common practice to have the same users in Staging as Production, so I feel obligated to list the steps here to propagate these as well.</p>
<p>In your original domain, go to the Weblogic Server Console and navigate to your security realm and click on the Migration tab and then the Export tab.</p>
<div class="wp-caption aligncenter" style="width: 408px"><img class=" " src="http://www.fywservices.com/articleArchives/wlp8propagation/PropagatingWeblogic8Portals_files/image004.jpg" alt="Weblogic Server Console" width="398" height="250" /><p class="wp-caption-text">Weblogic Server Console</p></div>
<p>I prefer to enter a path ending with LDAP to make it easy to find. Click export, then check the path you entered to make sure you have the five expected files.</p>
<p>If necessary, copy the folder you exported to to somewhere where your new deployment can access it.</p>
<p>Now go to the Import tab in your new domain and enter the location to import from.</p>
<p>Despite the dire warning in the propagation screen, you should have most of your assets up and running, except some as noted in the Manual screen.</p>
<p>Now, go have dinner at home rather than the pizza.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/09/propagating-weblogic-8-x-portals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

