<?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: Create, Deploy and Consume an ADF Task Flow with ADF Business Components inside</title>
	<atom:link href="http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: HB</title>
		<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/#comment-5823</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Wed, 01 Feb 2012 13:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5769#comment-5823</guid>
		<description><![CDATA[This post does not mention anything about the deployment view. I do not think it is a very useful post.Â This is a very simple reuse scenario avilable almost in all ADF examples. How do multiple projects refer to the same common ADF task flow when deployed on Weblogic server?]]></description>
		<content:encoded><![CDATA[<p>This post does not mention anything about the deployment view. I do not think it is a very useful post.Â This is a very simple reuse scenario avilable almost in all ADF examples. How do multiple projects refer to the same common ADF task flow when deployed on Weblogic server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Business Plans</title>
		<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/#comment-5822</link>
		<dc:creator>Business Plans</dc:creator>
		<pubDate>Thu, 08 Sep 2011 04:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5769#comment-5822</guid>
		<description><![CDATA[Great   post. This blog contain lot of great information. In this article a simple   example of using the Task Flow mechanism for the creation of a reusable   service â€“ text translation â€“ that is developed as a bounded task flow that is   deployed in an ADF Library to be reused in potentially many applications and   pages. Deploy the View Controller project according to this deployment   descriptor.]]></description>
		<content:encoded><![CDATA[<p>Great   post. This blog contain lot of great information. In this article a simple   example of using the Task Flow mechanism for the creation of a reusable   service â€“ text translation â€“ that is developed as a bounded task flow that is   deployed in an ADF Library to be reused in potentially many applications and   pages. Deploy the View Controller project according to this deployment   descriptor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rama Krishna</title>
		<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/#comment-5821</link>
		<dc:creator>Rama Krishna</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5769#comment-5821</guid>
		<description><![CDATA[Hi Lucas,

    I found that when I export the ADF library into my consuming application, everything is working fine.

    When I deployed the ADF library to Weblogic server and trying to consume the ADF library taskflow, it is throwing OracleJSP error.

     java.lang.NoClassDefFoundError: org/apache/myfaces/trinidad/event/ReturnEvent

     Am I missing something while deploying the ADF library to weblogic server and/or while using library-ref in my weblogic-application.xml file?

Thanks in advance.

Thanks &amp; Regards,
Rama Krishna. P]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas,</p>
<p>    I found that when I export the ADF library into my consuming application, everything is working fine.</p>
<p>    When I deployed the ADF library to Weblogic server and trying to consume the ADF library taskflow, it is throwing OracleJSP error.</p>
<p>     java.lang.NoClassDefFoundError: org/apache/myfaces/trinidad/event/ReturnEvent</p>
<p>     Am I missing something while deploying the ADF library to weblogic server and/or while using library-ref in my weblogic-application.xml file?</p>
<p>Thanks in advance.</p>
<p>Thanks &amp; Regards,<br />
Rama Krishna. P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rama Krishna</title>
		<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/#comment-5820</link>
		<dc:creator>Rama Krishna</dc:creator>
		<pubDate>Tue, 20 Oct 2009 21:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5769#comment-5820</guid>
		<description><![CDATA[Hi,

   I tried to follow this example. I have made a login module as re-usable ADF library which has bounded login taskflow.

   When I tried to consume it in another application which needs login authentication, I am getting the following error.

javax.servlet.ServletException: OracleJSP error:
java.lang.NoClassDefFoundError: org/apache/myfaces/trinidad/event/ReturnEvent
	at oracle.jsp.runtimev2.JspReportUtil.reportException(JspReportUtil.java:180)
	at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:657)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
	at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
	Truncated. see log file for complete stacktrace


Any help would be greatly appreciated.

Thanks &amp; Regards,
Rama Krishna. P]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   I tried to follow this example. I have made a login module as re-usable ADF library which has bounded login taskflow.</p>
<p>   When I tried to consume it in another application which needs login authentication, I am getting the following error.</p>
<p>javax.servlet.ServletException: OracleJSP error:<br />
java.lang.NoClassDefFoundError: org/apache/myfaces/trinidad/event/ReturnEvent<br />
	at oracle.jsp.runtimev2.JspReportUtil.reportException(JspReportUtil.java:180)<br />
	at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:657)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)<br />
	at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)<br />
	at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)<br />
	Truncated. see log file for complete stacktrace</p>
<p>Any help would be greatly appreciated.</p>
<p>Thanks &amp; Regards,<br />
Rama Krishna. P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/#comment-5819</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5769#comment-5819</guid>
		<description><![CDATA[I have created a ADF library jar out of taskflow and a file connection with name test1

Entry in default-catalog.xml







I get the following warning and the taskflow is not shown in resource catalog

WARNING: cannot find resource using repository [application.classpath] and repository path [adflibTaskApplication.jar/ADF_TaskFlow/WEB-INF+Task1.xml#Task1]. The repository may not be accessible or the resource may have been deleted or renamed
Jul 21, 2009 12:40:12 AM oracle.adfinternal.rc.jndi.FolderContext processInvalidElement()
WARNING: Element [Test1] of resource catalog [catalogDefinition] has been excluded from the catalog due to error [cannot resolve reference to resource using repository [application.classpath], repository path [adflibTaskApplication.jar/ADF_TaskFlow/WEB-INF+Task1.xml#Task1] at element [Test1] in catalog [catalogDefinition]].]]></description>
		<content:encoded><![CDATA[<p>I have created a ADF library jar out of taskflow and a file connection with name test1</p>
<p>Entry in default-catalog.xml</p>
<p>I get the following warning and the taskflow is not shown in resource catalog</p>
<p>WARNING: cannot find resource using repository [application.classpath] and repository path [adflibTaskApplication.jar/ADF_TaskFlow/WEB-INF+Task1.xml#Task1]. The repository may not be accessible or the resource may have been deleted or renamed<br />
Jul 21, 2009 12:40:12 AM oracle.adfinternal.rc.jndi.FolderContext processInvalidElement()<br />
WARNING: Element [Test1] of resource catalog [catalogDefinition] has been excluded from the catalog due to error [cannot resolve reference to resource using repository [application.classpath], repository path [adflibTaskApplication.jar/ADF_TaskFlow/WEB-INF+Task1.xml#Task1] at element [Test1] in catalog [catalogDefinition]].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/#comment-5818</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Wed, 08 Jul 2009 08:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5769#comment-5818</guid>
		<description><![CDATA[Hi Edwin,
&lt;br /&gt;&lt;br /&gt;
Thanks for the suggestion. I did try it, but it does not solve the issues. My conclusions at this point are:
&lt;br /&gt;&lt;br /&gt;
I have probably (again I fear) misinterpreted or overestimated what ViewCriteria can do. I had assumed that when the VO Usage in the Application Module&#039;s data model is one with a ViewCriteria active, that I would get a View (the VC) on top of the base VO and I could treat that like a base VO that consists of the fusion of the two. Clearly, that is not (exactly) how it works. Initially it seems to work that way, but at some point the VC part gets lost. ViewCriteria seem (at this point in time) to me meant for QueryForm and List of Values. Not as an additional (even dynamic through bind parameters) on top of a VO.
&lt;br /&gt;&lt;br /&gt;

when I have a bounded task flow with a view/page (fragment) based on a specific ViewCriteria &#039;collection&#039; that depends on a bind parameter, there is a problem:
- the initial selection of data (when the page first shows up) is fine, even with the value of the bind parameter derived from an input parameter to the task flow that is mapped to an EL expression in the Region Binding
- with the Region set to Refresh ifNeeded, changes in the value passed in to the input parameter are not handled very well: at that point the task flow does not seem to know the ViewCriteria anymore. If the ViewObject query itself does not contain the bind parameter, it throws the exception that I am trying to set the value of a bind parameter that does not appear in the query. When I add the bind parameter in some meaningless way to the VO&#039;s main query, I can set the value of the bind parameter, but it has no effect whatsoever.
&lt;br /&gt;&lt;br /&gt;
For now this means for me that I will stay away from using ViewCriteria in bounded task flows that I want to reuse from ADF Libraries (apart from using them for LOVs and Query Search Forms). But I will keep working on this. I still may be doing something very or at least somewhat wrong. Or the functionality of ViewCriteria needs to be extended just a little bit.
&lt;br /&gt;&lt;br /&gt;
Lucas]]></description>
		<content:encoded><![CDATA[<p>Hi Edwin,</p>
<p>Thanks for the suggestion. I did try it, but it does not solve the issues. My conclusions at this point are:</p>
<p>I have probably (again I fear) misinterpreted or overestimated what ViewCriteria can do. I had assumed that when the VO Usage in the Application Module&#8217;s data model is one with a ViewCriteria active, that I would get a View (the VC) on top of the base VO and I could treat that like a base VO that consists of the fusion of the two. Clearly, that is not (exactly) how it works. Initially it seems to work that way, but at some point the VC part gets lost. ViewCriteria seem (at this point in time) to me meant for QueryForm and List of Values. Not as an additional (even dynamic through bind parameters) on top of a VO.</p>
<p>when I have a bounded task flow with a view/page (fragment) based on a specific ViewCriteria &#8216;collection&#8217; that depends on a bind parameter, there is a problem:<br />
- the initial selection of data (when the page first shows up) is fine, even with the value of the bind parameter derived from an input parameter to the task flow that is mapped to an EL expression in the Region Binding<br />
- with the Region set to Refresh ifNeeded, changes in the value passed in to the input parameter are not handled very well: at that point the task flow does not seem to know the ViewCriteria anymore. If the ViewObject query itself does not contain the bind parameter, it throws the exception that I am trying to set the value of a bind parameter that does not appear in the query. When I add the bind parameter in some meaningless way to the VO&#8217;s main query, I can set the value of the bind parameter, but it has no effect whatsoever.</p>
<p>For now this means for me that I will stay away from using ViewCriteria in bounded task flows that I want to reuse from ADF Libraries (apart from using them for LOVs and Query Search Forms). But I will keep working on this. I still may be doing something very or at least somewhat wrong. Or the functionality of ViewCriteria needs to be extended just a little bit.</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Biemond</title>
		<link>http://technology.amis.nl/2009/07/06/create-deploy-and-consume-an-adf-task-flow-with-adf-business-components-inside/#comment-5817</link>
		<dc:creator>Edwin Biemond</dc:creator>
		<pubDate>Mon, 06 Jul 2009 21:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=5769#comment-5817</guid>
		<description><![CDATA[Hi Lucas, I don&#039;t know if this works but

Can you set value of  the bind variable on the viewobject in an application module method. and drag the method on the task flow and makes this the default activity. and pass the task flow input parameter to this method.

thanks edwin]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas, I don&#8217;t know if this works but</p>
<p>Can you set value of  the bind variable on the viewobject in an application module method. and drag the method on the task flow and makes this the default activity. and pass the task flow input parameter to this method.</p>
<p>thanks edwin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
