Error running app in dist

2009-02-06 Thread Kamal D Shah
Hi, When I run my app from Eclipse by clicking on the Run As button, it works just fine. Now, if I do a Run As Ant Build on the build.xml and run the resultant executable from within the woa folder created in the dist folder, I get the following error: ${jvm} -XX:NewSize=2m -Xmx64m -Xms32

SQL doesn't seem to match complex qualifiers

2009-02-06 Thread Joe Moreno
Hi all, It seems my graphical fetch spec is looking different when turned into SQL. I'm using the following graphical fetch spec: (includeExcludeType = "0") or ((includeExcludeType = "1" and ((not (excludeList like $lastName)) or (not (excludeList like $firstName) or ((includeE

Re: Entity Modeller - Setting Up Many-to-Many Relationships: Link Entities(?)

2009-02-06 Thread Mike Schrag
The last release for Eclipse 3.3 (WOLips 3.3.5640) doesn't include the fix. I deal with it every day. Good lord, man .. 3.3.5640 is nearly a year old! Plus, whheerrree''ss mmyyy jjirrraa bug. I see one bug referring to a backingMap clone error, which was likely the same thing, but no re

Re: Beware FireBug 1.3.1 and Selenium

2009-02-06 Thread Timo Hoepfner
Am 06.02.2009 um 21:28 schrieb Chuck Hill: Looks like 1.3.2 was released, mostly to make this incompatibility with Firefox 2 official: "this is a minor point release removing compatibility with Firefox 2.0." I am using 1.3.1 which is compatible with FireFox 2. I just tried a fresh cop

Re: plain jar utility app, with wonder?

2009-02-06 Thread Kieran Kelleher
For me, I have an optional file named "deploy-properties" that is generated at runtime containing svn version, etc. The file is in my apps Resources and this is how the property is configured and "it works" without treating it as an NSArray property ## Optional properties to load er.extensi

Re: Beware FireBug 1.3.1 and Selenium

2009-02-06 Thread Chuck Hill
On Feb 6, 2009, at 12:10 AM, John Baldwin wrote: Looks like 1.3.2 was released, mostly to make this incompatibility with Firefox 2 official: "this is a minor point release removing compatibility with Firefox 2.0." I am using 1.3.1 which is compatible with FireFox 2. I just tried a fre

Re: Entity Modeller - Setting Up Many-to-Many Relationships: Link Entities(?)

2009-02-06 Thread Mike Schrag
The last release for Eclipse 3.3 (WOLips 3.3.5640) doesn't include the fix. I deal with it every day. Good lord, man .. 3.3.5640 is nearly a year old! Plus, whheerrree''ss mmyyy jjirrraa bug. I see one bug referring to a backingMap clone error, which was likely the same thing, but no refe

Re: Custom attribute class conversion in entity modeler

2009-02-06 Thread Mike Schrag
someone else had an issue with a static initializer previously, which is why i was considering this change ... On Feb 6, 2009, at 11:50 AM, Riccardo De Menna wrote: Nevermind, The issue was not caused by the Entity Modeler setting but rather from a static piece of code in the Entity class.

Re: plain jar utility app, with wonder?

2009-02-06 Thread Mike Schrag
This didn't work; properties not getting picked up still, but the app does run -Der.extensions.ERXProperties.OptionalConfigurationFiles=/some/path/ some.properties I think this property expects an NSArray rather than a string ... try ("/some..") ms

Re: Entity Modeller - Setting Up Many-to-Many Relationships: Link Entities(?)

2009-02-06 Thread David Holt
The last release for Eclipse 3.3 (WOLips 3.3.5640) doesn't include the fix. I deal with it every day. Tim what you're doing is right. If you can't update to the latest WOLips build, when you get this error you'll need to close the relationship wizard, save your EOModel, close your EOModel,

Re: Custom attribute class conversion in entity modeler

2009-02-06 Thread Riccardo De Menna
Nevermind, The issue was not caused by the Entity Modeler setting but rather from a static piece of code in the Entity class. The static code is being executed by entity modeler as soon as the class initializes I guess. This is the static code: static { TEvent.define(1,"SOMETHING N

Re: WO 5.4 - can I multi-thread a WO app that uses EOF

2009-02-06 Thread Ricardo J. Parada
On Feb 6, 2009, at 11:33 AM, Ricardo J. Parada wrote: EOObjectStoreCoordinator parentObjectStore = new EOObjectStoreCoordinator(); EOEditingContext editingContext - new EOEditingContext(parentObjectStore); Oops... that minus sign should be an equal sign: EOObjectStoreCoordinator parentObj

Re: plain jar utility app, with wonder?

2009-02-06 Thread William Hatch
Quick follow up: This didn't work; properties not getting picked up still, but the app does run -Der.extensions.ERXProperties.OptionalConfigurationFiles=/some/path/ some.properties Bummer, I thought this would have definitely worked. So, back to the previous question: what's the path in

Re: Custom attribute class conversion in entity modeler

2009-02-06 Thread Mike Schrag
And my com.tuorlo.user.TEvent class has these two methods: Does this class actually exist in your project? And is it in the classpath? Entity Modeler constructs its classpath based on you project's classpath definition. ms ___ Do not post admin

Re: Custom attribute class conversion in entity modeler

2009-02-06 Thread Riccardo De Menna
Is it possible? Am I doing anything wrong? On 05/feb/09, at 15:52, Mike Schrag wrote: But as soon as I push the generate SQL button in the entity modeler window I get an error window from wolips with the following exception: java.lang.NoClassDefFoundError I've been thinking that maybe I sh

Re: WO 5.4 - can I multi-thread a WO app that uses EOF

2009-02-06 Thread Anjo Krank
Note that you can have multiple parallel task without any problem without using new stacks or whatever. However: - they must not use the same EC (bet you knew that already) - the DB ops are in itself not very long running. So a stored procedure that takes an hour to run should be in it's own

Re: WO 5.4 - can I multi-thread a WO app that uses EOF

2009-02-06 Thread Kieran Kelleher
You can have multiple EOF stacks by creating new EOObjectStoreCoordinators. Wonder has features that easily enables multiple EOF stacks and also for synchronizing changes between them in the same instance and across many instances. I use java.util.concurrent stuff all the time for backgroun

[JC] Time to vote!

2009-02-06 Thread Stamenkovic Florijan
Hi to all JavaClient users on the list... And also those who are considering becoming JC users. If you are using EntityModeler to make models for JC apps, please take a minute to look at an enhancement request made a while back, and if you feel it could improve your development environment,

Re: Entity Modeller - Setting Up Many-to-Many Relationships: Link Entities(?)

2009-02-06 Thread Mike Schrag
I've tried to model this in Entity Modeller in Eclipse, and it exceptions(!?): That error looks like one I fixed a LOOOonng time ago. Are you sure you're on the latest version of WOLips? ms ___ Do not post admin requests to the list. They will be

"Must issue a STARTTLS command first" while sending email

2009-02-06 Thread Kamal D Shah
Hi all, When I try sending email from my app using either WOMailDelivery or ERMailDelivery, I get an error: Caused by: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. 27sm2810086wfa.10 at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTra

Re: Beware FireBug 1.3.1 and Selenium

2009-02-06 Thread John Baldwin
Looks like 1.3.2 was released, mostly to make this incompatibility with Firefox 2 official: "this is a minor point release removing compatibility with Firefox 2.0." John On Thursday Feb 5, 2009 10:00 PM, at 10:00 PM, Chuck Hill wrote: After updating to this, many of my Selenium tests started