Wiki For Tips and Workarounds?

2009-05-17 Thread Jerome Chan
Is there a wiki for tips and workarounds for webobjects? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.c

Re: Are there any IRC Channels for WO

2009-02-20 Thread Jerome Chan
I am http://twitter.com/eviltofu On Feb 21, 2009, at 4:29 AM, Lon Varscsak wrote: I wish there were a list of WO people on twitter (like there is for iPhone Devs). -Lon On Fri, Feb 20, 2009 at 1:26 PM, Lachlan Deck wrote: Yeah the downside is that it's yet another archive to search for u

Re: [Wonder-disc] New WOLips is Stable

2009-01-26 Thread Jerome Chan
I've trashed my copy of eclipse, downloaded a new copy and re- installed everything from scratch and re-imported my old projects already. Sorry. On Jan 26, 2009, at 10:58 PM, Mike Schrag wrote: Jan 26 08:00:46 Iron [0x0-0x69069].org.eclipse.eclipse[1204]: java.lang.NullPointerException Jan

Re: [Wonder-disc] New WOLips is Stable

2009-01-25 Thread Jerome Chan
(EOModelCreationPage.java:216) Jan 26 08:00:46 Iron [0x0-0x69069].org.eclipse.eclipse[1204]: at org .objectstyle .wolips .wizards.EOModelCreationPage.createControl(EOModelCreationPage.java:131) On Jan 26, 2009, at 7:55 AM, Jerome Chan wrote: Updated WOLips to latest version. Now I can't open and edi

Re: [Wonder-disc] New WOLips is Stable

2009-01-25 Thread Jerome Chan
Updated WOLips to latest version. Now I can't open and edit any of my models. Entity Modeler keeps telling me to "Please Wait." ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.

Re: MySQL Index Generation

2009-01-16 Thread Jerome Chan
BTW, if using MySQL 5.0.XX, I would recommend latest 5.0.XX connector. On Jan 15, 2009, at 7:27 PM, Jerome Chan wrote: Is anyone getting SQL errors trying to generate indexes with MySQL? How do I correct this? I get the following code when I choose generate SQL. CREATE INDEX name_id

MySQL Index Generation

2009-01-15 Thread Jerome Chan
Is anyone getting SQL errors trying to generate indexes with MySQL? How do I correct this? I get the following code when I choose generate SQL. CREATE INDEX name_idx FOR Account (name); CREATE INDEX fromId_idx FOR Follow (fromId); but according to the MySQL docs its suppose to be CREATE [ONLI

Re: longText and postgresql migrations

2009-01-15 Thread Jerome Chan
I get this with MySQL too. On Jan 16, 2009, at 6:35 AM, Theodore Petrosky wrote: I know this was asked and I didn't get a reply that really worked. Postgresql has a column type called 'text'. This is basically a varchar with no upper limit (very simplified). When I select in EOModeler a lo

Replicating iTunes Smart List in WO?

2008-12-19 Thread Jerome Chan
I want to create a dynamic search list like iTunes Smart List. Is it possible to use several WOAnyFields to change what is displayed for a WODisplayGroup? + - [name] [contains] xxx + - [name [ends] zzz + - [age] [greater] 30 Where clicking on the + button will add a new search field and cl

Component To Component Communication?

2008-12-08 Thread Jerome Chan
Is there a simple way to do component to component communication? I have a page with a menu component and a object display component. I want to be able to call a method in the object display component from the menu component. My first thought is to have something like a controller in the en

Re: [Wonder-disc] Maven build of WOnder fails

2008-11-27 Thread Jerome Chan
Ok. Isn't Maven suppose to solve all these different version problems? On Nov 27, 2008, at 11:01 PM, Mike Schrag wrote: symbol : method lastElement() location: interface java.util.List which would indicate that it can't find the java.util.List class! Actually, it looks to me like you're bui

WODisplay stringQualifierOperators

2008-10-20 Thread Jerome Chan
I've tried constructing a EOQualifier with the string "name starts with 'P'" and am trying to use that on my WODisplay object but it returns an empty list. When I use all the other stringQualifierOperators except for "contains" I get empty results. When I use "contains" I get the expected r

Re: Rapid Turnaround mode not working

2008-10-05 Thread Jerome Chan
I am also experiencing the same problem. I've turned on PB.project building but cannot use Rapid Turnaround mode. On Oct 6, 2008, at 9:24 AM, Paulo Filipe Andrade wrote: Try enabling PB.project on WOLips build preferences. For some reason I was having problems with rapidturnaround with this

Re: DB uniqueness constraints and dealing with them

2008-07-03 Thread Jerome Chan
What about doing save -> if error check to see if existing record exists and if so throw up a duplicate error ? On Jul 4, 2008, at 7:52 AM, Q wrote: On 04/07/2008, at 2:58 AM, Florijan Stamenkovic wrote: Hi all, While reading older discussions on dealing with DB uniqueness restraints

CSS Editor For WOLips?

2008-06-06 Thread Jerome Chan
What would you all recommend for using as a CSS editor on WOLips? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.

JSConfirmPanel Question or am I using the wrong thing?

2008-05-25 Thread Jerome Chan
in WOHyperlink, I can add in a NSDictionary which can then be bound to queryDictionary. I want to do the same for a JSConfirmPanel. Is this possible? In the dictionary, I am storing the id of an object. Basically I am displaying a WODisplayGroup of items. When I click on one of the items, I

Project Wonder : Database Migration : Downgrade

2008-04-17 Thread Jerome Chan
How do I downgrade my database using database migrations in project wonder? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: h

Is Migration Borked on WO 5.4.1

2008-04-15 Thread Jerome Chan
Are database migrations functional on com.webobjects.version = 5.4.1? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://li

web.xml, glassfish deployment error

2008-04-03 Thread Jerome Chan
After running through the autogenerated web.xml through xmllint, I found an error which corresponds to the glassfish deployment error. I removed the following line and xmllint validates it. WEBINFROOT %WEBINFROOT% If I place this context-param before the tags, it also

Deployment on GlassFish as a Servlet

2008-03-22 Thread Jerome Chan
I made a simple hello world project wonder app and use the ant to create a war file. I've tried deploying this war file on jetty and it worked but when I tried to deploy it on GlassFIsh, I get the following error message javax.enterprise.system.tools.deployment| _ThreadID=14;_ThreadName=Ti

WOLips Outline

2008-03-21 Thread Jerome Chan
From all the screen casts I see in the outline view that each entity on the WOO file has a header (body, div, etc) but mine doesn't have them. All I have are just boxes. Is there a configuration I must set? <> ___ Do not post admin requests to the