Looking for multiple D2W rule files strategy

2015-11-26 Thread Markus Ruggiero
Hi list, A D2W app usually has the 2 rule files user.d2wmodel and d2w.d2wmodel. A wonder property allows to add more rule files (er.directtoweb.ERD2WModel.additionalModelNames). Up to now I have all my rules in those 2 default files. I am thinking about having one rule file per entity name. Th

Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
Hi all, I have update my app on the server and I get a wrong url for the resources of the frameworks: the url should be: /WebObjects/xx.woa/Frameworks/Ajax.framework/WebServerResources/modalbox.css but since today I get: /WebObjects/Frameworks/Ajax.framework/WebServerResources/modalbox.c

Re: Wrong url generation for frameworks

2015-11-26 Thread Johann Werner
Hi Frank, you probably have an outdated build.xml file in your project. Within the ant target build.woapp the woapplication task takes an attribute „frameworksBaseURL“ that is either not set or set incorrectly in your setup. From one of my build.xml I have: signature.asc Description: Message

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
Hi Werner, This is exactly what I have! I have created a new Wonder project and did a test on 2 servers with the same result. Frank > Op 26 nov. 2015, om 12:45 heeft Johann Werner het volgende > geschreven: > > Hi Frank, > > you probably have an outdated build.xml file in your project. Wit

Re: Looking for multiple D2W rule files strategy

2015-11-26 Thread Fabian Peters
Hi Markus, Personally I prefer keeping rules in a single file. If you do use multiple rule files, make sure you use a model group file to allow easy searching over all files. Maybe you could split the EOModel into different parts, given its size. Then you could maintain a rule file per model.

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
Hi Werner, I did a complete new install of WO on another Mac, with a new Wonder project an I get the same result. My old application are running normal. App resources are working fine. Frank > Op 26 nov. 2015, om 12:56 heeft Frank Stock het > volgende geschreven: > > Hi Werner, > > > This

Re: Looking for multiple D2W rule files strategy

2015-11-26 Thread Ramsey Gurley
I do all rules in one file. I do create an empty user file to suppress warnings and keep it fast. Note: adding additional files adds a scan for that file in every framework. Mostly I find this manageable so long as I reduce rules so they apply as broadly as possible. If every entity is a specia

Re: Wrong url generation for frameworks

2015-11-26 Thread Dr. Markus Stoll, junidas GmbH
Hi Frank, you might give my pull request https://github.com/wocommunity/wonder/pull/704 a try, this fix automatically fixes the URL for WebServerResources for embedded frameworks Markus > Am 26.11.2015 um 14:58 schrieb Frank Stock : > > Hi Werner, > > > I did a complete new install of WO

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
Hi Marcus, I have never worked with the source files, I've tried to build your source of the ERExtensions, but I can't build it. Is it possible to send the ERXExtensions.frameworks, so I can test if that solves my problem. I am preparing build my application on 10.10. perhaps 10.11 is the prob

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
Hi all, It must have something to do with 10.11 El Capitain! I did a build on 10.10, same version of Eclipse, WOlips and Wonder and that works fine on the server! Frank > Op 26 nov. 2015, om 15:27 heeft Dr. Markus Stoll, junidas GmbH > het volgende geschreven: > > Hi Frank, > > you might giv

Re: Mark your calendar: WOWODC 2016

2015-11-26 Thread Klaus Berkling
On Sep 25, 2015, at 11:20 AM, Pascal Robert wrote: > Hi guys, > > WOWODC 2016 will be on June 24/25/26, in Montreal. > > More details in early November. I'll update the calendar as I get information, meanwhile it's here: https://apps.berkling.us/wowodc16/WOWODC16.ics I can publish attachme

Re: WOWODC 2016: call for papers!

2015-11-26 Thread Aaron Rosenzweig
Hi Pascal, 1) What is the planned hotel for the conference? I might purchase flight tickets now, they seem like a good price at the moment. 2) Topic idea (what I’d present): “Single page apps with client side persistence and WO REST” In Hamburg I showed what Single-Page-Apps are. I did not sh

Odd backtracking error

2015-11-26 Thread Mark Wardle
Dear all, I’m getting a weird backtracking error. I have a component which mainly uses component actions and one of these component actions uses target=“_new” to show a PDF document in a new window. The action uses WOResponse response = WOApplication.application().createRespon

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
I mean “page restoration error”. Mark > On 26 Nov 2015, at 20:20, Mark Wardle wrote: > > Dear all, > > I’m getting a weird backtracking error. I have a component which mainly uses > component actions and one of these component actions uses target=“_new” to > show a PDF document in a new wind

RE: WOWODC 2016: call for papers!

2015-11-26 Thread Pascal Robert
For the hotel, it's the Delta Montreal (same as 2014). And great topic! De : Aaron Rosenzweig de la part de Aaron Rosenzweig Envoyé : 26 novembre 2015 14:42 À : Pascal Robert Cc : WebObjects Development Objet : Re: WOWODC 2016: call for papers! Hi Pascal, 1)

Re: Odd backtracking error

2015-11-26 Thread Paul Hoadley
Hi Mark, On 27 Nov 2015, at 6:50 am, Mark Wardle wrote: > I’m getting a weird backtracking error. I have a component which mainly uses > component actions and one of these component actions uses target=“_new” to > show a PDF document in a new window. > > The action uses > WORes

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
Paul, That sounds like what might be happening and explain the inconsistency depending on, perhaps, the URL entered. I’ll give it a go. Thank you! Mark > On 26 Nov 2015, at 22:16, Paul Hoadley wrote: > > Hi Mark, > > On 27 Nov 2015, at 6:50 am, Mark Wardle > wrote:

Re: Odd backtracking error

2015-11-26 Thread Chuck Hill
Is your web server (or Wonder) protecting /favicon.ico from getting to your app or handling it? That request won’t contain the cookies (IIRC) which results in a new session getting created and the app will return the cookie from the new session (usually with an error response as it is not handl

Re: Odd backtracking error

2015-11-26 Thread Mark Wardle
Thanks Chuck. I’m not sure. How can I check that? I haven’t got a favicon set presently. It shouldn’t default to accessing it via WO should it? I had thought it independent and a function of apache but of course, I do have a rewrite rule which redirects / to my WOA so it might well be doing that

Re: WOWODC 2016: call for papers!

2015-11-26 Thread Ken Anderson
Very cool! > On Nov 26, 2015, at 2:42 PM, Aaron Rosenzweig wrote: > > Hi Pascal, > > 1) What is the planned hotel for the conference? I might purchase flight > tickets now, they seem like a good price at the moment. > > 2) Topic idea (what I’d present): > > “Single page apps with client sid