Duplicated data after fetching on a view

2011-06-09 Thread naneon . raymond
Hi All, I create a view to get all data I want and do a fetch on WO to return specific data. So When I create my fetching code, the sqlExpression is good but return same data several times although it count different data. I.e : Java fetch code: NSMutableArrayEOQualifier qualFinal = new

Re: Duplicated data after fetching on a view

2011-06-09 Thread Alexis Tual
Hi Naneon, my guess is that your entities mapping your views have no primary key defined (i'm not sure it's even allowed)... or the primary key defined is not one (not unique) Cheers Alex Le 9 juin 2011 à 11:00, naneon.raym...@neuf.fr a écrit : Hi All, I create a view to get all data I

[RESOLVED] Duplicated data after fetching on a view

2011-06-09 Thread naneon . raymond
Hi Alex, Thanks a lot., you have right. In fact, I defined the pk of the view on field which contain the same code for all data. So I redefined my pk on another field which have unique code for each data and it works. So I go to write fetch spec to clear my fetching data. Thanks

Wonder JavaMonitor

2011-06-09 Thread Klaus Berkling
Hi all. I'm working with wonder's JavaMonitor, sources from about last week from git. Certain basic things just aren't working, shutting down instances, clearing deaths, etc. Before I go debug things, are there currently know issues? Is there a 'oh yeah, don't use it until [this] gets fixed'?

Re: Wonder JavaMonitor

2011-06-09 Thread Pascal Robert
Le 2011-06-09 à 14:55, Klaus Berkling a écrit : Hi all. I'm working with wonder's JavaMonitor, sources from about last week from git. Certain basic things just aren't working, shutting down instances, clearing deaths, etc. Before I go debug things, are there currently know issues? Is

Re: Wonder JavaMonitor

2011-06-09 Thread Klaus Berkling
On Jun 9, 2011, at 11:59 AM, Pascal Robert wrote: Le 2011-06-09 à 14:55, Klaus Berkling a écrit : I'm working with wonder's JavaMonitor, sources from about last week from git. Certain basic things just aren't working, shutting down instances, clearing deaths, etc. Before I go debug

Re: Wonder JavaMonitor

2011-06-09 Thread Marius Soutier
We also experience a lot of issues even when using just a few instances. Stopping, starting etc. via /admin can be slow. Often times, the monitor goes out of sync with a random application. We are also using Ubuntu. On 09.06.2011, at 20:59, Pascal Robert wrote: Le 2011-06-09 à 14:55, Klaus

Re: Wonder JavaMonitor

2011-06-09 Thread Pascal Robert
Le 2011-06-09 à 15:28, Marius Soutier a écrit : We also experience a lot of issues even when using just a few instances. Stopping, starting etc. via /admin can be slow. Often times, the monitor goes out of sync with a random application. We are also using Ubuntu. Running Sun JVM 1.6.x?

Re: Wonder JavaMonitor

2011-06-09 Thread Marius Soutier
Yup, even auto-updates to the latest release. On 09.06.2011, at 21:33, Pascal Robert wrote: Le 2011-06-09 à 15:28, Marius Soutier a écrit : We also experience a lot of issues even when using just a few instances. Stopping, starting etc. via /admin can be slow. Often times, the monitor

Dynamic loading of a component into a container?

2011-06-09 Thread Paul Dunkler
Hey Guys, is there any possibility in wonder to load a component into a pre-defined zone in the template? I´m dealing with AjaxUpdateContainers and so on since 4 months - it´s nice - i like it, but i see no possibility to load something into an AjaxUpdateContainer... If there is any

Re: Wonder JavaMonitor

2011-06-09 Thread Klaus Berkling
On Jun 9, 2011, at 12:33 PM, Pascal Robert wrote: Le 2011-06-09 à 15:28, Marius Soutier a écrit : We also experience a lot of issues even when using just a few instances. Stopping, starting etc. via /admin can be slow. Often times, the monitor goes out of sync with a random

