Re: WOCommunity membership and goals

2013-02-09 Thread doug andrews
I'd would do at least the regular membership fee. On Feb 7, 2013, at 7:59 AM, Pascal Robert wrote: > Hello everyone, > > Based on the feedback we have so far in the surveys (if you haven't answered > the 2013 surveys, please do it in the next 7 days), we established a list of > goals for 2013

Re: WOCommunity Association is now a non-profit corporation

2013-02-09 Thread doug andrews
I would definitely be willing to donate as well. This is a great idea. I've been helped (bailed) out by this community more times that i'd like to remember. -Doug On Feb 4, 2013, at 10:24 AM, Jean Pierre Malrieu wrote: > A very good step (the asso) and a very desirable goal! Thanks Pascal, Chuc

Re: How to target older ava

2012-10-02 Thread doug andrews
Never mind. I've got it figured out. I had some Wonder stuff in there, which I don't think is compatible with java 1.4. On Oct 2, 2012, at 3:23 PM, doug andrews wrote: > Is it possible to deploy an application compiled with java 6 on a machine > running java 1.4? > I hav

How to target older ava

2012-10-02 Thread doug andrews
Is it possible to deploy an application compiled with java 6 on a machine running java 1.4? I have both Java 6 and 4 on my machine. I have a test application created using the Eclipse ant build while running java 6. I force the app to use java 1.4 when deployed by modifying the MacOS class path

Re: Windows deployment problem

2012-06-25 Thread doug andrews
Thanks Markus, that solved the problem! I don't think I would have figured that one out. Thank you all for your help. -Doug On Jun 25, 2012, at 4:15 PM, Markus Stoll wrote: > Hi, > > overwrite in your Application class the method "adaptorExtensions()", using > this fragment: > > >priva

Re: Windows deployment problem

2012-06-25 Thread doug andrews
, 2012, at 2:15 PM, Chuck Hill wrote: > Did you try launching with > -DWOAdaptorURL=http://hostname/scripts/WebObjects.exe > > > On 2012-06-22, at 6:29 AM, doug andrews wrote: > >> I have a small test WebObjects app I am trying to deploy on Windows. (XP >> and Win

Re: Windows deployment problem

2012-06-22 Thread doug andrews
main page. Can anyone see anything wrong that i'm doing? On Jun 22, 2012, at 9:29 AM, doug andrews wrote: > I have a small test WebObjects app I am trying to deploy on Windows. (XP and > Windows 2003) > Both machines running java 7. > I've embedded the WO 5.4 framewo

Windows deployment problem

2012-06-22 Thread doug andrews
tings in this file to match the values in the 5.2 framework with no results. I'm using the original WebObjects.exe in the scripts folder that installs with WO 5.2. Do I need a newer one? Does anyone know how I can get the ".exe" to show up in the html?

Re: Can not launch WOnder app / was: WOnder install fails

2012-06-19 Thread doug andrews
I'm getting this exact same error. Did you ever figure it out? On Oct 9, 2010, at 11:11 AM, Alexander Spohr wrote: > Hi list, > > if I try to run a fresh WOnder application I get this Stack: > > Thread [main] (Suspended (exception AbstractMethodError)) > NSNotificationCenter.addObse

Re: Custom Entity Classes

