Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-05 Thread Ray Kiddy
On Sun, 04 May 2014 22:01:03 +0200 Christoph Wick wi...@me.com wrote: Hi List, is the Wonder documentation on http://jenkins.wocommunity.org/job/Wonder/javadoc broken? It looks as if all the style information is missing. C.U.CW Yes, it is. I have been poking at it but have not had

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-05 Thread Bastian Triller
from the build log, it looks like the javadoc is built with Java 1.7: [javadoc] Standard Doclet version 1.7.0_51 with Java 1.7, the stylesheets are empty, but I don't know where they went. I also had this issue once I built with Java 1.7. On Mon, 2014-05-05 at 00:13 -0700, Ray Kiddy wrote: On

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-05 Thread Pascal Robert
Envoyé de mon iPhone Le 2014-05-05 à 03:18, Ray Kiddy r...@ganymede.org a écrit : On Sun, 04 May 2014 22:01:03 +0200 Christoph Wick wi...@me.com wrote: Hi List, is the Wonder documentation on http://jenkins.wocommunity.org/job/Wonder/javadoc broken? It looks as if all the style

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

2014-05-05 Thread Fred Opims
Thank you Pascal! Yes i'm bundling my frameworks inside the application bundle. But i'm only using the BSCServer-Application.tar and BSCServer-WebServerResources.tar files for the deployment. Should i use rather application bundle ? Thank you! Best! On Mon, May 5, 2014 at 1:00 AM, Pascal Robert

Isn't ERXActiveImage obsolete?

2014-05-05 Thread René Bock
Hi, we have an issue that for our application that WOActive image generates no alt tag. The the culprit is ERXActiveImage, that generates a 'title' attribute instead of in 'alt' attribute. To solve this issue im our application, I've overwritten in Application the method installPatches:

Incorporate a .woo file into java file

2014-05-05 Thread Filippo Lauria
Hi to all, I found out that the best way to solve problem I previously exposed ( http://lists.apple.com/archives/webobjects-dev/2014/Apr/msg00055.html) is encapsulate the woo file (the one that was scrambled) into java source. So, for example, let's assume I have this woo source file: --

Re: Tabs in ERMODTabInspectPage not showing

2014-05-05 Thread Fabian Peters
Hi Ângelo, For some reason I never use tabSectionsContents, only displayPropertyKeys in the first format (('Tab1', 'foo', …), ('Tab2', 'bar', …)). But your syntax looks fine in all variants. However, the isPerson condition looks suspicious to me. Are you sure it behaves as you expect? I assume

Re: Incorporate a .woo file into java file

2014-05-05 Thread Filippo Lauria
2014-05-05 15:27 GMT+02:00 Filippo Lauria filippo.lau...@ing.unipi.it: Hi to all, I found out that the best way to solve problem I previously exposed ( http://lists.apple.com/archives/webobjects-dev/2014/Apr/msg00055.html) is encapsulate the woo file (the one that was scrambled) into java

RuleModeler bug

2014-05-05 Thread Ângelo Andrade Cirino
After several times when RuleModeler or Eclipse, or both, caused me problems with my rules files I decided to take a look a what happened, instead of simply reverting to the last known good version in git. I don't know how neither why, but very often, RuleModeler (stand alone) will strip the

Re: Tabs in ERMODTabInspectPage not showing

2014-05-05 Thread Ângelo Andrade Cirino
Hi Fabian, In terms of rules, what I intend to implement is the following: 90 : (pageConfiguration = 'EditParty' or pageConfiguration = 'InspectParty') = tabSectionsContents = ([Status], status, created, lastModified, notes, [PersonData], person.firstName, person.lastName, person.birthDate,

Re: Tabs in ERMODTabInspectPage not showing

2014-05-05 Thread Fabian Peters
Does isOrganization get called? Once you've checked that it does, you could try to put isOrganization = 0 on the first rule, to see whether that makes a difference. The *Delayed* assignments shouldn't make a difference here. I've found changing of tabSectionsContents to be a tricky business, as

WebObjects needs you for XRebel support ;)

2014-05-05 Thread Joseph Pachod
Dear WOrrios ^^ Zeroturnaround, the company behind jrebel, has recently launched a beta for xrebel, which is, as they say XRebel is an always-on, interactive profiler that helps you catch fix bugs as you code and test your application. It's in fact embededded in the application. They've

PrimaryKey generation takes a lot of time

2014-05-05 Thread Tobias Janz
Hi all, i need to import a csv-file with about 58.000 Lines und 60 Columns. I have 8 Entitys where the values will be stored. The conversion of a line to entitys takes almost no time. But the full prozess, from conversion until saveChanges is done, takes several hours (5-6h). After profiling it

Re: PrimaryKey generation takes a lot of time

2014-05-05 Thread Chuck Hill
Are you creating the objects and saving them all at once? If so, that is your problem. Save them in batches of 500 or 1000 and it will go much quicker. You might want to try making a new editing context for each batch. Chuck On 2014-05-05, 4:29 PM, Tobias Janz wrote: Hi all, i need to

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-05 Thread Ray Kiddy
The javadoc has been updated and is looking fairly normal. A new stylesheet had to be included. cheers - ray http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild/javadoc/? On Sun, 04 May 2014 22:01:03 +0200 Christoph Wick wi...@me.com wrote: Hi List, is the Wonder