Re: Problem trying to get a WO Java CLient app to run

2005-10-27 Thread jerry porter
Hello, Whan I run my app it runs up ok in the console with no errors. I then get a "java" icon briefly in my dock, it then goes away. If I copy and paste the url to my app, I click on the "Please click here to start JavaClientTest through WebStart." link and the .jnlp file referenced by the lin

Re: Problem trying to get a WO Java CLient app to run

2005-10-27 Thread Craig Turner
On 28/10/2005, at 10:58 AM, jerry porter wrote: I went through the "wizard" steps to create a Java Client app. Jerry, does the user you're running the application as definitely have permissions to access the file and directory given? This sounds unlikely because most mac users operate as o

Re: Obtaining the elementID

2005-10-27 Thread King Chung Huang
There is a undocumented method called _subcomponentForElementWithID (String id) in WOComponent that will return a subcomponent of the current component with the given context id. But, as Chuck said, this is not reliable if there are state changes that affect how the page gets generated (ie:

Re: Problem trying to get a WO Java CLient app to run

2005-10-27 Thread jerry porter
Hello, No I don't have any spaces in the project name. I have learned a long time ago that is not a good idea. :-) Jerry --- Ray Ackland <[EMAIL PROTECTED]> wrote: > Jerry, > > Do you have any spaces in the project name? This causes things to > look in the wrong place (it takes the space to

Re: Problem trying to get a WO Java CLient app to run

2005-10-27 Thread Ray Ackland
Jerry, Do you have any spaces in the project name? This causes things to look in the wrong place (it takes the space to be a delimiter). r On 28/10/2005, at 12:08 , jerry porter wrote: I went through the "wizard" steps to create a Java Client app.

Problem trying to get a WO Java CLient app to run

2005-10-27 Thread jerry porter
Hello, I am trying to get a simple Java client app to run. I am Using WO 5.2.3 on Panther 10.3.9 XCode 1.5 I went through the "wizard" steps to create a Java Client app. Build and run, and I get this in my console: stack trace snip com.webobjects.foundation.NSForwardException for jav

what are the limitations of the JNDIAdapter?

2005-10-27 Thread Benjamin J Doherty
Friends, I've been working with the JNDIAdaptor of EOF for the last few weeks, and it works as reliably as the JDBCAdaptor. I'm now building an application where social service agency clients are both listed as a subclass of inetOrgPerson in a directory (so their contact information is a

Re: Content Management

2005-10-27 Thread Jaime Magiera
On Oct 27, 2005, at 8:47 AMGMT-04:00, Simon Whitty wrote: exacly, I've use plone on zope before but was wondering if there are packages available that run on WebObjects? On 27/10/2005, at 9:19 PM, Dov Rosenberg wrote: There are about 1 billion CMS systems available. Ranging from free to

Re: Java Client Security

2005-10-27 Thread Jaime Magiera
On Oct 27, 2005, at 2:49 AMGMT-04:00, Ian Joyner wrote: But what if some hacker (sic) Do you mean malicious programmer? Anyway, I think I have found the answer in Chapter 6, p 140 on delegates, that the session object is a delegate of EODistributionContext and these delegate methods are c

Re: still the dreaded connection dictionary error...

2005-10-27 Thread Chuck Hill
It fails with both OpenBase and MySQL? On Oct 27, 2005, at 11:58 AM, Jeremy Matthews wrote: Well, we've gotten it to the point where database interaction works fine in all methods except under Tomcat. Direct Connect, other containers, WO deployments all seem to work fine. I'd really like

Re: still the dreaded connection dictionary error...

2005-10-27 Thread Jeremy Matthews
Well, we've gotten it to the point where database interaction works fine in all methods except under Tomcat. Direct Connect, other containers, WO deployments all seem to work fine. I'd really like to nail this down so I can include it in future Tomcat installer releases! FYI, everything und

Re: Configuring ERChangeNotification/JMS Help needed

2005-10-27 Thread Dov Rosenberg
We ended up changing the JMS Changenotification framework to be a bit more lightweight than the one in Project Wonder. Instead of sending around Snapshots we simply send the globalids and invalidate the individual Eos that are affected on the local instance. Our app is such that the initial refetch

Re: Configuring ERChangeNotification/JMS Help needed

2005-10-27 Thread Chuck Hill
Hi On Oct 27, 2005, at 10:37 AM, Wolfram Stebel wrote: On Oct 26, 2005, at 5:13 AM, Wolfram Stebel wrote: ... As a result of all mails, i removed JMS and ERChangeNotification very fast from my project. :-) But thats a minor reason! See David's comment, "If you ever use a lot of inst

Re: Configuring ERChangeNotification/JMS Help needed

2005-10-27 Thread Wolfram Stebel
Hi Chuck and all other responders, Am 26.10.2005 17:06 Uhr schrieb "Chuck Hill" unter <[EMAIL PROTECTED]>: > > On Oct 26, 2005, at 5:13 AM, Wolfram Stebel wrote: ... As a result of all mails, i removed JMS and ERChangeNotification very fast from my project. >> But thats a minor reason! > > Se

Fwd: still the dreaded connection dictionary error...

2005-10-27 Thread Jeremy Matthews
FYI...only JDBC drivers in /Library/Java/Extensionsnone of the other stuff!-jeremyBegin forwarded message:From: Jeremy Matthews <[EMAIL PROTECTED]>Date: October 27, 2005 12:35:35 PM EDTTo: webobjects-dev@lists.apple.comSubject: still the dreaded connection dictionary error... After many sleeple

Re: still the dreaded connection dictionary error...

2005-10-27 Thread Chuck Hill
On Oct 27, 2005, at 9:35 AM, Jeremy Matthews wrote: After many sleepless hours I'm using Xcode 2.1, 10.4.2, Tomcat 5.5.12, and WO 5.3, and testing against MySQL and OpenBase (separately, of course). All the JDBC adaptors are in the /Library/Java/Extensions location. Danger Will Robi

still the dreaded connection dictionary error...

2005-10-27 Thread Jeremy Matthews
After many sleepless hoursI'm using Xcode 2.1, 10.4.2, Tomcat 5.5.12, and WO 5.3, and testing against MySQL and OpenBase (separately, of course). All the JDBC adaptors are in the /Library/Java/Extensions location. All the database accounts I've tested with (and haven't changed one bit) have FUL

Re: How to use an NSTimestampFormatter in code

2005-10-27 Thread Dev WO
I'm downloading it right now:) Thanks Hugi If you want to program WO, you really do want to know Java well. Take a day off and read through Bruce Eckel's "Thinking in Java". It's free and your life will be a simpler and happier one :-). You can grab a copy here: http://www.pythoncriticalm

Re: How to use an NSTimestampFormatter in code

2005-10-27 Thread Hugi Thordarson
If you want to program WO, you really do want to know Java well. Take a day off and read through Bruce Eckel's "Thinking in Java". It's free and your life will be a simpler and happier one :-). You can grab a copy here: http://www.pythoncriticalmass.com/ Cheers, - Hugi On 27.10.2005, at 15

Re: How to use an NSTimestampFormatter in code

2005-10-27 Thread Dev WO
Hi, I'm actually looking to generate a string containing different "parts", so I have to generate the string in code and bind the method to a WOString in WOBuilder. But I'm having issue using NSTimestampFormatter directly in code. Searching for the correct way to use it, I found a post but i

Re: How to use an NSTimestampFormatter in code

2005-10-27 Thread Chuck Hill
On Oct 27, 2005, at 8:05 AM, Dev WO wrote: Hi, I'm actually looking to generate a string containing different "parts", so I have to generate the string in code and bind the method to a WOString in WOBuilder. But I'm having issue using NSTimestampFormatter directly in code. Searching for t

How to use an NSTimestampFormatter in code

2005-10-27 Thread Dev WO
Hi, I'm actually looking to generate a string containing different "parts", so I have to generate the string in code and bind the method to a WOString in WOBuilder. But I'm having issue using NSTimestampFormatter directly in code. Searching for the correct way to use it, I found a post but i

Re: form values...

2005-10-27 Thread Arturo Perez
Gino Pacitti wrote: Stupid me.. Was looking in devel mode on same machine. Once moved and tested on the server I could access the referer value Gino Just for posterity's sake. Gino was using DirectConnect. When one is using DirectConnect there is no WebServer involved which would generat

Re: PowerSchool and WebObjects

2005-10-27 Thread Mark Morris
I read an article on PowerSchool and the attempts to port it to Oracle. As I understand it, PowerSchool IS a WO app, with a 4D backend database. Regards, Mark On Oct 26, 2005, at 4:19 PM, Karl wrote: I believe that PowerSchool is written in 4D, not WO. There was a project in Apple to rew

Re: Content Management

2005-10-27 Thread Arturo Perez
Simon Whitty wrote: exacly, I've use plone on zope before but was wondering if there are packages available that run on WebObjects? There are a ton that run on WebObjects. I know Dov sells one, I think Chuck sells one, the BBC has one that Malcolm Crawford's company wrote, my slave (whoo

Re: Java Client Security

2005-10-27 Thread Arturo Perez
Ian Joyner wrote: Anyway, I think I have found the answer in Chapter 6, p 140 on delegates, that the session object is a delegate of EODistributionContext and these delegate methods are called to check security before operations are allowed on the server side. These return false if the u

form values...

2005-10-27 Thread Gino Pacitti
Stupid me.. Was looking in devel mode on same machine. Once moved and tested on the server I could access the referer value Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.a

Re: Content Management

2005-10-27 Thread Simon Whitty
exacly, I've use plone on zope before but was wondering if there are packages available that run on WebObjects? On 27/10/2005, at 9:19 PM, Dov Rosenberg wrote: There are about 1 billion CMS systems available. Ranging from free to stupidly expensive. You would be hard pressed to justify the e

simple form question

2005-10-27 Thread Gino Pacitti
Hi All Very simple question but I just cant find any reference to it. I want to send into a webobjects app a request from a FORM What I want to do is collect the URL from where it came from ie www.somedomain.com/thepagewiththeform.html Im trying to get the headers from the request object bu

Re: Content Management

2005-10-27 Thread Dov Rosenberg
There are about 1 billion CMS systems available. Ranging from free to stupidly expensive. You would be hard pressed to justify the effort required to build another one (I know from experience that it is not easy to build a full featured CMS product). Good luck On 10/27/05 12:11 AM, "Simon Whitt