2012-06-18 Thread doug andrews
OK. Thanks for the info Ramsey. On Jun 18, 2012, at 3:09 PM, Ramsey Gurley wrote: > > On Jun 18, 2012, at 11:42 AM, doug andrews wrote: > >> Our app currently does not use any of the Wonder frameworks at all. (It's >> big and was written over 10 yea

Re: Custom Entity Classes

2012-06-18 Thread doug andrews
Context() > > anywhere. > > On Jun 15, 2012, at 4:37 PM, John Larson wrote: > >> always lock, try, finally unlock. Always. >> >> Always. >> >> John >> >> Sent from my iPhone >> >> On Jun 15, 2012, at 11:33 AM, doug andrews

Re: Custom Entity Classes

2012-06-15 Thread doug andrews
OK. I will look into the locking. Back to the commandments. Thanks. On Jun 15, 2012, at 12:11 PM, Chuck Hill wrote: > Hi Doug, > > On 2012-06-15, at 8:50 AM, doug andrews wrote: > >> OK, I'm not sure why this works, but it seems to patch the problem. >> &g

Re: Custom Entity Classes

2012-06-15 Thread doug andrews
ut.println(custEO.address().zip()); But these lines won't. Address addEO = custEO.address(); System.out.println(addEO.zip()); Does anyone know why this would be? I'd like to fix this in my entity classes instead of patch the code everywhere the key path goes more that one deep. On Ju

Re: Custom Entity Classes

2012-06-09 Thread doug andrews
I think we're breaking one or more commandment. I see if that fixes our issue. Thanks. On Jun 8, 2012, at 8:34 PM, Chuck Hill wrote: > Hi Doug, > > > On 2012-06-08, at 9:35 AM, doug andrews wrote: > >> Most of my entities are of class EOGenericRecord. >> I do

Custom Entity Classes

2012-06-08 Thread doug andrews
Most of my entities are of class EOGenericRecord. I do have a few custom entity classes that extend EOGenericRecord. Sometimes, not always, the accessor methods for the "to one" relationships return null, even though I know the relationship exists. This usually only occurs when the app has 70 o

EOEntity question.

2012-06-05 Thread doug andrews
In one model, I have two entities that reference the same table. One entity exposes attributes that the other does not. One entity has a custom class, the other's class is EOGenericRecord. Neither entity has a parent. This is old code with a lot of lines, so removing one of the entities is not an

Re: 5.4.3 on Windows

2012-05-09 Thread doug andrews
bjects.exe/BatchUpdate.woa/-2005 On May 8, 2012, at 6:50 PM, Chuck Hill wrote: > > On 2012-05-08, at 7:16 AM, doug andrews wrote: > >> Still no luck. > > How did you set it? > > You can print this out from your Application to check it: > System.out.printl

Re: 5.4.3 on Windows

2012-05-08 Thread doug andrews
; It sounds like your WOCGIAdaptorURL property is still set to the default. > > See: > > > > http://developer.apple.com/legacy/mac/library/#documentation/WebObjects/WOAppProperties/Articles/ApplicationProperties.html#//apple_ref/doc/uid/TP40005337-SW1 > > > > Chuck >

Re: 5.4.3 on Windows

2012-05-08 Thread doug andrews
s/ApplicationProperties.html#//apple_ref/doc/uid/TP40005337-SW1 > > Chuck > > > On 2012-05-07, at 8:53 AM, doug andrews wrote: > >> Hello. >> >> I am trying to upgrade a Window WO 5.2 deployment to 5.4.3. >> I've followed the instructions (I think

5.4.3 on Windows

2012-05-07 Thread doug andrews
/MyApp.woa/1/wo/SYVvbqGRtOUyZEHxkzpoQw/0.1 (Note the missing .exe) Does this problem look familiar to anyone? -Doug Andrews -Mediaspan Software smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobje

Re: Snow Leopard and WebObjects

2009-11-16 Thread doug andrews
Thanks Chuck, that was it. The 5.4.3 installation did not fully install. Once it did, i was able to get javamonitor running. On Nov 16, 2009, at 5:12 PM, Chuck Hill wrote: On Nov 16, 2009, at 1:55 PM, doug andrews wrote: I have a new 64-bit mac mini with Snow Leopard that i am trying

Snow Leopard and WebObjects

2009-11-16 Thread doug andrews
I have a new 64-bit mac mini with Snow Leopard that i am trying to deploy an app using javamonitor. Im not clear on the deployment path here. I've installed xcode 3.2.1 and also WebObjects 5.4.3. Neither wotaskd.woa or JavaMonitor.woa were installed, so i copied them from a machine running ti

Re: Snow Leopard deployment

2009-07-22 Thread doug andrews
source) on a 64 bit apache (from apple). Maybe your apache module was compiled against a different apache version? Did you try another (old) machine as web server? David Wetzel Am 08.07.2009 um 22:13 schrieb doug andrews: Whenever i try access a URL in the form of http://hostname/cgi- bin

Re: Out of memory on command line build.

