<?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 for The JavaEE Xperience</title>
	<atom:link href="http://tech.bijesh.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.bijesh.info</link>
	<description>Wading through the JavaEE ocean!!</description>
	<lastBuildDate>Mon, 08 Aug 2011 22:46:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on (BUG) ADF BC validation messages in WebCenter Spaces by Bijesh</title>
		<link>http://tech.bijesh.info/2010/12/bug-adf-bc-validation-messages-in-webcenter-spaces/comment-page-1/#comment-7698</link>
		<dc:creator>Bijesh</dc:creator>
		<pubDate>Mon, 08 Aug 2011 22:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=136#comment-7698</guid>
		<description>@Adrian: Unfortunately, no news from Oracle. An ER was raised by support but I can&#039;t seem to check the status on that one. In the meantime, my post here - http://tech.bijesh.info/2010/12/spaces-quirks-bugs-workarounds/- may help.</description>
		<content:encoded><![CDATA[<p>@Adrian: Unfortunately, no news from Oracle. An ER was raised by support but I can&#8217;t seem to check the status on that one. In the meantime, my post here &#8211; <a href="http://tech.bijesh.info/2010/12/spaces-quirks-bugs-workarounds/-" rel="nofollow">http://tech.bijesh.info/2010/12/spaces-quirks-bugs-workarounds/-</a> may help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (BUG) ADF BC validation messages in WebCenter Spaces by Adrian Andreca</title>
		<link>http://tech.bijesh.info/2010/12/bug-adf-bc-validation-messages-in-webcenter-spaces/comment-page-1/#comment-7669</link>
		<dc:creator>Adrian Andreca</dc:creator>
		<pubDate>Mon, 08 Aug 2011 06:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=136#comment-7669</guid>
		<description>Did you get any response from oracle? In webcenter PS3 we have still same problem.</description>
		<content:encoded><![CDATA[<p>Did you get any response from oracle? In webcenter PS3 we have still same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (BUG) Attributes with same name &#8211; ADF BC Validation Messages by Ramandeep</title>
		<link>http://tech.bijesh.info/2010/12/bug-attributes-with-same-name-adf-bc-validation-messages/comment-page-1/#comment-6451</link>
		<dc:creator>Ramandeep</dc:creator>
		<pubDate>Sat, 02 Jul 2011 08:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=133#comment-6451</guid>
		<description>Yes that is a bug and very huge one if you plan on making complex forms involving several VO&#039;s chances are that you will have attribute with same name ....</description>
		<content:encoded><![CDATA[<p>Yes that is a bug and very huge one if you plan on making complex forms involving several VO&#8217;s chances are that you will have attribute with same name &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cyanogen Mod (Froyo) on my Spice Mi-300 by rahul</title>
		<link>http://tech.bijesh.info/2010/11/cyanogen-mod-froyo-on-my-spice-mi-300/comment-page-1/#comment-5659</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Tue, 07 Jun 2011 10:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=113#comment-5659</guid>
		<description>sir after getting Cyanogen Mod (Froyo) on my Spice Mi-300........ on it first start it works fine..... bt in 2nd start it stucks at d logo of spice.... wht i have 2 do pls help.........</description>
		<content:encoded><![CDATA[<p>sir after getting Cyanogen Mod (Froyo) on my Spice Mi-300&#8230;&#8230;.. on it first start it works fine&#8230;.. bt in 2nd start it stucks at d logo of spice&#8230;. wht i have 2 do pls help&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom ADF Task Flows and the Spaces resource catalog by Bijesh</title>
		<link>http://tech.bijesh.info/2010/11/custom-adf-task-flows-and-the-spaces-resource-catalog/comment-page-1/#comment-5536</link>
		<dc:creator>Bijesh</dc:creator>
		<pubDate>Fri, 03 Jun 2011 00:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=98#comment-5536</guid>
		<description>Hi Marius,

I just tried with the files you supplied and it worked for me. 

1) Cleaned up testFlow1.war so it contained only the META-INF/manifest.mf and WEB-INF/lib/testFlow1.jar. 
    The war does not need to include the actual files (xml, jspx, etc). I don&#039;t think having those files should&#039;ve been an issue.
2) Deployed testFlow1.war as a shared library to WC_Spaces
3) Included testFlow1 as a library in WebCenterSpacesExtensionLibrary/public_html/WEB-INF/weblogic.xml
4) Built and Deployed  WebCenterSpacesExtensionLibrary (i.e. extend.spaces.webapp.war). 
    Note: the build file also redeploys the webcenter app so there was no need to restart WC_Spaces
5) Edit a resource catalog and use Add &gt; Add from Library. Search for &quot;account&quot; and it showed accountRegistrationTF.</description>
		<content:encoded><![CDATA[<p>Hi Marius,</p>
<p>I just tried with the files you supplied and it worked for me. </p>
<p>1) Cleaned up testFlow1.war so it contained only the META-INF/manifest.mf and WEB-INF/lib/testFlow1.jar.<br />
    The war does not need to include the actual files (xml, jspx, etc). I don&#8217;t think having those files should&#8217;ve been an issue.<br />
2) Deployed testFlow1.war as a shared library to WC_Spaces<br />
3) Included testFlow1 as a library in WebCenterSpacesExtensionLibrary/public_html/WEB-INF/weblogic.xml<br />
4) Built and Deployed  WebCenterSpacesExtensionLibrary (i.e. extend.spaces.webapp.war).<br />
    Note: the build file also redeploys the webcenter app so there was no need to restart WC_Spaces<br />
5) Edit a resource catalog and use Add &gt; Add from Library. Search for &#8220;account&#8221; and it showed accountRegistrationTF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom ADF Task Flows and the Spaces resource catalog by Bijesh</title>
		<link>http://tech.bijesh.info/2010/11/custom-adf-task-flows-and-the-spaces-resource-catalog/comment-page-1/#comment-5533</link>
		<dc:creator>Bijesh</dc:creator>
		<pubDate>Thu, 02 Jun 2011 23:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=98#comment-5533</guid>
		<description>My apologies, Marius. I was away from office and didn&#039;t have access to a WC env. 

