Wonder Hello World application gives error on Windows

2012-10-23 Thread Kamal D Shah
Hi, I am trying to deploy a Wonder application on a Windows 2008 Server. I first tried a simple WO app (without Wonder) and deployed on Windows. It worked fine. However, whenI try to deploy a Project Wonder application, when I double click on the cmd file, I get the following error:

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

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

Run as Ant Build throws error

2009-01-30 Thread Kamal D Shah
Hi all, My app works fine when I use the development mode Run. However, I need to now install the woa for which I do a Run as Ant Build on the build.xml file. When I do that, the build fails and I get the following error: Includesfile /Users/kamal/Development/workspace/MCC/$

Re: Business Logic in validateForSave?

2009-01-29 Thread Kamal D Shah
Thanks Mike. That was REALLY helpful. Not only for the current question but in general as well! Thanks Kamal On 29-Jan-09, at 7:28 PM, Mike Schrag wrote: a diagram i made several years ago: EOF Sequence.pdf 29, 2009, at 12:16 AM, Kamal D Shah wrote: Hi all, I have been using D2W

Re: Business Logic in validateForSave?

2009-01-28 Thread Kamal D Shah
Oh! thanks a ton Chuck for pointing this out! Thanks Kamal On 29-Jan-09, at 10:52 AM, Chuck Hill wrote: On Jan 28, 2009, at 9:16 PM, Kamal D Shah wrote: Hi all, I have been using D2W and have been managing quite well without having to write any code. However, I have run

D2W rules not being used

2009-01-21 Thread Kamal D Shah
Hi all, I have a number of rules defined in d2w.d2wmodel which is in my Resources folder. I also see that it is copied over to the Resources folder in the built product. However, none of the rules are used in my app. The app behaves like there are no rules were defined. Even if I delete

Re: D2W rules not being used

2009-01-21 Thread Kamal D Shah
Actually, the rules are used if I use the WO D2W frameworks rather than the ERD2W frameworks. Is there anything special I need to do to make sure the rules are used if I use the ERD2W frameworks? Thanks Kamal On 21-Jan-09, at 3:55 PM, Kamal D Shah wrote: Hi all, I have a number

Re: D2W rules not being used

2009-01-21 Thread Kamal D Shah
: On 21.01.2009, at 11:57, Kamal D Shah wrote: Actually, the rules are used if I use the WO D2W frameworks rather than the ERD2W frameworks. Is there anything special I need to do to make sure the rules are used if I use the ERD2W frameworks? What are the rules? Are you sure, that they actually fire? You

Re: D2W rules not being used

2009-01-21 Thread Kamal D Shah
that you did save the file. You need to turn on the WOLips server: pastedGraphic.png and also enter port and password in RuleModeler (when you use RuleEditor, you're out of luck) pastedGraphic.png Cheers, Anjo Am 21.01.2009 um 12:21 schrieb Kamal D Shah: Hi cug, Well, now the rules fire

ERXResourceManager can't find my resource

2009-01-20 Thread Kamal D Shah
Hi, I wasn't using Wonder until now and used to get resources using WOResourceManager like this (in my DirectAction class) WOResourceManager resMgr = WOApplication.application().resourceManager(); String mapFilePath = resMgr.pathURLForResourceNamed(MyMap.xml, null, null).toString(); I

Changing eogenerator templates

2009-01-20 Thread Kamal D Shah
Hi all, I have recently started using Wonder. Where do I change the templates used by EOGenerator? I am using WOLips and Wonder. Where are the default Wonder templates? I need to do this because I realized that the package for ERXGenericRecord and ERXKey has changed from er.extensions to

Re: [Wonder-disc] ERXResourceManager can't find my resource

2009-01-20 Thread Kamal D Shah
Thanks Mike for your response. After reading your email, I realized that I need to give the path from the Resources folder. I had the xml file inside a folder in Resources. When I gave that path, it worked. Sorry! Thanks Kamal On 20-Jan-09, at 7:00 PM, Mike Schrag wrote:

Re: Changing eogenerator templates

2009-01-20 Thread Kamal D Shah
, you could upgrade WOLips and you will get updated templates. John On Tue, Jan 20, 2009 at 5:38 AM, Kamal D Shah ka...@thinkgrene.com wrote: Hi all, I have recently started using Wonder. Where do I change the templates used by EOGenerator? I am using WOLips and Wonder. Where

Using WO D2W with the rest of Wonder

2009-01-20 Thread Kamal D Shah
Hi all, I have integrated Wonder successfully into my project. However, I have been unable to figure out how to modify the UI styles that Wonder gives me with D2W. I am quite happy with the WO D2W UI. I tried removing the ERDirectToWeb and ERNeutralLook frameworks from my projects but I

D2W: Rules for the sub components of the EditRelationship page

2009-01-06 Thread Kamal D Shah
Hi, The EditRelationship page has a list, query and select sub-components. What rules can I specify to modify the behavior of the sub components? For example, I would like to specify the displayPropertyKeys of the list sub component. It currently shows up all the properties of the

Re: 'object' not getting initialized in D2WCustomComponent sub class

2009-01-06 Thread Kamal D Shah
to ^object.name in the wod file, I think it should work for you. If you really need to do it in the java file, you can try loading your object value with valueForBinding(object) Ramsey On Jan 2, 2009, at 4:46 AM, Kamal D Shah wrote: Hi all, I'm trying to build a property level custom component

'object' not getting initialized in D2WCustomComponent sub class

2009-01-05 Thread Kamal D Shah
Hi all, I'm trying to build a property level custom component in my D2W application (not using Wonder). For testing, I put a simple table with a WOString in the component and in my Java file looks like this: EOEnterpriseObject object; String key; public DBWidgets(WOContext

Removing = etc. from the drop down in D2W search

2009-01-05 Thread Kamal D Shah
Hi all, When D2W generates a search page, for a String attribute, it generates a drop down that has things like 'starts with', 'is', 'contains' etc. but they also have things like , , = which do not make sense for strings. How do I remove these? Thanks Kamal

Re: Problems installing WOLips

2008-12-30 Thread Kamal D Shah
Thanks a ton Lachlan but I was in a hurry to get up and running so I formatted my HD and reinstalled Leopard, WO and WOLips! Talk about trying to kill an ant with a nuclear bomb! Thanks Kamal On 30-Dec-08, at 1:25 PM, Lachlan Deck wrote: Dump you ~/Library/Preferences/org.eclipse

WOXMLCoder with mapping question

2008-12-30 Thread Kamal D Shah
Hi all, I have an array of objects that I want to encode to XML. Let's say an array of departments. I need the XML to be generated to look like: depts dept nameB/name description/description /dept dept nameA/name description/description /dept /depts I am unable to