Re: WOLips5

2024-11-18 Thread George Domurot via Webobjects-dev
Thanks! Excited to check it out. -G > On Nov 17, 2024, at 11:04 PM, Hugi Thordarson via Webobjects-dev > wrote: > > Ramsey, you rock. Quick to build, easy to install. Been using it for about an > hour and haven't noticed any issues. > > - hugi > > >> On 18 Nov 2024, at 03:12, Ramsey Gurle

Re: Single thread creation queue?

2021-11-24 Thread George Domurot via Webobjects-dev
Hi Jesse, We often have a someValue_unique attribute that is set when the main editable version of it is set. It isn’t editable by the user directly, but is adjusted when the other value is update — and it is used for uniquing, i.e.: public void setSomeValue(String value){ super.setSomeValue(va

Re: The secret WOCommunity Slack channel?

2020-11-01 Thread George Domurot via Webobjects-dev
Please add me too! Thanks, G > On Nov 1, 2020, at 10:06 AM, Hugi Thordarson via Webobjects-dev > wrote: > > The Slack channel is in no way or form meant to be a secret. It's something I > started for fun a during a WOWODC session and the more people that join the > better! > > I thought it

Re: Programmatic access to a componen instance generated by a switch component

2019-03-27 Thread George Domurot
Hi Hugi, You can always you the trusty delegation pattern: SomeComponentThatContainsAWOSwitchComponent nextPage = pageWithName( SomeComponentThatContainsAWOSwitchComponent.class ); nextPage.setSomeComponentThatContainsAWOSwitchComponentDelegate(this); nextPage.componentInstanceDisplayedByWOSwitc

Re: ERXQuery Preview

2017-03-12 Thread George Domurot
For sure! Sent from my iPhone > On Mar 11, 2017, at 8:27 PM, Chuck Hill wrote: > > That looks like a very cool, useful contribution! > > Chuck > > From: on behalf > of Ricardo Parada > Date: Saturday, March 11, 2017 at 2:41 PM > To: "webobjects-dev@lists.apple.com WebObjects" > > Subje

Re: ERXApplication.replaceApplicationPath doesn't work

2014-04-14 Thread George Domurot
It looks right. Breakpoint/log Application._rewriteURL to see what’s up. -G On Apr 14, 2014, at 4:56 PM, Christoph Wick wrote: > Hi list, > > in one of my applications, ERXApplication.replaceApplicationPath doesn't work. > > As usual, I wrote into my Properties file: > > er.extensions.ERX

Re: Suggestions for WOWODC Topics?

2014-02-06 Thread George Domurot
ng the sense that WOLips is a black box. > > He’s had no luck so far. > > D > > On Feb 6, 2014, at 11:20 AM, George Domurot > wrote: > >> Is there someone that can give an overview of the current Eclipse/WOLips >> development project, and how to get started

Re: Suggestions for WOWODC Topics?

2014-02-06 Thread George Domurot
Is there someone that can give an overview of the current Eclipse/WOLips development project, and how to get started working on updates? Seems like the folks at the conference should understand the basics of what we are all using today — seems like we should commit to some level of updates to th

Re: Suggestions for WOWODC Topics?

2014-02-05 Thread George Domurot
mantra … “deployment is sexy… deployment is fun…” “deployment is sexy… deployment is fun…” “deployment is sexy… deployment is fun…” On Feb 5, 2014, at 9:38 AM, Pascal Robert wrote: > Cannot be worse than mine. > > De: "Chuck Hill" > À: "George Domurot"

Re: Suggestions for WOWODC Topics?

2014-02-05 Thread George Domurot
Hi Chuck, Both sounds great! I’ll be doing at least one presentation this time. I was considering social network integration, but I’m now leaning towards integrating computer vision into a WO app. -George — George Domurot g...@knuckleheads.net http://knuckleheads.net On Feb 4, 2014, at 8

Re: WOWODC 2014

2013-07-10 Thread George Domurot
++April On Jul 10, 2013, at 8:36 AM, Helmut Tschemernjak wrote: > > +1 April > > On 10.07.13 15:14, prob...@macti.ca wrote: >> Ok guys. So WOWODC 2013 went quite well, no major problems, good Wifi, etc. >> But we were only 60 guys, 15 less than in 2012 and 2011... I known that some >> regula

Re: ssl from iOS error? OT?

2013-06-15 Thread George Domurot
If you're testing on an older iPod, make sure the time is accurate on the device. On Jun 15, 2013, at 1:09 PM, James Cicenia wrote: > I am trying this out with direct connect. I thought I followed the > instruction to create the new certificate. > > I have to check more. > > > On Jun 15,

Re: Globally inspecting and conditionally altering fetch spec

2013-06-11 Thread George Domurot
ngle fetch that's generated and pick and choose > the ones I want to alter. > > -- Mark > > On Jun 11, 2013, at 1:18 PM, George Domurot > wrote: > >> You may want to take a peak at ERXFetchSpecificationBatchIterator or >> ERXBatchingDisplayGroup. >&g

Re: Globally inspecting and conditionally altering fetch spec

2013-06-11 Thread George Domurot
You may want to take a peak at ERXFetchSpecificationBatchIterator or ERXBatchingDisplayGroup. -G On Jun 11, 2013, at 10:41 AM, "Morris, Mark" wrote: > Hi all, > > If I want to check for a certain class of query, then alter the qualifier > before the fetch is executed, any suggestions for t

Re: override qualifier from EOModel

2013-04-10 Thread George Domurot
I've never used an entity based qualifier (I didn't even know that was possible). Try using EOUtilities.objectWithPrimaryKeyValue with the entity name and primary key. If that doesn't work, then I'd assume your crafty entity level qualifier is overriding all fetching. -G On Apr 10, 2013, at

Re: Is it safe to use NSDictionary as the objects in a (WO/ERX)DisplayGroup?

2013-04-09 Thread George Domurot
Try using displayGroup.setObjectArray(yourObjects). -G On Apr 9, 2013, at 5:10 PM, Paul Hoadley wrote: > Hello, > > I needed to display the content of an array of NSDictionary objects, and > without thinking I just loaded them into an ERXDisplayGroup via an > EOArrayDataSource: > > EODataSo

Re: Small note about the Association, WOWODC and myself

2013-04-09 Thread George Domurot
if you see something that should be edited — edit it -G On Apr 9, 2013, at 7:41 AM, Theodore Petrosky wrote: > write content that is sent > release the WOWODC podcasts > edit the WOWODC 2013 recordings > > are listed twice > > > --- On Tue, 4/9/13, George Do

Re: Small note about the Association, WOWODC and myself

2013-04-09 Thread George Domurot
I cleaned up the WOCommunity start page: http://wiki.wocommunity.org/display/WOCOM/WOCOM And, included/added a WOCommunity Efforts page: http://wiki.wocommunity.org/display/WOCOM/WOCommunity+Efforts Seems like a sensible place for everyone to consolidate their areas of responsibility. -G On Ap

Re: Relationship many-to-many issue

2013-04-05 Thread George Domurot
Have you tried using addObjectToBothSidesOfRelationshipWithKey? -G On Apr 5, 2013, at 6:55 AM, Raymond NANEON wrote: > Hi List, > > I have a table "EORepartDomMatiere" which has like pk foreign key of 2 others > tables (EODomaine & EOMatiere). > > > > > So when I want to save in the many

Re: ERRest and ERXKeyFilters advice

2013-04-02 Thread George Domurot
You shouldn't hard-code your key values. It should look more like this: ERXKeyFilter filter = ERXKeyFilter.filterWithAttributes(); filter.exclude(MyEntity.MY_ATTRIBUTE); filter.exclude(MyEntity.MY_OTHER_ATTRIBUTE); return filter; If you want to include a to-one relationship, but none of its attri

Re: Immortal… ehm, frozen instances.

2013-03-21 Thread George Domurot
I've seen this issue before, many years ago too. Where it bit me was where I touched sessions and contexts in my component without testing to see if I in fact had either to work with. You mentioned creating a context for your email. Are you then touching context.session()? It will lazy load a s

Re: Default all ERREST to json?

2013-02-14 Thread George Domurot
add to Properties file: # Rest ERXRest.defaultFormat=json On Feb 14, 2013, at 6:42 AM, James Cicenia wrote: > Is there a properties switch to set the default response to json vs. xml? > > Thanks > James > ___ > Do not post admin requests to the list

Re: Ajax Update Link not working on one server

2013-02-06 Thread George Domurot
Hi Jeff, They both seems to work exactly the same — and don't work. Entries Per Page adjusts the count per page, but paging doesn't work. I noticed this: Which probably isn't the issue, but might want to be fixed. Try only using the action and updateContainerID attributes on your AjaxUpdat

Re: problem of accents on FR data

2013-01-23 Thread George Domurot
Hi Raymond, What does the SQL look like that is output in your console? -G On Jan 23, 2013, at 5:49 AM, Raymond NANEON wrote: > Hi All, > > Can I have help on my problem? I stuck on it since 3 weeks. > > Thanks > Envoyé depuis iCloud > > Le 07 jan 2013 à 02:20, Raymond NANEON a écrit : >

Re: Kill User Session On Browser Closed

2013-01-23 Thread George Domurot
How about a simple META refresh tied to your session timeout setting? -G On Jan 23, 2013, at 5:26 AM, Raymond NANEON wrote: > Hi List, > > I want to kill session of the web apps when user don't use logOut Button to > quit the apps properly. I thought to this JavaScript but I think there is >

Re: 64 bit machine with WO 5.4.3

2013-01-18 Thread George Domurot
Without knowing what your workflow is actually doing, if you process large quantities of objects, you should consider using ERXFetchSpecificationBatchIterator. While cycling through your objects, you can create new contexts with each batch. You may want to check out this video: Concurrency and

Re: Best way to web 2.0 ?

2013-01-15 Thread George Domurot
CSSEdit is a great tool to assist in learning and tweaking results. It looks like it's now part of Espresso: http://macrabbit.com/espresso/ -G On Jan 15, 2013, at 6:57 AM, Ken Anderson wrote: > James, > I appreciate the spouse, but my goal is to learn... > Ken > > On Jan 15, 2013, at 9:41 AM

Re: URL re-writing at the root of the domain

2013-01-09 Thread George Domurot
This line doesn't look right: RewriteRule ^/(.*)$ /Apps/WebObjects/SomeApp.woa$1 [PT,L] Shouldn't it include a slash before "$1"? RewriteRule ^/(.*)$ /Apps/WebObjects/SomeApp.woa/$1 [PT,L] I haven't tried it, but it should work. If the URLs then work, but not once you're in the app, then you'll

Re: Wonder 6.0.0 is out in the wild!

2013-01-09 Thread George Domurot
Nice job! -G On Jan 9, 2013, at 4:52 AM, Pascal Robert wrote: > Hello everyone, > > Release 6.0.0 (aka "The Cleanup Release") have been released in the master > branch of Project Wonder! Johann Werner wrote a nice change log on GitHub: > > https://github.com/projectwonder/wonder/wiki/Change

Re: Trying to resurrect old project and getting warnings and errors

2012-12-29 Thread George Domurot
My guess is that "session" is looking into the WOSession class instead of your custom Session implementation. You can write a new accessor method in your component "mySession" that links to your Session class, and give that a test. -George On Dec 29, 2012, at 9:10 AM, Kevin wrote: > I have a

Re: sorting an array

2012-12-26 Thread George Domurot
Hi Gino, Take a peak at: EOQualifier filteredArrayWithQualifier and NSArray sortedArrayUsingComparator They can help you get the job done. -George On Dec 26, 2012, at 9:06 AM, Gino Pacitti wrote: > Hi List > > Any pointers on sorting an array from a specific set. > > > The fetched Array c

Re: Rewrite WO app URL

2012-09-17 Thread George Domurot
t simple as you talk. If you have read all > topics, you can see I have done all settings you wrote but nothing work. > > Is this problem come form my WO server settings? > > I would like to have an answer about this issue. > > Ray > > Envoyé depuis iCloud > >

Re: Rewrite WO app URL

2012-09-17 Thread George Domurot
Hi Raymond, Rewriting an entire app is simple and straight forward with Wonder. You are most likely over coding. 1) update your Properties file # Apache Deployment Rewrite er.extensions.ERXApplication.replaceApplicationPath.pattern=/cgi-bin/WebObjects/AppName.woa er.extensions.ERXApplication.re

