Partials and prototype boolean

2012-11-27 Thread programmingosx
Hi all, Using ERXPartials we're seeing errors using the boolean prototype in the Partial entity migration. Here's an example: propertyKey: dataVerified; type: NullPropertyException; Switching the prototype to varchar10 makes the problem go away. Has anyone else seen problems with the boolean p

Re: Partials and prototype boolean

2012-11-27 Thread programmingosx
Thanks for your reply David. On 2012-11-27, at 2:02 PM, David Aspinall wrote: > Hi David, > > I'm not 100% sure what the issue you are experiencing is, but when I > experimented with it a little I noticed some issues. Specifically I added a > new attribute to the partial model in wonder/Ex

Re: Partials and prototype boolean

2012-11-27 Thread programmingosx
Hi Paul, I've just confirmed that adding an attribute with the boolean prototype is not an issue in the ERXPartialsExampleApp. Back to the drawing board. Thanks guys, David On 2012-11-27, at 2:59 PM, Paul Yu wrote: > I believe you have to use intBoolean for partial. Ken Ishimoto may be a

Re: deployment resources -?

2012-12-05 Thread programmingosx
_ > 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: > https://lists.apple.com/mailman/options/we

Re: Model Frameworks and Library Conflict Question

2012-12-05 Thread programmingosx
>> -- >>> Chuck Hill Senior Consultant / VP Development >>> >>> Practical WebObjects - for developers who want to increase their overall >>> knowledge of WebObjects or who are trying to solve specific problems. >>> http://www.global-village.net/gvc/practical_webobjects >>> >>>

Re: WebObjects mentioned in Podcast

2012-12-14 Thread programmingosx
o the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com > > This email sent to programming...@mac.com

Re: Simple question: inserting data right after table creation (on migration?)

2012-12-16 Thread programmingosx
gt;> >> ___ >> 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: >> https://lists.apple.com/mailm

Re: D2W dateField

2012-12-18 Thread programmingosx
'time field'? > > Ted > > > ___ > 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: > https://lists.apple.com/mailman/options/webobjects-dev/

Great argument for the continued use of WO/WOnder

2012-12-19 Thread programmingosx
Preaching to the converted, but worthwhile read all the same. http://zef.me/4235/pick-your-battles d ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/U

Re: RuleModeler Issues

2013-01-08 Thread programmingosx
sts.apple.com) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com >> >> This email sent to rgur...@smarthealth.com > > ___ > Do not post

Re: RuleModeler Issues

2013-01-08 Thread programmingosx
man/options/webobjects-dev/rgurley%40smarthealth.com >>>>> >>>>> This email sent to rgur...@smarthealth.com >>>> >>> >>> ___ >>> Do not post admin requests to the list. They will be ignored. &

Re: help with D2W target

2013-01-18 Thread programmingosx
;>>>>> How do I target the list of pwoMileStones on >>>>>> the >>>>>>> EditProjectWorkOrder so the date will format as I >>>>>> want? >>>>>>>> >>>>>>>> Ted >>>>>>>>

java.lang.NullPointerException in JavaMonitor (non-Wonder)

2013-01-22 Thread programmingosx
Hi all,JavaMonitor is suddenly throwing NPE's when I select the Detail View button in the Applications tab. Does anyone know what could be causing this? The default exception screen is not giving very much detail :-)Thanks,David ___ Do not post admin req

Re: java.lang.NullPointerException in JavaMonitor (non-Wonder)

2013-01-23 Thread programmingosx
Hi Johann, After trying that and getting the same inexplicable error, I just restarted the WO service and all is well again. Thanks, David On 2013-01-23, at 12:57 AM, Johann Werner wrote: > Hi David, > > why not just using the Wonder version? Binaries can be downloaded on the > community's

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread programmingosx
s? Any help would be >> appreciated. >> ___ >> 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: >> https://lists.apple.com

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread programmingosx
>> '[Page 1]'> >>>> >>>> >>>> Does anyone know how to avoid this other than removing the keys that >>>> indicate how to split the property editing across pages? Any help would be >>>> appreciated. >>>>

Re: WebObjects Optimization: EOF and Beyond

2013-01-29 Thread programmingosx
t; ___ > 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: > https://lists.apple.com/mailman/options/webo

Re: D2W - Problem with navigation

2012-10-09 Thread programmingosx
rity.acl", "java.security.interfaces", >> "java.sql", "java.text", "java.util", "java.util.zip") > > I have Googled and searched the archives for similar errors, but can't find > anything. I am missing something... > >

Re: D2W - Problem with navigation

2012-10-10 Thread programmingosx
hildren = "session.navigationRootChoice";) and run it again, the tabs are not drawn, but there's no crash.It's important to notice that a "virgin" Wonder D2W App returns:D2W.factory().defaultPage(session())from DirectAction.loginAction(), not:((Session) session()).navController().homeAction()as

Re: D2W - Problem with navigation

2012-10-10 Thread programmingosx
ng actions... If I take out the > "offending" line (children = "session.navigationRootChoice";) and run it > again, the tabs are not drawn, but there's no crash. > > It's important to notice that a "virgin" Wonder D2W App returns: