Re: WO App needs to find the database on a different computer

2006-01-12 Thread apl
Hello Baiss; If I split off the FrontBase database to a different computer on the deployment side, how do I change the "setting" which will allow the WO apps being run to look for the database on another computer? I get the information I want from my own configuration infrastructure then

WO App needs to find the database on a different computer

2006-01-12 Thread Baiss Eric Magnusson
Normally in the EOModel my URL for the JDBC Connection looks like. jdbc:FrontBase://localhost/woApp/user=_SYSTEM/dbpasswd=xx Which will allow the WO app to find the DB on the same machine it is running on, either development or deployment. If I split off the FrontBase database to

Re: delete rule Deny

2006-01-12 Thread Christian Pekeler
I kind of remember that the Deny delete rule worked as expected for relationships that are not class properties. I just noticed that's no longer the case, Deny is only acknowledged by validateForDelete () if the relationship is marked as a class property. I just realized that I have an outst

Re: uninstalling WebObjects 5.2.4

2006-01-12 Thread womail
I tried doing this and failed.  I did find that I had to remove the 5.2.4 Receipt before installing any other version or I would get "is downgrade" errors.  I don't think ever noticed the /Library/WebObjects directory so I guess it didn't cause me any grief.I ended up at 2.2/5.3.1;  I just could no

Re: uninstalling WebObjects 5.2.4

2006-01-12 Thread Art Isbell
On Jan 12, 2006, at 1:51 PM, Clive Roberts wrote:I then got internal errors trying to run Xcode, so I ran the WO uninstall, and afterwards discovered there are WO files: /Library/WebObjects/ /Library/Receipts/WO524Developer.pkgPlease can someone a) confirm that these should be removed before eithe

uninstalling WebObjects 5.2.4

2006-01-12 Thread Clive Roberts
I recently updated a powerbook to run 10.4.3, and then installed XCode 2.1 followed by WebObjects 5.2 and then 5.2.4.  I then got internal errors trying to run Xcode, so I ran the WO uninstall, and afterwards discovered there are WO files: /Library/WebObjects/ /Library/Receipts/WO524Developer.pkgP

delete rule Deny

2006-01-12 Thread Christian Pekeler
I kind of remember that the Deny delete rule worked as expected for relationships that are not class properties. I just noticed that's no longer the case, Deny is only acknowledged by validateForDelete() if the relationship is marked as a class property. Can anybody confirm this? Anybody el

Re: Tomcat 5.5.12 WAR Deployment Problem

2006-01-12 Thread Pierre Frisch
Yes there is a solution but not easy and not without recompiling.I think that older version of WebObjects were using an "Undocumented Feature" of the JVM that would make the loading of the eomodel included in a jar work. This has become broken with one of the minor fixes in Java 1.4.2, I think it h

Re: Tomcat 5.5.12 WAR Deployment Problem

2006-01-12 Thread apl
Hello Albert; I am trying to deploy a WO application as a WAR file under apache tomcat 5.5.12. The application was created on Mac OS 10.3.9 with WO 5.2.3 and Java 1.4.2_09-233. I am trying to deploy on Solaris 10 x86 with Tomcat 5.5.12 and Java 1.5.0_06. The application works fine unti

Re: Repetition and OnClick of TR

2006-01-12 Thread Dave Elsner
Thanks thats a perfect start to what I wanted. RegardsDavid On 13/01/2006, at 5:36 AM, Alex Johnson wrote:I recommend having doing something like this:orWhere WOHyperlink1's action is bound to editLink. If you use the latter, watch out for textnodes (aka white-space). Whichever one you use, you'll

Tomcat 5.5.12 WAR Deployment Problem

2006-01-12 Thread Albert Jagnow
I am trying to deploy a WO application as a WAR file under apache tomcat 5.5.12.  The application was created on Mac OS 10.3.9 with WO 5.2.3 and Java 1.4.2_09-233.  I am trying to deploy on Solaris 10 x86 with Tomcat 5.5.12 and Java 1.5.0_06.  The application works fine until it tries to lo

Re: Accessing a string from a display group.

2006-01-12 Thread Matt Harmon
Quoting David LeBer <[EMAIL PROTECTED]>: On 12-Jan-06, at 1:40 PM, Matt Harmon wrote: Quoting "Jerry W. Walker" <[EMAIL PROTECTED]>: How does the application fail? Does it freeze, raise an exception, crash the system, freeze the system, lock up? I set up a debug log and have some good and

Re: Repetition and OnClick of TR

2006-01-12 Thread Jean-François Veillette
Alex gave you an excellent solution that is simpler than the one following, but I'll give it just in case you cant afford to navigate the dom tree (which might not always be an option). With explicit reference to the link object : ... ... HyperLinkID: WOString { value = uniqueLineId; } EditLink

Re: Accessing a string from a display group.

2006-01-12 Thread David LeBer
On 12-Jan-06, at 1:40 PM, Matt Harmon wrote: Quoting "Jerry W. Walker" <[EMAIL PROTECTED]>: How does the application fail? Does it freeze, raise an exception, crash the system, freeze the system, lock up? I set up a debug log and have some good and some bad news. Good news: the allObjects()

Re: Accessing a string from a display group.

2006-01-12 Thread Matt Harmon
Quoting "Jerry W. Walker" <[EMAIL PROTECTED]>: How does the application fail? Does it freeze, raise an exception, crash the system, freeze the system, lock up? I set up a debug log and have some good and some bad news. Good news: the allObjects() call now works (I had another call that was ju

Re: Repetition and OnClick of TR

2006-01-12 Thread Alex Johnson
I recommend having doing something like this: or Where WOHyperlink1's action is bound to editLink. If you use the latter, watch out for textnodes (aka white-space). Whichever one you use, you'll probably want to make the onclick a little more robust, but these should point you in the right di

Re: Xcode WO template (Xcode 2.2, WO 5.3)

2006-01-12 Thread Dev WO
Hi Francis,thanks for your answer, in fact the encoding of the files was the issue, they were in UTF-8.It wasn't an issue to have them in MacOS Roman, so I just did that.I was good all the way to the TemplateInfo.plist file, I was just missing the encoding tip, thanks a lot:)XavierHi,Xavier wrote:

WOPopupButton

2006-01-12 Thread Sébastien Gruhier
Hi guys, Is there a way to disable some entries of a WOPopupButton? Thanks Seb ___ 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 Subscriptio