<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Integrating XML Publisher and OA Framework</title>
		<description>Comments for Integrating XML Publisher and OA Framework at http://apps2fusion.com , comment 1 to 50 out of 20 comments</description>
		<link>http://apps2fusion.com</link>
		<lastBuildDate>Mon, 15 Mar 2010 16:52:50 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Urgent -pls help</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7492</link>
			<description>Hi,

I have an RDF Report which generates the XML data and XML template registered in BI publisher.

Requirement is to fire the custom existing report instead of standard report.

The standard controller seems to generate XML and generate OA framework report as shown in your example.

But I want to extend the existing controller / overwrite the standard to call my custom report.

Can you tell me how to do this? - Ambika</description>
			<pubDate>Thu, 18 Feb 2010 19:31:52 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7404</link>
			<description>sorry freinds I am unable to add the code. Is is not getting updated in the site - jyoti jain</description>
			<pubDate>Wed, 27 Jan 2010 03:56:51 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7403</link>
			<description>for (int i=0;i - jyoti jain</description>
			<pubDate>Wed, 27 Jan 2010 03:55:33 +0100</pubDate>
		</item>
		<item>
			<title>Resolution of solving the problem on multiple vos</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7402</link>
			<description>To resolve the problem of multiple vo's you have create your own cutom xml. A sample code is here for your help


public XMLNode getpayDataXML()  
         {
                 ByteArrayOutputStream outputStream = new ByteArrayOutputStream();

                 ByteArrayOutputStream outputStream1 = new ByteArrayOutputStream();
         
                 
                 
                 MainVOImpl mv = getMainVO1();
                 
                 Leave_BalanceVOImpl lb = getLeave_BalanceVO1();
                 
                 
         
                 XMLDocument doc = new XMLDocument();
                 Element root = doc.createElement(&quot;root&quot;);
                 Element per= null;
                 Element sal= null;
                 Element deduction= null;
                 Element tpay = null;
                 Element tded = null;
                 Element total = null;

                 Element days_present = null;
                 Element leave_balance = null;
                 
                 Double paym = 0.0;
                 Double ded = 0.0;
         
                 Element dummy = null;
         
                 
                 mv.executeQuery();
                 while(mv.hasNext())
                 {
                     //System.out.println(&quot;4&quot;);
                     per = doc.createElement(&quot;PersonRow&quot;);
                     String ch = &quot;&quot;;
                     Row p1= mv.next();
                     String s[] = p1.getAttributeNames();
                     int c = p1.getAttributeCount();
                     //System.out.println(&quot;Count =&quot; + c);
                     for (int i=0;i - jyoti jain</description>
			<pubDate>Wed, 27 Jan 2010 03:53:10 +0100</pubDate>
		</item>
		<item>
			<title>report based on multipule view Objects</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7334</link>
			<description>hi;
i want to know if i can use the previous code to generate report based on multipule view objects meaning that the report will be in form of master detail 
or is there any other way to do that ??
my email is h.khalifa@hotmail.com

thx
khalifa - khalifa</description>
			<pubDate>Sun, 03 Jan 2010 06:34:47 +0100</pubDate>
		</item>
		<item>
			<title>error</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7303</link>
			<description>hii all
can anyone help me i follow the previos steps and the PDF was generated but when i tried to open it an error message appear &quot; file has been damaged&quot;
although i have XDO folder in my classes folder

did anyone solve this problem or it because version of jdeveloper
 my email is eng.heba2006@yahoo.com

thx
heba - heba</description>
			<pubDate>Tue, 29 Dec 2009 07:07:01 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7295</link>
			<description>hi Prathap
 
i did wha you tell me but the i still got &quot;could not open because it either not a supported file or because the file has been damaged &quot; when the PDF file opens 
 
i really don't know what to do  
 
thx 
khalifa
 - khalifa</description>
			<pubDate>Mon, 28 Dec 2009 05:24:06 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7293</link>
			<description>my  email is h.khalifa@hotmail.com - khalifa</description>
			<pubDate>Mon, 28 Dec 2009 04:31:27 +0100</pubDate>
		</item>
		<item>
			<title>problem during opening PDF file</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7292</link>
			<description>I am also getting the same error as &quot;not a supported file or file has been damaged&quot;. 

when I try open the PDF file 

could not open because it either not a supported file or because the file has been damaged(for example , it was sent as an email attachement and wasnt correctly decoded 

Please advice what to do? or send it to my email 

thx 
khalifa - khalifa</description>
			<pubDate>Mon, 28 Dec 2009 04:20:12 +0100</pubDate>
		</item>
		<item>
			<title>xml publisher with multiple view objects</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-7278</link>
			<description>Hi ,

I can able to generate the pdf file from one view object but in my case I have to generate the pdf file from multiple VOs .

can any one suggest me how to do?

thanx 

Rama putchakayala - putchakayala</description>
			<pubDate>Thu, 24 Dec 2009 01:39:14 +0100</pubDate>
		</item>
		<item>
			<title>Problem</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6835</link>
			<description>Hi Prabhakar,

Thanks for such a nice article.  We have followed this and worked on a prototype of a project and everything worked fine.  We then enhanced this to actual project, which is based based two queries (master/detail).  It is producing two independent xml documents.  What we need is root elements which includes these two xml documents.  We tried to add two string variables and concatenate them to outputstreams but were unsuccessful (may be due our limited knowledge of the java classes).  

Could you advise what we can do to get desired output?  I request Prabhakar, Anil and all Jdeveloper experts in the forum to suggest what we can do and appreciate all your inputs.

Thanks,
Venkat - Venkatd</description>
			<pubDate>Mon, 31 Aug 2009 14:48:56 +0100</pubDate>
		</item>
		<item>
			<title>A Similar Solution, Directly Calling the report from 11i Self Service Menu</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6744</link>
			<description>A Similar Solution, Directly Calling the report from 11i Self Service Menu
Doc ID: 334847.1
Subject:How to add a report to a 11i Self Service Menu

One More Way,
It seems to Submit Active Users, we can add a button(Create a New Item) to a any page using personalization and call FNDCPPROGRAMPAGE,
Destination URI:  OA.jsp?akRegionCode=FNDCPPROGRAMPAGE&amp;akRegionApplicationId=0&amp;programApplName=FND&amp;programName=FNDSCURS
Prompt: Active Users Report - Periyasamy Rajamanickam</description>
			<pubDate>Wed, 05 Aug 2009 07:04:25 +0100</pubDate>
		</item>
		<item>
			<title>A Similar Solution, Doc ID: 429990.1  How to Submit a Concurrent Request Using a Self-Service Page</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6742</link>
			<description>A Similar Solution,
Doc ID: 429990.1  How to Submit a Concurrent Request Using a Self-Service Page - Periyasamy Rajamanickam</description>
			<pubDate>Wed, 05 Aug 2009 06:43:44 +0100</pubDate>
		</item>
		<item>
			<title>Cannot open PDF file</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6663</link>
			<description>Hi Prabhakar,

Even I am getting the same error as some above. When I try to open the pdf file &quot;could not open because it either not a supported file oor because file has been damaged...&quot;
Please advice, it is very urgent. If you have any solution, please send me through email: hieulc_2004@yahoo.com - Hieu</description>
			<pubDate>Wed, 15 Jul 2009 04:25:14 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6652</link>
			<description>please reply.. it's very urgent for me....
 - rohit15v</description>
			<pubDate>Fri, 10 Jul 2009 15:07:13 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6651</link>
			<description>Hi Prabhakar, 

Even I am getting the same error as some above 

when I try open the PDF file 

could not open because it either not a supported file or because the file has been damaged(for example , it was sent as an email attachement and wasnt correctly decoded 

Please advice it's very urgent.
if any one got solution plz send me my mail id: rohit15v@yahoo.com
 - rohit15v</description>
			<pubDate>Fri, 10 Jul 2009 15:02:45 +0100</pubDate>
		</item>
		<item>
			<title>OA Framework</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6640</link>
			<description>Hi, 
Is there a way in OA Framework such that when the user clicks a link,a pdf file contaning the output of report or concurrent program should get fired. The pdf file path will be stored in unix and can find out the path from a table. 

Any suggestions.... 
Please help me out
 - Dupo</description>
			<pubDate>Thu, 09 Jul 2009 08:21:00 +0100</pubDate>
		</item>
		<item>
			<title>Source file</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6486</link>
			<description>Hi Prabhakar Somanathan,
I am new in OAF. I am trying create OAF to call xml publisher.
Coudl you send to me all source of steps above.

Many thanks for your helps - new_member</description>
			<pubDate>Tue, 02 Jun 2009 12:01:56 +0100</pubDate>
		</item>
		<item>
			<title>OAF-VO instead of rdf reports for data-model in XMLP</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6451</link>
			<description>Hi,
 Excellent article !!! 

I have an query regarding the above test program. I tried following steps as detailed above and am stuck at Step 5 

Step 5: 
Code = EmpDataDefinition 

Is &quot;EmpDataDefinition&quot; a concurrent program or VO name ? If not a concurrent program where to deploy it and how to register it ? 

My goal to try to use OAF-VO instead of rdf reports for data-model in XMLP. Can this be done ?  

Cheers,
Setu

 - Setu </description>
			<pubDate>Tue, 26 May 2009 11:11:02 +0100</pubDate>
		</item>
		<item>
			<title>get xml data from a plsql package</title>
			<link>http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework#comment-6395</link>
			<description>Hi All,

I have a custom xml publisher report already developed which is being run from the SR window. Now the client requirement is to call the same xml publisher from a self service page. The existing code is a PL/SQL code which queries and generates the xml tags for a appraisal_id (Primary key for the whole data) that is passed. Is there a way to reuse the same code, that is create callable statement and execute that procedure to get the xml data. What are the classes that are to be used to get such data from the procedure and convert it to XMLNode in the controller of the page?

 - Anitha.veerappa</description>
			<pubDate>Thu, 14 May 2009 07:23:32 +0100</pubDate>
		</item>
	</channel>
</rss>