Re: Input about API design interface

2012-09-16 Thread George Domurot
In most cases, I'm a huge fan of interfaces and delegates. -G On Sep 16, 2012, at 12:22 PM, Pascal Robert wrote: > Hi guys, > > I'm going to add some stuff (MS Exchange and CarDav support…) to ERGroupware > in the next couple of months and I'm wondering how I should construct the API. > > Ea

Re: Eclipse source of problems?

2012-09-10 Thread George Domurot
Each time I tried over the past years, Golipse never worked. Installing as separates has always worked. Indigo Eclipse has Eclipse Marketplace (extremely helpful for installing add-ons). -G On Sep 10, 2012, at 8:23 AM, Pascal Robert wrote: > > Le 2012-09-10 à 11:11, George Domurot a

Re: Eclipse source of problems?

2012-09-10 Thread George Domurot
whatsoever. -G On Sep 10, 2012, at 7:44 AM, Ângelo Andrade Cirino wrote: > Hi George, > > I used Golipse in my latest reinstall, a couple of days ago. My environment > is Eclipse 3.7.2, Java 1.6 with the latest updates by Apple and MySQL 5.5.24. > > Angelo > > Em 1

Re: Eclipse source of problems?

2012-09-10 Thread George Domurot
I did a fresh install recently without any issues. What version of Eclipse are you using? -G On Sep 9, 2012, at 11:53 PM, Ângelo Andrade Cirino wrote: > Hi, > > I am very concerned about the reliability of Eclipse. It seems to be the > cause of my four days of work lost in last week and it