2009-07-10 Thread doug andrews
That did the trick. Thanks Chuck. On Jul 10, 2009, at 3:22 PM, Chuck Hill wrote: On Jul 10, 2009, at 12:16 PM, doug andrews wrote: I'm moving a large project from Xcode to Eclipse/WOLips. Within the IDE, i can compile and build fine. I am having difficulty compiling through the co

Out of memory on command line build.

2009-07-10 Thread doug andrews
I'm moving a large project from Xcode to Eclipse/WOLips. Within the IDE, i can compile and build fine. I am having difficulty compiling through the command line though. Entering: ant -lib /Developer/Applications/eclipse/plugins/ org.objectstyle.wolips.woproject.ant_3.3.5047/lib/woproject.jar com

Re: Snow Leopard deployment

2009-07-08 Thread doug andrews
ried WebObjects deployment on OS 10.6 yet, or seen this error before? -Doug Andrews ___ 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 Sub

Snow Leopard deployment

2009-07-08 Thread doug andrews
web server log is: child pid exit signal Segmentation fault (11) Is there something wrong with my wo adaptor? Has anyone tried WebObjects deployment on OS 10.6 yet, or seen this error before? -Doug Andrews ___ Do not post admin requests to the

Re: Unable to create page 'IIxrY0tStknjYQDhjDa6s0'

2007-07-06 Thread Doug Andrews
I've hit this as well. I think its the result of a web crawler. (spider, bot, etc..) If you're running Apache, create the file "robots.txt" in your document root folder. The contents to be: User-agent: * Disallow: / Most bots will respect this file and go away. On Jul 6, 2007, at 12:33 PM

Odd MacOSClassPath.txt

2007-05-01 Thread Doug Andrews
I am using xcode 2.4.1 to build my project. I recently started using a different machine to build. I've look and cannot find why it generates the following for the MacOSClassPath file: # JVM == java # JVMOptions == # JDB == jdb # JDBOptions == # Applicatio

Re: Get fetched raw row into an editing context

2007-04-25 Thread Doug Andrews
Assume these exist: EOEditingContext ec and NSDictionary rawRow; To create an EOEnterpriseObject that represents this rawRow and is registered with ec: EOEnterpriseObject myEO = ec.faultForRawRow(rawRow,"your entity name"); but like Chuck said, it will go back to the database. On Apr 25,

Re: Does WebObjects use Java 1.5?

2007-03-22 Thread Doug Andrews
System.getProperty("java.version") should return the version WO is using. On Mar 21, 2007, at 9:52 AM, Christian Telepski wrote: Thanks for the help! Is there some way finding out wich version is running under WO other then checking with the DB-Plugin? Wich other possibilities are there

Document style webservice

2006-08-16 Thread Doug Andrews
? -Doug Andrews -Mediaspan Software -Ann Arbor, MI ___ 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.com/mailman

Re: Automatic operation at application statup - once for each instance

2006-03-22 Thread Doug Andrews
You could add an argument into JavaMonitor for one instance but not the others. (-mainInstance TRUE) Retrieve this property within your code with System.getProperty("mainInstance") On Mar 22, 2006, at 8:32 AM, François Reboursier wrote: Hi list, I perform some maintenance oper

Re: OutOfMemoryError during compile

2006-03-20 Thread Doug Andrews
Other Java Compiler Flags Chuck On Mar 20, 2006, at 1:12 PM, Doug Andrews wrote: We use XCode to develop our WebObjects application. Recently, we've gotten the following error when trying to compile. The system is out of resources. Consult the following stack trace for de

OutOfMemoryError during compile

2006-03-20 Thread Doug Andrews
7;t figure this out. When i try to compile with the command line using javac, i get the same error. Doing some research, i've found that if i add "-J-mx512m" as a command line option to javac, i don't get the memory error. Is there any way i can configure XCode to use this opt

root vrs appserver

2005-11-01 Thread Doug Andrews
Is there anyway to control what user JavaMonitor runs as? On 10.3 and 10.4 it runs as appserver. I read a suggestion that if i change the owner of the following 2 files to System, javamonitor will run as root: /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd and System/Library/