[OT] Thanks for the memories …

2008-10-11 Thread Art Isbell
So I am signing off webobjects-dev and webobjects-deploy. It has been a genuine pleasure to associate virtually with so many truly talented and generous people. Few outside this community can really appreciate the experience. Lycka till! Aloha and hej då, Art Isbell smime.p7s

Re: Static Resources? - WAS Re: WebObjects/WOnder CSS and Image path issues

2008-09-08 Thread Art Isbell
On Sep 3, 2008, at 3:23 PM, Andrew R. Kinnie wrote: Well, whichever version of 5.4 that comes with the iPhone SDK final. Not sure how to easily find out. From : Open /System/Library/Frameworks/JavaWebObjects.framework/Resources/ version

Re: Fetching data in WOLongResponsePage

2008-08-29 Thread Art Isbell
On Aug 29, 2008, at 6:43 PM, Art Isbell wrote: On Aug 29, 2008, at 6:25 PM, Chuck Hill wrote: What is the fetchTimestamp of the EC in the main thread? If it is older than the objects being returned and their related objects, it should not fetch. I increased the default fetch timestamp

Re: Fetching data in WOLongResponsePage

2008-08-29 Thread Art Isbell
On Aug 29, 2008, at 6:25 PM, Chuck Hill wrote: What is the fetchTimestamp of the EC in the main thread? If it is older than the objects being returned and their related objects, it should not fetch. I increased the default fetch timestamp lag to see whether that was the problem. Doing

Fetching data in WOLongResponsePage

2008-08-29 Thread Art Isbell
I have an app that requires a series of large, slow fetches to produce one of its responses. These fetches are causing unacceptable delays in returning this response. I am unable to improve the fetch speed, so I need to provide feedback to the user during this fetch delay. WOLongRespo

Re: NSRecursiveLock.lock() causing deadlock??

2008-08-28 Thread Art Isbell
On Aug 28, 2008, at 2:12 AM, Dov Rosenberg wrote: Could the difference in EOEditingContexts cause a second EOCooperatingObjectStore to be added? If you're asking this question to try to understand why addCooperatingObjectStore() is being invoked, my sense (which may be incorrect) is tha

Re: broken pipe?

2008-08-28 Thread Art Isbell
On Aug 28, 2008, at 3:43 AM, David Avendasora wrote: Then it is likely the browser timing out instead of the user clicking something. EIther way the pipe between the browser and the server has gone down. Or it could be the WO HTTP adaptor timing out when it doesn't receive a response fro

Re: NSRecursiveLock.lock() causing deadlock??

2008-08-27 Thread Art Isbell
On Aug 27, 2008, at 4:42 PM, Dov Rosenberg wrote: Would this cause a lock to be held that would bring down the entire app after awhile? Without knowing exactly what locks are involved, I can't say with 100% certainty, but a lock involving an EODatabaseContext seems pretty central to the

Re: NSRecursiveLock.lock() causing deadlock??