Re: didUpdate?

2012-07-29 Thread George Domurot
For me, I'd say you're going at this the wrong way within the Session.. Keep the session clean. Check out Paul Yu's recommendation re: ERXGenericRecord and ERXEnterpriseObject. And, write a controller to manage the object you're editing, do your work, and let it provide you with the appropriat

Re: Installing Tools and Framework is a mess

2012-07-24 Thread George Domurot
gt; Thanks!Jeff > > On Jul 24, 2012, at 10:40 PM, George Domurot wrote: > >> Hi Jess, >> >> I've always used the WOInstaller.jar option. >> >> You create the directory: >> /System/Library/WebObjects/Adaptors/Apache2.2 >> >> Seeing tha

Re: Installing Tools and Framework is a mess

2012-07-24 Thread George Domurot
Hi Jess, I've always used the WOInstaller.jar option. You create the directory: /System/Library/WebObjects/Adaptors/Apache2.2 Seeing that this is a fresh install, you shouldn't have anything installed — but if you did: rm -f /System/Library/WebObjects/Adaptors/Apache2.2/mod_WebObjects.la rm -f

Re: Improvements to deployment tools

2012-07-24 Thread George Domurot
I think about this each day as I update apps on our servers. Jenkins makes it easier, but the final install steps should be automated. However, each build on Jenkins shouldn't necessarily go live. The final deployment step should take a forced action or trigger to signify a deployable build.

