ERD2WEditToOneRelationship popup issue with umlauts

2012-08-20 Thread Markus Ruggiero
Hi, I seem to have a problem with umlauts and ERD2WEditToOneRelationship with displayStyle = popup. One of the selections has an umlaut in the name (Zürich). The generated code looks like this: select _componentname=er.extensions.components.ERXToOneRelationship

Re: ERD2WEditToOneRelationship popup issue with umlauts

2012-08-20 Thread Chuck Hill
Hi Markus, On 2012-08-20, at 12:46 AM, Markus Ruggiero wrote: I seem to have a problem with umlauts and ERD2WEditToOneRelationship with displayStyle = popup. One of the selections has an umlaut in the name (Zürich). The generated code looks like this: select

Re: WOLips 4.2

2012-08-20 Thread WebObjects TORAcom
Hi Amedeo, What's the URL to download the WOLips version to test on eclipse Juno. Thanks. On 19/08/2012, at 17:19, Amedeo Mantica amedeomant...@me.com wrote: Btw... I had a bad surprise after a few days on wolips 4.2. I would suggest to backup your Eclipse workspace setting ( is an hidden

Restored session

2012-08-20 Thread Oscar González
Hi all,Here I have this code lines in the DirectAction class, google chrome the session is restored.but in Mozilla firefox a new session is created.Why is this happening? What do I have to do to make it works on firefox too? public WOActionResults entidadesListAction() { WOComponent

Re: ERJGroupsSynchronizer How To - Avoid debug logs

2012-08-20 Thread WebObjects TORAcom
Hi List, I have found how to change log level for jgroups. This is the name of the category log4j.logger.org.jgroups Just changed it in the log4j configuration file or in my case in my log4j initialization function. Properties properties = new Properties(); . . . . . . .

Re: Restored session

2012-08-20 Thread Chuck Hill
Hi Oscar, Are you storing the session ID in cookies? Is FireFox accepting cookies? Chuck On 2012-08-20, at 11:10 AM, Oscar González wrote: Hi all, Here I have this code lines in the DirectAction class, google chrome the session is restored. but in Mozilla firefox a new session is

RE: Restored session

2012-08-20 Thread Oscar González
Hi Chuck,Yes, I'm storing the session ID in cookies and firefox is accepting them. session.setStoresIDsInCookies(true); Oscar. Subject: Re: Restored session From: ch...@global-village.net Date: Mon, 20 Aug 2012 11:49:55 -0700 CC: webobjects-dev@lists.apple.com To:

Re: Restored session

2012-08-20 Thread Chuck Hill
Hi Oscar, Try looking at the values for these: getSessionIDForRequest(context().request()) existingSession() context().request().cookies() Do you see the wosid cookie? Does it have the right session ID in it? Chuck On 2012-08-20, at 12:05 PM, Oscar González wrote: Hi Chuck, Yes, I'm

Re: Guidance on how to create a framework for the application models

2012-08-20 Thread Sr. Ângelo Andrade Cirino
Hi all, The issue is solved and it seems that the frameworks order solved it. I had already done what Chuck and Ted had suggested, but it did not compile. Then I created another framework, cleaned the apps and the framework and then changed the order of the framework with the models in my app

RE: Restored session

2012-08-20 Thread Oscar González
Hi Chuck,Now it's working, but I didn't any change. Thanks for your help. Oscar. Subject: Re: Restored session From: ch...@global-village.net Date: Mon, 20 Aug 2012 12:13:31 -0700 CC: webobjects-dev@lists.apple.com To: racso...@hotmail.com Hi Oscar, Try looking at the values for these:

Re: WOLips 4.2

2012-08-20 Thread Q
http://jenkins.wocommunity.org/job/WOLips42/lastSuccessfulBuild/artifact/temp/dist/ On 21/08/2012, at 2:33 AM, WebObjects TORAcom w...@toracom.net wrote: Hi Amedeo, What's the URL to download the WOLips version to test on eclipse Juno. Thanks. On 19/08/2012, at 17:19, Amedeo Mantica