"Cannot rollback Transcation() while a fetch is in progress" with WO 5.4.3 and Oracle 11

2012-02-17 Thread pavan.jayam
Hi, I am encountering "Cannot rollback Transcation() while a fetch is in progress" issue in my application while logging into the application (configured with multiple instances). I am using Webobjects 5.4.3, Oracle 11 for my application. Also when this error occurs in my application while p

Cannot rollback Transcation() while a fetch is in progress -- timeout for transaction or editingcontext

2012-01-05 Thread pavan.jayam
Hi, I am encountering "Cannot rollback Transcation() while a fetch is in progress" issue in my application. I am using Webobjects 5.4.3 Oralce 11 for my application. I am trying to set timeout for the transaction and editingContext.saveChanges(), please suggest how to set time out for trans

Re: Cannot rollbackTransaction() while a fetch is in progress (Was: MySQL 5.0 - note)

2012-01-05 Thread pavan.jayam
Hi, I am facing the same problem with Oracle 11 server and WO 5.4.3. If you have solution please let me know. Your suggestion is really helpful at this time. Regards & Thanks, PJ. ___ Do not post admin requests to the list. They will be ignored. We

Re: Internet Explorer can't download excel sheet as attachment

2012-01-02 Thread pavan.jayam
pt changing the security settings for me. Jérémy Le 8 déc. 2011 à 15:01, pavan.jayam a écrit : Hi List, I am attaching NSData to the WOResponse and returning as an excel page. It works fine with the browsers like Safari,Chrome,Firefox and i am able to download/save the excel file, but when

ReportMill 12 Graph data missing in Excel Report format

2011-12-15 Thread pavan.jayam
Hi List, I am using Report mill Version 12 to generate reports in PDF and now i want to generate the same report in Excel format. PDF Report contains data in tables,table groups and graphs, All the data is represented correctly in the PDF report. When i use poi30-rm.jar to generate the Repo

Internet Explorer can't download excel sheet as attachment

2011-12-08 Thread pavan.jayam
Hi List, I am attaching NSData to the WOResponse and returning as an excel page. It works fine with the browsers like Safari,Chrome,Firefox and i am able to download/save the excel file, but when i am trying to do the same in Internet Explorer i am not able to download/save the file. A pop-up

Re: ERPDFGeneration tutorial

2011-12-07 Thread pavan.jayam
list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/pavan.jayam%40prithvisolutions.com This email sent to pavan.ja...@prithvisolutions.com ___ Do not post admin req

ReportMill Excel generation

2011-12-06 Thread pavan.jayam
Hi List, I am creating a RMDocument to generate pdf report using ReportMill.jar in webobjects 5.4.3 Now i want to provide the same output in excel format to the user using ReportMill with the same document. Thanks in advance. --Pavan Jayam. __

Re: Add multiple files as attachment to WOResponse

2011-11-24 Thread pavan.jayam
ossible. To do the same, we list the files and create a link for each one. Jérémy Le 24 nov. 2011 à 06:58, pavan.jayam a écrit : Hi List, I am attaching a excel file to response, when i get response form appendToResponse i am downloading the attached excel file. public void appendToRespo

Re: Create and display the Excel file(.xls) using java (poi.jar)

2011-11-23 Thread pavan.jayam
, "attachment; filename="+file); aResponse.appendContentData(excelData); ---- pavan.jayam wrote: Hi List, My requirement is to create an excel sheet using java and i need to display the excel sheet in the client

Add multiple files as attachment to WOResponse