2008-08-27 Thread Art Isbell
On Aug 27, 2008, at 3:47 PM, Dov Rosenberg wrote: I am not sure why a cooperating object store is being added. "http-10042-Processor46" nid=59971 state=WAITING - waiting on <0xcb1792> (a com.webobjects.foundation.NSRecursiveLock) - locked <0xcb1792> (a com.webobjects.foundation.NSRe

Re: Getting Eclipse to build a project imported from CVS

2008-08-27 Thread Art Isbell
On Aug 27, 2008, at 9:38 AM, Roger Perryman wrote: On Aug 27, 2008, at 2:43 PM, Art Isbell wrote: Uncheck Team > CVS > Files and Folders > Prune empty directories. Thanks for the tip. Actually, a better tip is to leave "Prune empty directories" checked

Re: Getting Eclipse to build a project imported from CVS

2008-08-27 Thread Art Isbell
On Aug 27, 2008, at 8:15 AM, Chuck Hill wrote: On Aug 27, 2008, at 10:03 AM, Roger Perryman wrote: Since there have already been several delays due to the whole conversion process, I decided to stick with CVS for now. It took about 10 minutes to get CVS working. I checked in the converted

Re: Compiling mod_WebObjecs on Leopard

2008-08-25 Thread Art Isbell
On Aug 24, 2008, at 11:41 PM, Atli Páll Hafsteinsson wrote: I am trying set up mod_WebObjects on my Leopard dev machine, compiling the .so works fine but when apache tryes to load the module it complains: 8/25/08 9:38:23 AM org.apache.httpd[95028] httpd: Syntax error on line 484 of /priva

Re: Problems disabling direct connect mode

2008-08-18 Thread Art Isbell
On Aug 18, 2008, at 5:06 PM, Greg Hulands wrote: I'm trying to setup my development machine to not have direct connect mode. I have followed the steps on the wiki: http://wiki.objectstyle.org/confluence/display/WO/Development+Tools-Running+Through+Apache I get at 403 Forbidden error You don't

Re: When importing examples I am getting following errors

2008-08-11 Thread Art Isbell
On Aug 11, 2008, at 7:50 PM, Scott Blomenkamp wrote: I have installed xcode 3.1 on 10.5.4 and checked java version. I installed Eclipse per http://wiki.objectstyle.org/confluence/display/WO/WO+5.4+Getting+Started upon importing the examples I get these errors and other warnings. Most of t

Re: Exception only when framework is embedded

2008-08-07 Thread Art Isbell
On Aug 7, 2008, at 5:00 PM, Chuck Hill wrote: On Aug 7, 2008, at 7:06 PM, Art Isbell wrote: For some reason, a wocommon.Session is being created rather than a waldo.Session when the WOCommon framework is embedded. WTF?! Indeed. I just had the opposite problem: it would not run in

Exception only when framework is embedded

2008-08-07 Thread Art Isbell
Eclipse 3.3.2 WOLips 3.3.5281 Mac OS X 10.5.4 WO 5.3.3 frameworks and /Library/WebObjects/Extensions OK, I'm at wit's end (or maybe half-wit's or dimwit's end :-) A non-WOnder app, Waldo, depends on a non-WOnder framework, WOCommon. The WOCommon framework defines a class wocommon.Ses

Re: "old" dob

2008-08-06 Thread Art Isbell
On Aug 6, 2008, at 5:15 PM, Chuck Hill wrote: On Aug 6, 2008, at 8:10 PM, Dan Faber wrote: I am having trouble saving the date of birth of "old" people. There seems to be something wrong with any date before 4/1/1918. When we try to save a birthdate that is before that date, it is saved aft

Re: OT : Broken xCode Debugger

2008-08-05 Thread Art Isbell
On Aug 5, 2008, at 2:53 PM, Owen McKerrow wrote: Under that Targets Settings Expert View I have JAVA_DEBUGGER = jdb I believe thats right, is it ? That part's correct, but when you double-click the executable in the Executables section of Groups & Files, you should see a pop-up button

Re: OT : Broken xCode Debugger

2008-08-05 Thread Art Isbell
On Aug 5, 2008, at 2:40 PM, Owen McKerrow wrote: Upon launching my Project today the debugger has stopped working as it should. As in it is ignoring break-points, only for one project and only for one target ( the project has several for doing different builds for different clients ). I can

Re: Unable to release locks held by deallocated EOEditingContext

2008-07-25 Thread Art Isbell
On Jul 25, 2008, at 4:41 PM, Joe Moreno wrote: I'm not quite sure what is causing these exceptions which I cannot consistently reproduce. [2008-07-22 14:47:10 PDT] Unable to release locks held by a deallocated EOEditingContext. [2008-07-22 14:47:10 PDT] java.lang.IllegalStateException:

Re: Problem with webobjects - tag occurred before another tag

2008-07-22 Thread Art Isbell
On Jul 22, 2008, at 4:48 AM, Mersida Kurti wrote: The rest of them are something like In the WOD, there is no key Used to work fine with 5.2, now that I'm in webobjects 5.4 seems like something is off. Anyone seen this before? Yes. If you have bound to a dictionary variable with a di

Re: XCode migration

2008-07-21 Thread Art Isbell
On Jul 21, 2008, at 7:00 AM, Eleni Manou wrote: I am trying to use migration tool. Following the written instruction when run I get Starting the importation process... java.lang.Exception: Unable to the "pbprojectdump" binary. at ca.os.migrations.XCodeToEclipse.loadConfig(XCodeToEclipse.java

Re: Back To Basics : Databases Active Editing Context

2008-07-06 Thread Art Isbell
On Jul 6, 2008, at 3:49 PM, Owen McKerrow wrote: OK so we think we probably screwed up implementing MultiLockManager somehow, so heres a couple of more questions to make sure all of our bases are covered : In Session's sleep we have ( terminate looks exactly the same except of course its

Re: [OT] Objective-c library that would resemble EO talking to SQLite

2008-07-06 Thread Art Isbell
On Jul 6, 2008, at 8:04 AM, Baiss Eric Magnusson wrote: There is no on the iPhone, are there any suggestions? GNUstep has an open-source NSUndoManager (and much more) that might suffice. Aloha, Art ___ Do not post admin requests to the list.

Re: [ANN] WO 5.4.2 javadoc tarball

2008-07-03 Thread Art Isbell
On Jul 3, 2008, at 3:17 PM, Gaastra Dennis - WO Lists wrote: When will we get something most civilized like: WebObjects Update 5.4.1 for Mac OS X 10.5 152.9 MB2008-13-08 WebObjects 5.4.1 is an update release for the version of WebObjects included in the Mac OS X Leopard tools. This re

Re: EOEditingContext in Application

2008-07-01 Thread Art Isbell
On Jul 1, 2008, at 2:18 AM, Drew Thoeni wrote: However, in the docs referenced below, it seems to say use something like this in the session: public NSArray languageList() { return (NSArray )EOUtilities .objectsWithFetchSpecificationAndBindings( defaultEditingContext(), "Lang

Re: EOEditingContext in Application

2008-06-30 Thread Art Isbell
On Jun 30, 2008, at 5:25 PM, Drew Thoeni wrote: So, if I want to make efficient use of memory by storing these rarely changing code table lists in the application, how does one go about storing them in an EC that the sessions can get to? EOSharedEditingContext. See < http://developer.appl

Re: Problems deploying app on Leopard server

2008-06-26 Thread Art Isbell
On Jun 26, 2008, at 4:26 AM, Yves Selliez wrote: I don’t know if that may help you, but what is sure is that you should modify your woapp with this set of permission : chown -R appserver:appserveradm yourapp.woa chmod -R 755 yourapp.woa For me the group “appserverusr” (as written somewhere)

Re: Apache2.2 Adaptor?

2008-06-20 Thread Art Isbell
On Jun 20, 2008, at 5:07 PM, James Cicenia wrote: I have another problem is that I had copied over my old webobjects from my previous laptop to my then new leopard laptop. If you didn't install Xcode tools including WO on your new laptop, you may be missing more than just the HTTP adaptor.

Re: Split Install Question vs. Direct Connect vs. Dev vs. Deploy

2008-06-20 Thread Art Isbell
On Jun 20, 2008, at 6:41 AM, James Cicenia wrote: I decided to go non-direct as maybe that was causing my problems but now it doesn't look as though apache is seeing my webobjects adaptor include statement? I saw this useful wiki: http://en.wikibooks.org/wiki/Programming:WebObjects/Developme

Re: Safari timeout

2008-05-30 Thread Art Isbell
On May 30, 2008, at 2:07 PM, Ricardo Parada wrote: I connect to my WO application using Safari. My WO application is connected to a remote database. So my app runs slow. As a result of this Safari is giving me a timeout error saying that the server is not responding. I had set a preferenc

Re: Entity Modeler String Data Types

2008-05-28 Thread Art Isbell
On May 28, 2008, at 4:58 PM, Steve Peery wrote: In Entity Modeler, what is the difference between the String data types and when should they be used? String/Stream - String String (RTRIM) - String c String - String S From the old EOModeler documentation on Value Types: In EOModele

Re: Webobjects and WOLips images

2008-05-27 Thread Art Isbell
On May 27, 2008, at 12:06 PM, Don Lindsay wrote: I need Webobjects and WOLips images to place in my installation that I am building. Is there a place where I can get these types of images? Take a look at /Library/WebServer/Documents/WebObjects/Frameworks/ JavaWOExtensions.framework/WebS

Re: WO problem on Windows Server 2003

2008-05-16 Thread Art Isbell
On May 16, 2008, at 9:37 AM, Robert Walker wrote: I thought the same thing and asked our system admin if they were running a firewall. They say they aren't, but that definitely sounds like what's going on here. I'll double check with them to make sure. Do you have any better luck with http

Re: WO problem on Windows Server 2003

2008-05-16 Thread Art Isbell
On May 16, 2008, at 9:22 AM, Robert Walker wrote: I need some help with a problems deploying an application to a Windows 2003 Server box. WO seems to be running fine and we install a very simple WO test application that seems to be starting and running fine. But, when trying to connect dire

Re: Application became sluggish when deployed on 5.4

2008-05-11 Thread Art Isbell
On May 11, 2008, at 3:00 AM, Gennady Kushnir wrote: but i have no idea about neither profiler nor jstack what are they and where i can get them (preferably with some documentation) jstack is a command-line utility included with Java 1.5 (man jstack). Aloha, Art ___

Re: WOLips deployment problems

2008-05-08 Thread Art Isbell
On May 8, 2008, at 10:05 AM, Jaime Magiera wrote: I searched the archives, read the doc (http://wiki.objectstyle.org/confluence/display/WOL/Deploy+a+WO+Application ), and tried both methods of building. The framework it uses it in the correct location. I did permissions 777 everywhere just to

Re: Unable to release locks when using MultiECLockManager

2008-04-29 Thread Art Isbell
On Apr 29, 2008, at 4:47 PM, Owen McKerrow wrote: I remember discussing MultiECLockManager on list last year with chuck Hill ( http://lists.apple.com/archives/Webobjects-dev/2007/Apr/msg00609.html ) who pointed out that he'd tweaked MultiECLockManager inside his GVCWOExtensions framework.

Re: Unable to release locks when using MultiECLockManager

2008-04-29 Thread Art Isbell
On Apr 29, 2008, at 3:25 PM, Owen McKerrow wrote: public void sleep() { // Need to check as this gets called after terminate() when logging out synchronized (ecLockManager) { if (ecLockManager().isLocked()) { ecLockManager().unlock(

Re: Unable to release locks when using MultiECLockManager

2008-04-29 Thread Art Isbell
On Apr 29, 2008, at 2:24 PM, Owen McKerrow wrote: Sorry all, I should have specified that further. Has anyone seen it whilst using MultiECLockManager ? No, but you must use MultiECLockManager correctly. Are you invoking MultiECLockManager.unlock() in Session.sleep() before any statement

Re: How to figure out what version of WO

2008-04-28 Thread Art Isbell
On Apr 28, 2008, at 1:55 PM, Don Lindsay wrote: How do I figure out what version of WebObjects I am running? At runtime starting with WO 5.4: WOApplication.getWebObjectsVersion(). Otherwise, . Aloha, Art

Re: Convenience functions in model classes

2008-04-10 Thread Art Isbell
On Apr 10, 2008, at 3:46 PM, Jeff Schmitz wrote: // Question 1: Does a function like this really belong down in my EO class. // There's something about doing the actual Fetches in this class that rubs // me the wrong way, however I don't want to put it in my Component classes //

Re: Leaving WebObjects

2008-04-08 Thread Art Isbell
On Apr 8, 2008, at 11:45 AM, Guido Neitzer wrote: On 08.04.2008, at 15:07, Chuck Hill wrote: Windows is not an officially supported platform. There is the matter of a web server adaptor on Windows. There are options, but it is not a supported, out of box experience. Is it on Mac OS X?

Re: an interesting lockRowComparingAttributes:

2008-04-02 Thread Art Isbell
On Apr 2, 2008, at 7:38 AM, David Avendasora wrote: Couldn't this be the same problem though? If the SELECT ... FOR LOCK can't find any rows that have fields with values that match exactly with what the DB has, then it wouldn't get any rows either. No? Maybe, but I think Chuck's point is

Re: Adaptor problems in Eclipse. No Instance Available

2008-04-02 Thread Art Isbell
On Apr 2, 2008, at 9:56 AM, Helmut Schottmüller wrote: since a few hours my WO httpd adaptor seems to be broken. I'm getting getting constant "No Instance Available" messages when I am trying to run my projects with webserver connect from Eclipse. If a "No instance available" response occu

Re: Why no 1to1 relationships?

2008-04-02 Thread Art Isbell
On Apr 2, 2008, at 9:52 AM, Sacha Michel Mallais wrote: It is definitely possible to have an optional to-one, just not one where the FK is also the PK. But if the FK isn't the PK, then the FK isn't guaranteed to be unique. But it must be unique because it joins with the PK of another o

Re: Locking Session.defaultEditingContext() Question

2008-04-02 Thread Art Isbell
On Apr 2, 2008, at 9:10 AM, Chuck Hill wrote: What the LockScreamingEditingContext won't tell you is when you are using the EC but it is NOT locked. Unless you are doing the locking using ERXEC and friends or the MultiECLockManager (whatever its real name is), there is a very good chance

Re: Why no 1to1 relationships?

2008-04-02 Thread Art Isbell
On Apr 2, 2008, at 8:45 AM, Robert Walker wrote: Yes, it is possible to create one-to-one relationships, joined on the primary keys. One side of the relationship will need "Propagates primary key," as has been mentioned. I just wanted to add one caveat to this configuration: The relations

Re: derby examples

2008-03-31 Thread Art Isbell
On Mar 30, 2008, at 10:12 PM, Francois Bientz wrote: Should the EO (Derby) examples work for WO5.4.1 ? I was able to get the ThinkMovies example to work, but it wasn't straightforward. The example project build paths and jar dependencies were incorrect. The name of the Derby bin directo

Re: SQL Query from EOFetchspecification

2008-03-27 Thread Art Isbell
On Mar 27, 2008, at 12:15 AM, [EMAIL PROTECTED] wrote: Could some one assist me in generating the sql query from the EOFetchSpecification object? You should be able to get there by creating an EOSQLExpressionFactory object, sending it a selectStatementForAttributes() message, and sending

Re: WebObjects and Xcode

2008-03-24 Thread Art Isbell
On Mar 23, 2008, at 10:24 PM, E Michael Randle wrote: I have Leopard 10.5.2 with Xcode 3.1(Beta), iPhone SDK just installed. I can't find a WebObjects template to create a webobjects java web application. What am I missing? Eclipse/WOLips (

Re: WOPopUpButton queston

2008-03-23 Thread Art Isbell
On Mar 23, 2008, at 5:45 PM, Gustavo Pizano wrote: I hadn't think about hwat you said, but you definelty right, I can get rid o the getters and setters off, I will only need a Person attribute, When surprises occur, I have found that I need to be able to debug when an attribute's value i

Re: Help with this db design

2008-03-23 Thread Art Isbell
On Mar 22, 2008, at 7:09 PM, Guido Neitzer wrote: So add a unique constraint on the database level (to be safe) and check for this condition in code (validateForSave) before saving to the database. Just use a compound primary key like a join entity, both being propagated from the entiti

Re: Fetching a specified Object.

2008-03-22 Thread Art Isbell
On Mar 22, 2008, at 12:59 PM, Gustavo Pizano wrote: Hello. I have in my db some convocations with a state. (false, true) , I wanna fetch the one-ones which state its true. how to do this. I was thinking in doing hte following 1 -EOQualifier qual = Convocation.STATE.eq(true), but thtat retun

Re: Using Design Patterns ???

2008-03-22 Thread Art Isbell
On Mar 22, 2008, at 12:17 PM, Gustavo Pizano wrote: To Use or not TO use Design pattern?? I mean should I implement something like a DAO which will be in charge to communicate with EO's, or should I make this directly from the .java of the components.?? WO encourages the Model-View-C

Re: db Model and EOModel

2008-03-22 Thread Art Isbell
On Mar 22, 2008, at 4:07 AM, James Cicenia wrote: But is there a rule of thumb about which attributes should have it turned on, and, why when you create an attribute it is always on? You shouldn't use any attribute for locking that may not match in a where clause only due to rounding, tru

Re: Better start with Wonder than WO

2008-03-20 Thread Art Isbell
On Mar 20, 2008, at 10:34 AM, David LeBer wrote: On 20-Mar-08, at 4:27 PM, Gustavo Pizano wrote: :( now im lost. GUS PS: what would be the reason for using wonder? Short list?: Ajax.framework - Ajax the WebObjects way ERXGenericRecord - will* methods plus much much more Auto EOEditingCont

Re: Simple Stuff Help

2008-03-15 Thread Art Isbell
On Mar 15, 2008, at 12:07 PM, Gustavo Pizano wrote: these methots are in the session.java... is it good idea to have them there? The scope of the Application object is the entire application including all Sessions and their WOComponents. So the Application object is a good location for

Re: Proble with tutorial

2008-03-10 Thread Art Isbell
On Mar 10, 2008, at 6:09 PM, Chuck Hill wrote: /Library/FrontBase In /Library/Frameworks: FrontBasePlugIn.framework FBAccess.framework In /Library/StartupItems: FrontBase FrontBaseWeb And if you copied the FrontBase JDBC driver, frontbasejdbc.jar, to somewhere on the WO Java class path,

Re: Question here

2008-03-10 Thread Art Isbell
On Mar 10, 2008, at 11:20 AM, David LeBer wrote: On 10-Mar-08, at 5:04 PM, Gustavo Pizano wrote: Body : WOBody { framework = "WOExamplesHarness.framework"; filename = "aqua_bg.jpg"; newBinding = onLoad; } This should be: Body : WOBody { framework = "WOExamplesHarness.framework";

Re: Compiling WO project in Xcode 3

2008-03-06 Thread Art Isbell
On Mar 6, 2008, at 10:19 AM, Gennady Kushnir wrote: As I know Xcode does not allow to create new WO projects but should be able to work with existing projects. But when I tried to build and my project I bumped into ClassLoadedException: "Application" class not found When I had a look at build

Re: Lifebeat

2008-03-04 Thread Art Isbell
On Mar 4, 2008, at 11:55 AM, Chuck Hill wrote: On Mar 4, 2008, at 1:34 PM, Robert Walker wrote: In the case that the delay is caused by the connection to the database, would the instance lock waiting on the response? Isn't the EOF stack essentially single threaded anyway? Yes, unless the

Re: WebObjects 5.4 Webservices and arrays deserializer

2008-02-29 Thread Art Isbell
On Feb 28, 2008, at 10:50 PM, Kristof Cossement wrote: I copied the system frameworks into my xcode project and removed the system frameworks from my project. The code compiles, but does not run: java.lang.NoClassDefFoundError: com/webobjects/appserver/WOApplication Generated classpath: /

Re: WebObjects 5.4 Webservices and arrays deserializer

2008-02-28 Thread Art Isbell
On Feb 28, 2008, at 7:57 PM, Kristof Cossement wrote: We experience a major problem porting our WebObjects application from OSX 10.4.x(WebObjects 5.3) to OSX 10.5.x(WebObjects 5.4.1) When making a webservice with an array of Strings (or other types), the automatically generated WSDL file

Re: WO 5.4 / Axis 1.4 / Deserialization

2008-02-25 Thread Art Isbell
On Feb 25, 2008, at 9:09 AM, Michael DeMan wrote: Does anybody know if the item noted on the posting below is fixed in 5.4.1, and if not, could anybody describe the workaround? http://www.mail-archive.com/webobjects-dev@lists.apple.com/msg15103.html It is apparently not fixed in 5.4

Re: plist to dict and back again

2008-02-03 Thread Art Isbell
On Feb 2, 2008, at 9:21 PM, Josh Paul wrote: I'm attempting to read in a plist, alter some information, and then write it out again. My approach has been to read in the plist, convert it to a NSDictionary, alter the value of a given key, and then convert the dict back to a plist and write t

Re: Null values at end of sorted list

2008-01-31 Thread Art Isbell
On Jan 31, 2008, at 8:34 AM, [EMAIL PROTECTED] wrote: For us, it seems that null values should be placed at the end of an ascending sort. More often than not, null values make more sense to be placed at the end of the list when working in our Domain. Has anyone crossed this bridge before?

Re: permission trouble with WO 5.3 on Mac OS 10.5

2008-01-29 Thread Art Isbell
On Jan 29, 2008, at 10:34 AM, Mr. Pierre Frisch wrote: Actually the underscore variants are the ones that should be used. It is not really important but you will get a log in the console. That's in the launchd config files for wotaskd and JavaMonitor, right? I recall seeing these log ent

Re: permission trouble with WO 5.3 on Mac OS 10.5

2008-01-29 Thread Art Isbell
On Jan 29, 2008, at 10:09 AM, Zak Burke wrote: I'll take your word for it. Having run that, I notice the following: $ ls -ld /Library/WebObjects/Configuration drwxrwxr-x 3 _appserver _appserveradm 102 Nov 5 19:57 /Library/ WebObjects/Configuration What's with the underscores? In Leopa

Re: permission trouble with WO 5.3 on Mac OS 10.5

2008-01-29 Thread Art Isbell
On Jan 29, 2008, at 9:18 AM, Chuck Hill wrote: On Jan 29, 2008, at 7:59 AM, Zak Burke wrote: I turned on adaptor debugging and saw the adaptor was trying to cache info in /Library/WebObjects/Configuration/SiteConfig.xml, a file owned by root, so I chowned that to appserver:appserverusr, b

Re: locations of DST information

2008-01-27 Thread Art Isbell
On Jan 27, 2008, at 6:45 PM, Lachlan Deck wrote: As an added bonus being able to update the current zoneinfo as mentioned here would be nice: http://docs.info.apple.com/article.html?artnum=305219 The WO 5.4 versions of the jars listed in the above KBase article contain zoneinfo.zip files

Re: WOLips: 80 character width gutter?

2008-01-23 Thread Art Isbell
On Jan 22, 2008, at 11:36 PM, [EMAIL PROTECTED] wrote: Am 23.01.2008 um 04:32 schrieb Chuck Hill: Darn, there is no emoticon for diabolical laugh. But there is: ]:-D Somehow that emoticon just doesn't do justice to the diabolical laugh that Chuck may be referring to, is undoubtedly ca

Re: WOLips: 80 character width gutter?

2008-01-22 Thread Art Isbell
On Jan 22, 2008, at 3:29 PM, Gaastra Dennis - WO Lists wrote: http://ahtik.com/blog/2006/06/18/first-alpha-of-eclipse-word-wrap-released/ Has anyone here tried this plugin? I don't see any evidence of any release other than the apparently buggy alpha 0.0.1 release, but I haven't added h

Re: WOLips: 80 character width gutter?

2008-01-22 Thread Art Isbell
On Jan 22, 2008, at 2:45 PM, Thomas wrote: Surely I'm not the only WOLips user who wants text wrap just like in TextEdit? Prior to Eclipse, I don't recall ever using a source code editor that didn't support soft wrapping including vi and emacs way back in my System V Unix programming da

Re: SQL from qualifier

2008-01-18 Thread Art Isbell
On Jan 18, 2008, at 2:57 AM, [EMAIL PROTECTED] wrote: Can body tell me that how to get the sql if I have the qualifier ready with me? You could build the EOSQLExpression using EOSQLExpressionFactory. The generated SQL is sqlExpression.statement(). Aloha, Art ___

Re: Further Info : Flattened Many To Many grabbing all objects

2008-01-18 Thread Art Isbell
On Jan 17, 2008, at 9:07 PM, Alexander Spohr wrote: 1. never use includeObjectIntoPropertyWithKey if you want to maintain your object-graph. The otehr side of the relationship will not know that you changed something. An exception would be that described by Owen below. From the WO JavaD

Re: Help on running without DirectConnect

2008-01-14 Thread Art Isbell
On Jan 14, 2008, at 10:58 AM, William Hatch wrote: In Eclipse, I've disabled WODirectConnectEnabled, and modified WOAdaptorURL to http://localhost/cgi-bin/WebObjects, set WOPort 5, and WOHost localhost. I'm able to get the wotaskd configuration when hitting http://localhost:1085, and th

Re: JavaEOGenerator generates no files...

2008-01-13 Thread Art Isbell
On Jan 13, 2008, at 10:12 AM, Gaastra Dennis - WO Lists wrote: Yes, this is exactly what happened - saw path in verbose - when destination was not specified. In the early version that ignored the destination argument, it didn't matter whether the destination argument was specified. But

Re: WO5.4: Generics for objectsWithFetchSpecification ???

2008-01-13 Thread Art Isbell
On Jan 13, 2008, at 11:48 AM, Lachlan Deck wrote: What do you think? I agree with Ken Arnold () and Bruce Eckel () that Java Generics are a PITA that aren't worth the both

Re: JavaEOGenerator generates no files...

2008-01-13 Thread Art Isbell
On Jan 12, 2008, at 8:12 PM, Gaastra Dennis - WO Lists wrote: Running JavaEOGenerator seems to find the model correctly, but produces no files (although it claims it does) ../JavaEOGenerator.woa/JavaEOGenerator -model /Users/sjobs/Documents/ JavaEOGenerator/bizDAV_Stuff/bizDAV.eomodeld/ -ver

Re: wotaskd starting on 10.5 server, some progress

2008-01-11 Thread Art Isbell
On Jan 11, 2008, at 5:45 PM, Baiss Eric Magnusson wrote: I set the disabled bit to true in <...wtaskd.plist>, this gets reflected correctly in Server Admin which shows WebObjects not started, but wotaskd is being started, I don't know from where, it's owned by launchd[1] which is owned by .

Re: Can't retrieve cookies (closer, but not there yet)

2008-01-10 Thread Art Isbell
On Jan 10, 2008, at 3:01 PM, Jeff Schmitz wrote: Anyway, now with Direct Connect disabled and WOPort set to -1, or not set at all, I get the following error in my browser: Forbidden You don't have permission to access /cgi-bin/WebObjects/ netBrackets.woa/-49882 on this server. This error

Re: Can't retrieve cookies

2008-01-10 Thread Art Isbell
On Jan 10, 2008, at 8:18 AM, Chuck Hill wrote: Is that there by default after a successful WO install? I don't recall having to do this on the single Leopard machine that I have setup. The Xcode 3.0 tools which contain WO 5.4 no longer include a WO startup item script. So when Xcode 3

Re: Can't retrieve cookies

2008-01-09 Thread Art Isbell
On Jan 9, 2008, at 1:24 PM, Baiss Eric Magnusson wrote: Jumping in, since I have been unsuccessful with my Leopard server for 6 weeks now, I have no statement in my httpd.conf: WebServer/CGI-Executables/$1"> Is that statement exact between the <> brackets? It exactly matches the Script

Re: Can't retrieve cookies

2008-01-09 Thread Art Isbell
On Jan 9, 2008, at 11:00 AM, Chuck Hill wrote: I may have been looking at the wrong file. Is /etc/httpd still Apache 1.3? Yes, but it's empty on a fresh Leopard Client install. Not sure whether a fresh Leopard Server includes Apache 1.3 and its config file in /etc/httpd. And /etc/apa

Re: Can't retrieve cookies

2008-01-08 Thread Art Isbell
On Jan 7, 2008, at 11:35 AM, Jeff Schmitz wrote: I tried just turning DirectConnect off, and I can't connect to the instance (as Guido intimated). I am on Leopard, but am using WO5.3, and I have WOHost=localhost in my wotaskd properties file. Which Apache version are you running? Leopar

Re: Date-Only NSTimestamps

2008-01-02 Thread Art Isbell
On Jan 2, 2008, at 11:25 AM, Pierce T. Wetter III wrote: I'm A bit of a date/time wonk I was also until the choice became one of continuing to be a date/ time wonk or descending further into insanity (or maybe "ascending" would be more appropriate :-) In your case, you're doing a report,

Re: JavaEOGenerator: alphabetical sorting?

2008-01-02 Thread Art Isbell
On Jan 2, 2008, at 5:46 AM, Alexander Spohr wrote: is JavaEOGenerator capable of sorting arrays alphabetical? Not without JavaEOGenerator source modification. I (used to) generate methods with attribute-names as args. EOGenerator knew about <$foreach Attribute [EMAIL PROTECTED] do$

Re: Primary Key not present on insert

2008-01-01 Thread Art Isbell
On Jan 1, 2008, at 9:36 AM, Tobias Crawley wrote: attributes = ( { allowsNull = Y; columnName = altDescription; name = altDescription; prototypeName = varchar255; }, {columnName = cardID; name = cardID; prototypeName = i

Re: Semantics of ^ in value bindings in .wod file.

2007-12-26 Thread Art Isbell
On Dec 26, 2007, at 10:01 AM, Archibal Singleton wrote: I've searched through all the WO Apple docs (spotlight on Leopard truly rocks!) to find a good explanation of the use of the caret "^" character in bindings in custom WOComponent .wod files and couldn't find any (except in a a couple o

Re: JavaEOGenerator - EOPrototypes and EOGenericRecord?

2007-12-22 Thread Art Isbell
On Dec 22, 2007, at 6:42 PM, Jeff Schmitz wrote: A few other problems with the "base" generated code (the classes with the _ before their names): The templates should be considered as examples of the sorts of things that can be done; they should not be considered ready to use without mod

Re: EOSharedEditingContext

2007-12-20 Thread Art Isbell
On Dec 20, 2007, at 8:39 PM, Jonathan Miller wrote: But given the scenario where you have a lot of objects that are going to be read only e.g. the front end of a web site, what is the best strategy? I'm continuing to use shared editing contexts with no problems but I've always paid care

Re: WO 5.4 on Leopard Client - JavaMonitor

2007-12-20 Thread Art Isbell
On Dec 20, 2007, at 5:32 PM, Les Vogel wrote: I reinstalled WO54 deployment, verified that the accounts had access to the directories I'm interested in, but I still can only see directories, NO files. Very frustrating. So, I ask again, has anyone managed to get wotaskd/JavaMonitor to

Re: Generics Question

2007-12-20 Thread Art Isbell
On Dec 20, 2007, at 2:03 PM, Jonathan Miller wrote: How do I do the following without getting the pesky warning from Eclipse about unchecked type conversion? NSArray newsKeywords = EOUtilities .objectsForEntityNamed (EOSharedEditingContext.defaultSharedEditingContext(), "NewsKeywords");

Re: Setting Applications Package under XCode

2007-12-20 Thread Art Isbell
On Dec 20, 2007, at 12:59 PM, Owen McKerrow wrote: Where do I ( assuming i can ) tell xCode that it shoudl be using my packaged version of Application, not plain old Application for when it runs. Double-click the top-level Target (same name as your project) in the Groups & Files list. S

Re: OK !!! ALMOST - Re: Anyone have any other ideas on my deployment woes?

2007-12-20 Thread Art Isbell
On Dec 20, 2007, at 12:51 PM, James Cicenia wrote: I finally got an error "HOME environment variable is not set" The appserver (Tiger or Leopard) or _appserver (Leopard only) user has no real home directory (maybe it's set to something like /var/ empty). Please describe how you got this

Re: [JavaEOGenerator] Bug when generating fetchSpecification methods

2007-12-20 Thread Art Isbell
On Dec 20, 2007, at 11:43 AM, Oswaldo Bueno wrote: I'm using JavaEOGenerator to auto-generate my entity classes. When it generates methods to access EOFetchSpecifications on the eomodeld, it suppresses bindings associated with a non-vi

Re: Startup / deployment problem.

2007-12-18 Thread Art Isbell
On Dec 18, 2007, at 5:25 PM, James Cicenia wrote: OK granted this version of the app was built using my new Eclipse 3.3.2/WOlips... but still it runs fine from the command line?! I don't think at launch time that JavaMonitor is doing anything other than assembling the launch command strin

Re: Startup / deployment problem.

2007-12-18 Thread Art Isbell
On Dec 18, 2007, at 4:04 PM, Simon McLean wrote: Turned out I had a permissions issue. The owner of the MyApp.woa dir and it's contents needs to be "appserver". Mine were "admin" Who owns these directories and files isn't necessarily to blame. My WO app woa directories and executables ar

Re: Startup / deployment problem.

2007-12-18 Thread Art Isbell
On Dec 18, 2007, at 3:58 PM, James Cicenia wrote: When I try to launch it from javamonitor it just dies. And nothing is written anywhere? i.e., no logs? Can we assume that you've configured a log file for your app, that the log file path exists, that the log file is writable by the user

  1   2   3   4   >