What the samples project creates is nothing but a shared library WAR. This means that your initial approach is also correct and has worked for me in the past. I am wondering if there is some error in the original shared lib that you tried. 

Anyway, good that you have it working now.</description>
		<content:encoded><![CDATA[<p>My apologies, Marius. I was away from office and didn&#8217;t have access to a WC env. </p>
<p>What the samples project creates is nothing but a shared library WAR. This means that your initial approach is also correct and has worked for me in the past. I am wondering if there is some error in the original shared lib that you tried. </p>
<p>Anyway, good that you have it working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom ADF Task Flows and the Spaces resource catalog by Marius</title>
		<link>http://tech.bijesh.info/2010/11/custom-adf-task-flows-and-the-spaces-resource-catalog/comment-page-1/#comment-5512</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Thu, 02 Jun 2011 07:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=98#comment-5512</guid>
		<description>I have managed to add it to the library by using the samples project. Adding the jar to the samples project, deploying it ,referencing the samples project in the designwebcenterspaces project and deploying the designwebcenterspaces project is the trick to make it work.</description>
		<content:encoded><![CDATA[<p>I have managed to add it to the library by using the samples project. Adding the jar to the samples project, deploying it ,referencing the samples project in the designwebcenterspaces project and deploying the designwebcenterspaces project is the trick to make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom ADF Task Flows and the Spaces resource catalog by Marius</title>
		<link>http://tech.bijesh.info/2010/11/custom-adf-task-flows-and-the-spaces-resource-catalog/comment-page-1/#comment-5412</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Mon, 30 May 2011 12:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=98#comment-5412</guid>
		<description>Hello Bijesh, thank you for your reply. Here are my answers according to the points you made:

1)the jar was part of a shared library.
2)Deployed it to WC_Spaces
3)Uploaded: http://www.2shared.com/file/QrucZuTm/detrunus.html
4) Yes, that is true.

the weblogic.xml contains the following lines:

  testFlow1