Re: Dynamic loading of a component into a container?

2011-06-09 Thread John Huss
Isn't this what AjaxUpdateContainer does? What is wrong with using it? On Thu, Jun 9, 2011 at 3:12 PM, Paul Dunkler paul.dunk...@xyrality.comwrote: Hey Guys, is there any possibility in wonder to load a component into a pre-defined zone in the template? I´m dealing with

Re: Wonder JavaMonitor

2011-06-09 Thread Pascal Robert
Le 2011-06-09 à 16:20, Klaus Berkling a écrit : On Jun 9, 2011, at 12:33 PM, Pascal Robert wrote: Le 2011-06-09 à 15:28, Marius Soutier a écrit : We also experience a lot of issues even when using just a few instances. Stopping, starting etc. via /admin can be slow. Often times, the

Re: Dynamic loading of a component into a container?

2011-06-09 Thread Paul Dunkler
At the moment i use the AjaxUpdateLink only to trigger a refresh on the AjaxUpdateContainer. In that AjaxUpdateContainer i defined some WOConditionals... But i want an AjaxUpdateLink to load the content of a component into an empty AjaxUpdateContainer... Am 09.06.2011 um 22:22 schrieb John

Re: Dynamic loading of a component into a container?

2011-06-09 Thread Chuck Hill
On Jun 9, 2011, at 1:26 PM, Paul Dunkler wrote: At the moment i use the AjaxUpdateLink only to trigger a refresh on the AjaxUpdateContainer. In that AjaxUpdateContainer i defined some WOConditionals... But i want an AjaxUpdateLink to load the content of a component into an empty

Localization Problem? I'm getting ¤ instead of $

2011-06-09 Thread Johnny Miller
Hi, I'm using localization on a project and when I deploy the application my dollars signs are getting converted to this gremlin: ¤ Can someone please tell me where I am going wrong? Thanks in advance, Johnny Miller Kahalawai Media Corp http://www.kahalawai.com

Re: It is that time again... WO Deploy on a new CentOS server

2011-06-09 Thread James Cicenia
Turns out this is what I was able to do for future reference out there. First I removed the old Java (OpenJDK) yum: yum remove java Then needed to install rpm builder: yum install -y rpm-build gcc gcc-c++ redhat-rpm-config Then install Sun Java 1.5:

Re: Localization Problem? I'm getting ¤ instead of $

2011-06-09 Thread Ramsey Gurley
Try er.extensions.ERXLocalizer.useLocalizedFormatters=false On Jun 9, 2011, at 1:53 PM, Johnny Miller wrote: Hi, I'm using localization on a project and when I deploy the application my dollars signs are getting converted to this gremlin: ¤ Can someone please tell me where I am going

Re: Wonder JavaMonitor

2011-06-09 Thread Klaus Berkling
On Jun 9, 2011, at 12:25 PM, Klaus Berkling wrote: On Jun 9, 2011, at 11:59 AM, Pascal Robert wrote: Le 2011-06-09 à 14:55, Klaus Berkling a écrit : I'm working with wonder's JavaMonitor, sources from about last week from git. Certain basic things just aren't working, shutting down

Re: Localization Problem? I'm getting ¤ instead of $

2011-06-09 Thread Johnny Miller
Ramsey == the man Thank you! On Jun 9, 2011, at 11:12 AM, Ramsey Gurley wrote: er.extensions.ERXLocalizer.useLocalizedFormatters=false Johnny Miller Kahalawai Media Corp http://www.kahalawai.com ___ Do not post admin requests to the list. They

Re: Dynamic loading of a component into a container?

2011-06-09 Thread John Kim Larson
If I get what you're asking, you want a div in your app template, say, that you can replace ad hoc from some other component. If so, I've done something similar by pushing the name of the component and a dictionary with bindings to the session dictionary, then in your template pull that name