2011-11-23 Thread pavan.jayam
Hi List, I am attaching a excel file to response, when i get response form appendToResponse i am downloading the attached excel file. public void appendToResponse(WOResponse aResponse, WOContext aContext) { aResponse.setHeader("application/vnd.ms-excel", "Content-Type"); aRespons

Create and display the Excel file(.xls) using java (poi.jar)

2011-11-23 Thread pavan.jayam
Hi List, My requirement is to create an excel sheet using java and i need to display the excel sheet in the client browser or need to provide an option to open with or save file option in the client window. I am able to create an excel workbook using poi.jar with the collected data from data

Re: AjaxSubmitButton

2011-09-07 Thread pavan.jayam
Hi List, Followed the same way that mentioned below email threads. It is working fine with Firefox/Safari/Chrome but the "action = myAction" is not calling when i click the Image1( surrounded by button) in "IE 7 or 8 versions". ( ) Please advise. Regards, JPK. > Hi, >

Re: WOBrowser Error java.lang.UnsupportedOperationException: addAll is not a supported operation in com.webobjects.foundation.NSArray

2011-09-06 Thread pavan.jayam
an empty array and not null? I had a similar exception and set the 'list' and 'selections' arrays to new NSArray(); when I initialized the component class. You would have to do it for all your WOBrowsers. On Sep 5, 2011, at 12:58 AM, pavan.jayam wrote: Hi List, I am us

WOBrowser Error java.lang.UnsupportedOperationException: addAll is not a supported operation in com.webobjects.foundation.NSArray

2011-09-05 Thread pavan.jayam
Hi List, I am using WOBrowser to select multiple objects. For ex: WOBrowser 1 contains state objects, if any of the state selected(moved to WOBrowser2 ) i am displaying Districts for that state in the WOBrowser 3. To move state object from WOBrowser1 to WOBrowser2 i am using WOImageButton.

WOHyperlink problem..

2011-03-28 Thread pavan.jayam
Dear List, i have a div which contains hyperlinks, onclick i am loading a page in frame, bindings are "action=hyperlinkAction; for the first time i click on it hyperlink its working fine, but when i click on other tabs and come back to the first tab its not calling the action method. the se

Error in Loading Images

2011-03-23 Thread pavan.jayam
Dear List, i am getting a strange problem in loading images, i am loading some images from apache server on a single page using WOResourseURL and javascript, the images loading inconsistently, some times they load some times they don't, i am getting a javascript error.. Can any one please su

Need a sample for er.coolcomponents CCAjaxTabPanel

2011-03-17 Thread pavan.jayam
Dear List, I need an example(sample program) how CCAjaxTabPanel works and examples for er.coolComponents framework of ProjectWonder5.0, i want to know how the "tabs" and tabpanel works and how the interaction takes lace, i searched in google but i didn't find any example. Please HelpMe. Than

Re: Issue With the Eclipse

2011-03-10 Thread pavan.jayam
HI Paul, Sorry for the delay in reply... The below issues are coming while opening a page in eclipse Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". Could not create action delegate for id: org.objectstyle.wolips.wizards.actions.OpenWOComponentWizard Plug-in org

Issue With the Eclipse

2011-02-28 Thread pavan.jayam
Dear List, I am facing a problem with eclipse, i developed an application with Eclipse3.2 and now upgraded my eclipse to 3.6 with compatible WOLips, but it is giving lot of errors, and i added all related libraries and jar files to the project. Thanks&Regards, *Pavan Jayam * __

Re: Open Two Components on one click in two windows

2011-02-27 Thread pavan.jayam
mponent as before the click. Next Page Hyperlink1: WOHyperlink { action = goToNextPage; target = "_blank"; } Steve On Feb 25, 2011, at 12:00 AM, pavan.jayam wrote: Dear List, When a user clicks a submit button or hyper link it should open a new window with seco

Open Two Components on one click in two windows

2011-02-24 Thread pavan.jayam
Dear List, When a user clicks a submit button or hyper link it should open a new window with second component and the parent window should continue with the third component is it possible... if yes, please suggest.. -- Thanks&Regards, *Pavan Jayam *Software Trainee *Prithvi Information Solut

Re: Disable Back button in IE and Safari Browser

2011-02-24 Thread pavan.jayam
1-02-24, at 6:31 PM, pavan.jayam wrote: Thank you John.. i will try this... but what exactly i need is, the user should be in the same page, i dont want the user to move back. John Huss wrote: Page caching versus regeneration is determined by: WOApplication.*setPageRefreshOnBack

Re: Disable Back button in IE and Safari Browser

2011-02-24 Thread pavan.jayam
com/javadoc/WebObjects/5.4/com/webobjects/appserver/WOApplication.html#setPageRefreshOnBacktrackEnabled%28boolean%29>*(boolean aFlag) But I would suggest that breaking the back button is a very bad idea; it is a fundamental part of the browser. John On Thu, Feb 24, 2011 at 2:52 AM, pavan

Disable Back button in IE and Safari Browser

2011-02-24 Thread pavan.jayam
Dear All, How to disable back button when user clicks browser back button, the formal way is "window.history.forward() and window.history.go()" are working with normal html pages... but when implemented with webobjects its giving "webpage is expired". can any one suggest on this. -- Thanks