Re: PrimaryKey generation takes a lot of time

2014-05-07 Thread Tobias Janz
Hi all, First i've tryed to set the size of primaryKeys fetched per statement in _FrontBasePlugin to 500. I've gained abound 5%. Next i've tryed to use ERXJDBCAdopter with batchsize 1000, but got no benefit. Then I tryed connectionpooling, but ended with a lot of exceptions, because the

AjaxGrid single row select

2014-05-07 Thread Dipl.-Ing. Jens Lünstedt
Hello, for my AjaxGrid I have two questions. (I'm not very familiar with JavaScript) How to define a single row selection? (At the moment I can select and deselect multiple rows). How can I react on the selection and deselection event in my Java Class? The setSelectedObjects method is not

AjaxGrid single row select UPDATE

2014-05-07 Thread Dipl . -Ing . Jens Lünstedt
Hello, for my AjaxGrid I have two questions. (I'm not very familiar with JavaScript) How to define a single row selection? (At the moment I can select and deselect multiple rows). How can I react on the selection and deselection event in my Java Class? The setSelectedObjects method is not

Re: ERXKeyFilter.setAnonymousUpdateEnabled(Z)V on remote server

2014-05-07 Thread Fred Opims
Hi ! I succeed to run some request on the application deployed on the server. That means that the server can received ERRest request. But for request involving ERXKeyFilter, i have the same error message: The request i’m sending is like this one:

Re: AjaxGrid single row select UPDATE

2014-05-07 Thread Chuck Hill
Hi Jens, On 2014-05-07, 1:59 AM, Dipl.-Ing. Jens Lünstedt wrote: Hello, for my AjaxGrid I have two questions. (I'm not very familiar with JavaScript) How to define a single row selection? (At the moment I can select and deselect multiple rows). You mean that you want to prevent the user from

Re: AjaxGrid single row select UPDATE

2014-05-07 Thread Timothy Worman
Jens: I’ve implement a SingleSelectionAjaxGrid that extends AjaxGrid. Actually, it’s twice removed. :-) Anyway, I don’t think there’s any major changes in the parent class. There’s a class variable for selectedObject and the following override below ’toggleSelectionOfRow.’ The component has a

ERPDFGeneration problem

2014-05-07 Thread Timothy Worman
All: I have a problem that recently popped up with PDF generation. I have a custom component that utilizes the simple FlyingSaucerImpl in ERPDFGeneration. My component was failing with: [org.xml.sax.SAXParseException] The markup in the document preceding the root element must be well-formed.

Wonder build issue?

2014-05-07 Thread Timothy Worman
All: After running this: ant clean frameworks; sudo ant frameworks.install I get the following errors: BUILD FAILED /Users/worman/Source/wonder/build.xml:18: The following error occurred while executing this line: /Users/worman/Source/wonder/Build/build/build.xml:1509: The following error

Re: ERPDFGeneration problem

2014-05-07 Thread Matt Ness
Hi Tim, Perhaps you need to specify a DTD? http://www.w3.org/QA/Tips/Doctype http://www.w3.org/QA/2002/04/valid-dtd-list.html Regards, Matt -- http://logicsquad.net On 08/05/2014, at 12:33 PM, Timothy Worman li...@thetimmy.com wrote: All: I have a problem that recently popped up with

permanentGlobalID not permanent

2014-05-07 Thread Jean-François Veillette
PrimaryKey obtained by permanentGlobalID() are not saved as the primaryKey on saveChanges(). I'm setting a global id as a reference for « soft relationship » (since it point to undefined object) instead of a « hard relationship » (usual when we store the pk). The problem is that I get 2

Re: AjaxGrid single row select UPDATE

2014-05-07 Thread Dipl.-Ing. Jens Lünstedt
Hi Tim and Chuck, thanks for your mails. I use Timothy solution. It is much better than mine. Jens Am 08.05.2014 um 04:13 schrieb Timothy Worman li...@thetimmy.com: Jens: I’ve implement a SingleSelectionAjaxGrid that extends AjaxGrid. Actually, it’s twice removed. :-) Anyway, I don’t