Re: one last Eclipse mystery... can't connect to any database.

2012-07-16 Thread George Domurot
We've done several fresh installs recently, without issue. However, we did create fresh workspaces. Not sure if that matters, but it might be worth a try to create a new workspace, import, run and test. Also, we are using Eclipse Indigo Service Release 2 with latest WOLips. -G On Jul 16, 201

Re: Question about "To Many" relationships hooks in ERRest

2012-06-18 Thread George Domurot
It was my understanding that many-to-many relationships had to be handled "manually" due to them not being processed correctly by the framework. -G On Jun 18, 2012, at 7:52 AM, Pascal Robert wrote: > I'm working on my WOWODC slides, and I'm doing something that I didn't do for > many months:

Re: Inserting a new obligatory entity in an relation, where?

2012-04-14 Thread George Domurot
In your code snip, you aren't adding the newContract object into the editing context. To reduce errors like these, always use: ERXEOControlUtilities.createAndInsertObject I'd recommend not doing this in awakeFromFetch, but making this a step in your migration to clean-up your DB/object graph.

Re: My component widgets won't pass the object.

2012-04-04 Thread George Domurot
Did you override synchronizesVariablesWithBindings? -G On Apr 4, 2012, at 6:11 AM, James Cicenia wrote: > Hello - > > I have most of my app converted to Wonder. However, my old widget components > aren't working anymore. The object isn't being passed in. The key is passed > in fine, > but the

Re: can't connect to JavaMonitor/wotaskd

2012-02-23 Thread George Domurot
What's you environment? Older versions of Mac OS X sometimes didn't activate WO properly at boot, and you had to occasionally bring up Server Admin app to manually kick the tires. Here's a wiki page re: troubleshooting: http://wiki.wocommunity.org/display/WO/Troubleshooting+wotaskd+and+JavaMonit

Re: Localization & EO Setters

2012-02-18 Thread George Domurot
I'm pretty sure you can add your own setters/getters for each attribute and language, i.e.: public String value_en() { return (String) eo().valueForKey("value_en"); } public void setValue_en(String inValue) { eo().takeValueForKey(inValue, "value_en

Re: New AjaxFramework and AjaxSortableList bug

2012-02-18 Thread George Domurot
Nice. -G On Feb 18, 2012, at 9:47 AM, Johnny Miller wrote: > Give it a shot. > > http://www.kahalawai.com/cgi-bin/WebObjects/MooToolsExample.woa/1/wa/PageAction/MTAjaxDragDropTestPage > > You won't be able to mix and match Ajax and MooTools on the same page so it > might not be that useful f

Re: My model is whacked?