</description>
		<content:encoded><![CDATA[<p>Hello Bijesh, thank you for your reply. Here are my answers according to the points you made:</p>
<p>1)the jar was part of a shared library.<br />
2)Deployed it to WC_Spaces<br />
3)Uploaded: <a href="http://www.2shared.com/file/QrucZuTm/detrunus.html" rel="nofollow">http://www.2shared.com/file/QrucZuTm/detrunus.html</a><br />
4) Yes, that is true.</p>
<p>the weblogic.xml contains the following lines:</p>
<p>  testFlow1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom ADF Task Flows and the Spaces resource catalog by Bijesh</title>
		<link>http://tech.bijesh.info/2010/11/custom-adf-task-flows-and-the-spaces-resource-catalog/comment-page-1/#comment-5404</link>
		<dc:creator>Bijesh</dc:creator>
		<pubDate>Mon, 30 May 2011 08:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=98#comment-5404</guid>
		<description>Hi Marius,

This post was for WebCenter PS2 (11.1.1.2). It should&#039;ve been much simpler for PS3.  

The following questions may seem quite naive but your answers may help figure the problem out.

1) How did you deploy the task flow jar? Was it as part of a shared library war file?  That is how usually do it - similar to section 1 in my post above.
2) Did you deploy it to WC_Spaces managed server? 
3) Can you upload your shared library war and extend.spaces.war somewhere for me to take a look at them?

By the way, as far as i know, the custom taskflow will only be available from &quot;Add From Library&quot;</description>
		<content:encoded><![CDATA[<p>Hi Marius,</p>
<p>This post was for WebCenter PS2 (11.1.1.2). It should&#8217;ve been much simpler for PS3.  </p>
<p>The following questions may seem quite naive but your answers may help figure the problem out.</p>
<p>1) How did you deploy the task flow jar? Was it as part of a shared library war file?  That is how usually do it &#8211; similar to section 1 in my post above.<br />
2) Did you deploy it to WC_Spaces managed server?<br />
3) Can you upload your shared library war and extend.spaces.war somewhere for me to take a look at them?</p>
<p>By the way, as far as i know, the custom taskflow will only be available from &#8220;Add From Library&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom ADF Task Flows and the Spaces resource catalog by Marius</title>
		<link>http://tech.bijesh.info/2010/11/custom-adf-task-flows-and-the-spaces-resource-catalog/comment-page-1/#comment-5401</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Mon, 30 May 2011 07:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bijesh.info/?p=98#comment-5401</guid>
		<description>Hello, i have followed all steps, deployed the task flow jar and used build.xml to deploy the extension project as a shared library. Everything worked fine, just like in the documentation...but i can&#039;t find the task flow within WebCenter... i have restarted WC_SPACES but still no result... I have even tried to find it in the catalog...by searching for it (From add from library) but no results. I don&#039;t know why this is happening.

I have tried this with multiple task flows...

Then I came across your post and tried it this way....Unfortunately i can&#039;t find the taskflow in the library.

I did double-check the shared library&#039;s name in weblogic.xml against the deployed name (through admin console)

I&#039;ve verified that the shared-library is deployed with WC_Spaces as a target.

Any idea what could be wrong? 
Thank you.</description>
		<content:encoded><![CDATA[<p>Hello, i have followed all steps, deployed the task flow jar and used build.xml to deploy the extension project as a shared library. Everything worked fine, just like in the documentation&#8230;but i can&#8217;t find the task flow within WebCenter&#8230; i have restarted WC_SPACES but still no result&#8230; I have even tried to find it in the catalog&#8230;by searching for it (From add from library) but no results. I don&#8217;t know why this is happening.</p>
<p>I have tried this with multiple task flows&#8230;</p>
<p>Then I came across your post and tried it this way&#8230;.Unfortunately i can&#8217;t find the taskflow in the library.</p>
<p>I did double-check the shared library&#8217;s name in weblogic.xml against the deployed name (through admin console)</p>
<p>I&#8217;ve verified that the shared-library is deployed with WC_Spaces as a target.</p>
<p>Any idea what could be wrong?<br />
Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