2012-02-17 Thread George Domurot
Open your model, then click on the TOSUser.userName attribute. What are all the Properties set to? -G On Feb 17, 2012, at 4:44 PM, James Cicenia wrote: > Unable to convert value of class java.lang.String for attribute 'userName' in > entity 'TOSUser' to adaptor type EOAttribute.AdaptorBytesT

Re: ERRest and sessions?

2012-02-02 Thread George Domurot
ler wrote: > I don't, but adjust what? my apache rules? > > as far as I can tell, the cookies don't stick? > > SSL and this URL shortening are the only two new additions here. > > > > On Feb 1, 2012, at 10:20 PM, George Domurot wrote: > >> Do you

Re: ERRest and sessions?

2012-02-01 Thread George Domurot
Do you have more than on app on the domain? You may need to adjust this to accommodate multiple apps. -G On Feb 1, 2012, at 6:54 PM, George Domurot wrote: > This may be related to your Session.domainForIDCookies. > > You may need to override this (when !isDevelopmentMode()) — also,

Re: ERRest and sessions?

2012-02-01 Thread George Domurot
This may be related to your Session.domainForIDCookies. You may need to override this (when !isDevelopmentMode()) — also, consider setting it to er.extensions.ERXApplication.replaceApplicationPath.replace. -G On Feb 1, 2012, at 6:11 PM, Michael Kondratov wrote: > I am having a same issue!!! It

Re: apache RewriteEngine

2012-01-29 Thread George Domurot
iteRule ^/myapp(.*)$ /apps/WebObjects/MyApp.woa$1 [PT,L] > > a url with my myapp in it, would expand and all I'd need is the /wa/entrance > or something like so? > > http://my.domain/myapp/wa/entrance > > am I following there? > > > > On Jan 29, 2012, at 6:3

Re: apache RewriteEngine

2012-01-29 Thread George Domurot
It looks like these options may be over complicating things. While you can get super fancy with rewrites, I've found it's easiest to use Wonder's built-in support and one singe rule to get deployed. If you need additional rules, you can stack them in above this one, otherwise this configuratio

Re: Wiki is back

2011-12-22 Thread George Domurot
Hi Pascal, This page didn't make the jump: http://wiki.objectstyle.org/confluence/display/WOCOM/Documentation+Task+Force -G On Dec 22, 2011, at 5:46 AM, Pascal Robert wrote: > Good morning everyone, > > The wiki is now available on http://wiki.wocommunity.org > > Your login from wiki.objects

Re: creating first framework

2011-09-25 Thread George Domurot
so I > can create multiple apps that reference this one .eomodeld and only modify > the one eomodeld file and the migrations in the framework. > > > Ted > > > > > --- On Sun, 9/25/11, George Domurot wrote: > >> From: George Domurot >> Subject:

Re: creating first framework

2011-09-25 Thread George Domurot
Hi Ted, Frameworks are pretty straight forward. Create a new framework project, then add the framework to the build path of your primary project. Then try a test. Add a class to your framework and use it in your project. -G On Sep 25, 2011, at 8:15 AM, Theodore Petrosky wrote: > I have a Wo

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread George Domurot
Gotcha. Totally makes sense. -G On Sep 19, 2011, at 6:46 AM, Pascal Robert wrote: > > Le 2011-09-19 à 09:31, George Domurot a écrit : > >> You can still set your FY as 1/1 to 12/31. > > But this is also my own fiscal year, so I have to finish accounting for b

Re: Help on incorporating the WOCommunity Association

2011-09-19 Thread George Domurot
You can still set your FY as 1/1 to 12/31. -G On Sep 19, 2011, at 6:14 AM, Pascal Robert wrote: > > Le 2011-09-19 à 09:12, David LeBer a écrit : > >> On 2011-09-19, at 9:04 AM, Lachlan Deck wrote: >> >>> Strange: "The fiscal year of the board shall be November 1 to October 31." >>> Is that

Re: Simple JSON example

2011-08-18 Thread George Domurot
Hi Calven, If you have a hook to pull down a JSON object, use a package to process this data into the appropriate object/array: http://json.org/ Then, you can easily parse the data and push it into your database. -G On Aug 18, 2011, at 1:06 PM, Calven Eggert wrote: > Hi, All > > I'

Re: Ad-hoc reporting tool?

2011-08-12 Thread George Domurot
Only app I've used with EOModel files is OmniGraffle. -G On Aug 11, 2011, at 11:23 AM, Pascal Robert wrote: > Anyone have seen a ad-hoc reporting tool that can work over an EOModel? My > ex-employer use Oracle Discoverer, who happens to use a model-like tool to > create entities and attribu

Re: setUser() vs. setUserRelationship()

2011-08-02 Thread George Domurot
Hi Marius, This is a great question. setUserRelationship is a Wonder / EOGenerator template addition. setUserRelationship will do the job of adding your object to both side of the relationship. However, let's say the inverse relationship is pointing to tens of millions of other objects. If

Re: WebObjects vulnerabilities?

2011-07-11 Thread George Domurot
If you output strings with escapeHTML=false, you could have an issue. You may want to consider stripping all potential tags from strings prior to rendering, or at the time of entry. -G On Jul 11, 2011, at 6:01 PM, Mai Nguyen wrote: > Hello, > I have found some good information about WebObjects

Re: ERRest and Faulting control

2011-07-08 Thread George Domurot
Hi Dan, One thing we often do for batching is accept a batch page with a batch count as parameters, filtering based on these before returning the result. -G On Jul 8, 2011, at 12:34 PM, Pascal Robert wrote: > Hi Dan, > > For batching, the only thing I tried was the query arguments for > sort

Re: Bug with queryDictionary?

2011-07-08 Thread George Domurot
Hi Pascal, For your dictLangue() dictionary, how about creating it from this.context().request().formValues(), then adding your langue key+value? Then update your urlPourDA to return everything up until the "?". (Not tested, but I think that should work.) -G On Jul 8, 2011, at 8:34 AM, Pasca

Re: Upgrading to Latest Wonder + DirectAction NoClassDefFoundError

2011-06-30 Thread George Domurot
> > On 30/06/2011, at 3:16 PM, George Domurot wrote: > >> I upgraded to the latest Wonder Git repo this past weekend. And, an >> interesting situation occurs when hitting a URL that has a typo in the >> action class or method names. >> >> For example: &

[SOLVED.kinda] Re: Upgrading to Latest Wonder + DirectAction NoClassDefFoundError

2011-06-30 Thread George Domurot
'd love to hear from the Wonder gods officially.) -G On Jun 29, 2011, at 10:16 PM, George Domurot wrote: > I upgraded to the latest Wonder Git repo this past weekend. And, an > interesting situation occurs when hitting a URL that has a typo in the action > class or method names. &

Upgrading to Latest Wonder + DirectAction NoClassDefFoundError

2011-06-29 Thread George Domurot
I upgraded to the latest Wonder Git repo this past weekend. And, an interesting situation occurs when hitting a URL that has a typo in the action class or method names. For example: .../wa/person ... attempts to load a model Person object, results in NoClassDefFoundError triggered at

Re: Building Wonder w/Jenkins/Hudson

2011-06-29 Thread George Domurot
27;s available > for other Jenkin's jobs to use. I have a WOProject job config.xml file too > (but it's not quite finished yet) that will then use that installed > WebObjects and WOnder to build your WO Application or Framework. > > Good luck! > > Dave > &

Building Wonder w/Jenkins/Hudson

2011-06-25 Thread George Domurot
I'm attempting to point from the old svn repo to the new git repo for building Wonder. I seem to be hitting a few snags. Are there any online docs specific for building Wonder w/Jenkins+git? Thanks, George ___ Do not post admin requests to the list. T

Re: H2 and timezones

2011-03-07 Thread George Domurot
You can use the good 'ole NSTimestampFormatter, while it is deprecated and there is probably a Java version that you should use, it works: timestampFormatter = new NSTimestampFormatter( --add your format symbols-- ); timestampFormatter.setDefaultFormatTimeZone( --add your timezon

Re: Timezone hell...

2011-03-05 Thread George Domurot
Hi Pascal, I think the problem is how you're creating the NSTimestamp. There shouldn't be any need to pass the timezone in, unless the mills are offset for some reason. (Calendar.getTimeInMillis = NSTimestamp.getTime) java.util.Calendar calendarNow = GregorianCalendar.getInstance(TimeZone.ge

Re: Mailing software

2011-02-11 Thread George Domurot
We have an email broadcast tool built into one of our apps. Currently we use two relay servers on our network for broadcasting. Some ISPs allow you to register your server with them (AOL for example), then your emails get through. If a user tags it as junk vs. unsubscribing, you get an email

Re: request._remoteAddress() returns server address instead of client address

2010-10-23 Thread George Domurot
Here's a snip of old code another WO developer shared with me many years back. It seems to work fine. Someone may want to chime in on a newer or better method of handling this. /** * Returns the IP address of the client. * This should return accurate information whether in direct

Re: [ANN] Safari Extension 0.91

2010-10-16 Thread George Domurot
Awesome. Thanks. -G On Oct 16, 2010, at 12:53 PM, ISHIMOTO Ken wrote: > Hi, > > A new version of WebObject Safari Extension is available. > > What's new? > > A download Button for Golipse, the WOLips Eclipse One > Click Installer. > > Thanks to Mike Schrag & David LeBer. > > > Also thi

Re: Golipse on github

2010-10-14 Thread George Domurot
Thank you David. It's great to have a simple installer for a couple of new folks I'm about to start training on WO. -G On Oct 11, 2010, at 11:00 AM, David LeBer wrote: > For anyone who cares: > > > > ;david > > -- > David LeBer > Codeferous Software > 'co

Re: WebObjects and HTML injection

2010-07-22 Thread George Domurot
Wouldn't a simple check on hasSession do the trick? No session = no action = pageWithName(OhNoYouDidNot) -G On Jul 22, 2010, at 9:40 AM, Patrick Middleton wrote: > > On 22 Jul 2010, at 12:49, Anjo Krank wrote: > >> Why would you "preserve" the session id when it's no longer valid? >> >> Ch

Re: Safari Extension

2010-07-14 Thread George Domurot
Nice. Thanks! -G On Jul 14, 2010, at 12:49 AM, ISHIMOTO Ken wrote: > Hi all, > > I am playing around with Safari Extensions, and made my first one. > Mostly it was made for making my Life easier with searches, but maybe other > User likes to have a WO Logo in Safari^^. > > I have tested it

Re: WebServicesAssistant

2010-06-23 Thread George Domurot
ServicesAssistant instead of your project's Application class. >> >> Dave >> >> >> On Jun 22, 2010, at 9:42 PM, George Domurot wrote: >> >>> Somehow one of our projects, when launched under Eclipse, brings

WebServicesAssistant

2010-06-22 Thread George Domurot
Somehow one of our projects, when launched under Eclipse, brings up WebServicesAssistant instead of launching in a browser. Does anyone know what triggers the launch of WebServicesAssistant? -George ___ Do not post admin requests to the list. They

Re: [OT] Restaurant recommendations at WWDC?

2010-06-07 Thread George Domurot
I believe that you're thinking Punjab. Can't remember address. On Jun 7, 2010, at 7:34 AM, John Huss wrote: Any recommended restaurants for those of us at WWDC? What was the Indian place? John ___ Do not post admin requests to the list. They will

Re: Recording the steps made by an user in an app

2010-05-27 Thread George Domurot
This might produce excessive logging for a bit, but can't you print a stack trace each time the change is made (or when it becomes null)? At least you would see exactly where in your code the call is coming from. NSLog.out.appendln(new RuntimeException("changed value...")); -G On May 27, 201

Re: WWDC? (Was: Snow Leopard, Apache 2.2, Skewed Load Balancing?)

2010-05-26 Thread George Domurot
Two geeks from out team will be there too ... more tequila shots this year? -G On May 26, 2010, at 6:18 PM, David LeBer wrote: > On 2010-05-26, at 8:55 PM, Chuck Hill wrote: > >> >> On May 26, 2010, at 5:53 PM, Mark Ritchie wrote: >> > See you about town! ;-) Are you up here enjoying

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread George Domurot
Hey Chuck, We haven't seen this in our environment. -George On May 25, 2010, at 12:21 PM, Chuck Hill wrote: > Has anyone else seen odd load balancing on Snow Leopard with Apache 2.2? I > have six instances and the load is 90% on instances 1, 3, and 5. I've tried > changing the Default load

Re: FrontBase 5

2010-01-08 Thread George Domurot
ce? > > Cheers, > Chuck > > > On Jan 7, 2010, at 5:38 PM, George Domurot wrote: > >> For what it's worth... We put OpenBase 64bit into production last month. >> It's quite nice. I think it gets a public release soon. >> >> -George >

Re: FrontBase 5

2010-01-07 Thread George Domurot
For what it's worth... We put OpenBase 64bit into production last month. It's quite nice. I think it gets a public release soon. -George On Jan 7, 2010, at 5:03 PM, Chuck Hill wrote: > Chuck knew that 5 was coming out. > > > On Jan 7, 2010, at 4:54 PM, Kieran Kelleher wrote: > >> I just wi

Re: WOWODC 2010 : call for presenters

2009-11-03 Thread George Domurot
I'll second that as well! I'm very interested in hearing/seeing your session. -G On Nov 2, 2009, at 3:48 PM, Andrew Lindesay wrote: Hello Dennis; If I am going next year then I would like to hear a session on your framework -- it sounds interesting and I have not yet had time to look a

Re: WebServerResources url for changed application nane

2009-10-26 Thread George Domurot
:51 AM, George Domurot > wrote: Oh, right, this is for embedded framework resources - d'oh. On Oct 26, 2009, at 9:39 AM, John Huss wrote: This only affects resources in Frameworks though, right? Not resources in my application itself? John On Mon, Oct 26, 2009 at 10:26 AM, George

Re: WebServerResources url for changed application nane

2009-10-26 Thread George Domurot
Oh, right, this is for embedded framework resources - d'oh. On Oct 26, 2009, at 9:39 AM, John Huss wrote: This only affects resources in Frameworks though, right? Not resources in my application itself? John On Mon, Oct 26, 2009 at 10:26 AM, George Domurot > wrote: Hi John. Here&

Re: WebServerResources url for changed application nane

2009-10-26 Thread George Domurot
Hi John. Here's a code snip that I've been using in my Application constructor. Other folks may have a different, or better, solution. (assume you've, placed a empty file named 'empty' in your resource folder) if (runningUnderDeployment()){ String resourceURL = resourceManager().pathURL

Re: Component design question

2009-10-25 Thread George Domurot
Hey Pascal. I'm about to undertake the identical task for a new site we are rolling out. Let me know if I can help out. -George -- George Domurot geo...@boxofficetickets.com On Oct 25, 2009, at 1:03 PM, Pascal Robert wrote: I'm working on my WOTwitter tutorial and I have a ques

Re: Backtrack and re-submit WOSubmitButton behaviour

2009-09-28 Thread George Domurot
John, I think you're probably hunting in the wrong place. Your on- screen controls work, if you click Edit Billing Details, you see that the box was unchecked --- the value didn't change. If you then uncheck and proceed forward, it works fine. Is this a single component that you are updati

Re: Session... when are they created?

2009-08-10 Thread George Domurot
ession, calling an action create another session (and context.hasSession says that there is no session... so.. it seems like I'm losing a session).. Francesco On 07/ago/09, at 16:16, George Domurot wrote: Take a looks at this page: http://wiki.objectstyle.org/confluence/display/WO/Debugging+t

Re: Session... when are they created?

2009-08-07 Thread George Domurot
Take a looks at this page: http://wiki.objectstyle.org/confluence/display/WO/Debugging+the+Request-Response+Loop In particular, update your session constructor to monitor exactly where/when sessions are being created (see code snip on page). There are cases where you end up lazily creating s

Re: [OT] Really quick WebObjects-Cocoa Touch crossover question

2009-08-01 Thread George Domurot
Cocoa is OO, and you can create reusable elements. For example, you can easily create a reusable UITableViewCell that takes an object to create all the necessary display content you want in the cell. The apps I've written are mostly coded outside of IB. However, I would think you should s

Re: WOLongResponsePage issues

2009-07-24 Thread George Domurot
Shravan, do you have a custom page wrapper that is performing and special tricks? If you have a simple example working, try taking an exact duplicate of the example and using it within your project. Make sure you don't add any additional code or components, and make sure it still works as

Re: Snow Leopard compatibility and the future of webobjects

2009-06-13 Thread George Domurot
Speaking of contributing. While we are digging into several new projects, we would like to start adding and editing content on the wiki. I can't seem to find an area to create an account. A couple folks (David/Chuck) mentioned an area where this can be done. If someone would chime in on

Re: Snow Leopard / iPhone SDK 3.0 / WebObjects Install / Labs

2009-06-09 Thread George Domurot
Maybe so... and the Lab sessions dates/times? On Jun 9, 2009, at 12:20 PM, David Avendasora wrote: I'm not there, but I'm guessing this is an NDA subject that shouldn't be discussed on this list. (unfortunately!) Dave On Jun 9, 2009, at 3:14 PM, George Domurot wrote:

Snow Leopard / iPhone SDK 3.0 / WebObjects Install / Labs

2009-06-09 Thread George Domurot
Is it safe to install the new SDK w/WO install option? Any official word on dev+SnowLeo? Any official WO Lab sessions dates/times during WWDC? -G -- George Domurot geo...@boxofficetickets.com ___ Do not post admin requests to the list. They will

Re: [WWDC] Any supper plans for Monday?

2009-06-08 Thread George Domurot
Thirsty Bear works On Jun 8, 2009, at 6:18 PM, Chuck Hill wrote: On Jun 8, 2009, at 6:08 PM, David LeBer wrote: As to where to go... no idea. Indian food? :-P AAAHHAAAHH! Wait I... AHH! OK I think I'm HAAAHAA! ...sob... Or not. Chevy's? Not great food but they usua

  1   2   >