Re: Webservice Serializing/Deserializing WOStringKeyMap fails

2006-05-11 Thread Pierre Frisch
Hi Mike, Sorry to disturb you but I dont think it works as mentioned. I have a WO application that makes heavy use of WebServices (http:// www.spearcat.com) and it runs very well under wo 5.2.x however I have never managed to get it running with 5.3.x. The main problem is the WebServices. t

Re: Do batch faults "cascade" ?

2006-05-11 Thread Art Isbell
On May 11, 2006, at 3:19 PM, Chuck Hill wrote: Batch faulting just ensure that when one fault is fired, others are fired at the same time so that fewer trips are made to the database. prefetchingRelationshipKeyPaths is about pulling in all objects related to the object(s) being fetched.

Re: Do batch faults "cascade" ?

2006-05-11 Thread Chuck Hill
On May 11, 2006, at 5:01 PM, Owen McKerrow wrote: Hi All, Say I have the following set-up Person <- ->> PersonName PersonName <- ->> Publications And I set the Batch Faulting Batch Size to 10 between Person and PersonName and set it to 10 between PersonName and Publications will they bot

Re: Cannot instantiate class: com.sun.jndi,ldap.LdapCtxFactory

2006-05-11 Thread Timmy
Oh my goodness disregard my stupidity. There's a comma in there. :-) Not too many class names with comma's in them. On May 11, 2006, at 3:07 PM, Timmy wrote: I'm trying to initiate a bind to our ldapserver and when I run my app I get the following error when attempting to login: Cannot ins

Do batch faults "cascade" ?

2006-05-11 Thread Owen McKerrow
Hi All, Say I have the following set-up Person <- ->> PersonName PersonName <- ->> Publications And I set the Batch Faulting Batch Size to 10 between Person and PersonName and set it to 10 between PersonName and Publications will they both "fire" off when I grab a person ? i.e. I search f

WebServicesCore and Serialization of NULL

2006-05-11 Thread apl
Hello; [please excuse the cross-post between cocoa-dev and webobjects-dev] I'm currently observing that WebServicesCore is serialisating CFNull/ NULL/nil as... ...which is not deserialising in an AXIS-based WebObjects environment and is instead creating a fault "Deserializing para

Re: Displaying user agent in a Component

2006-05-11 Thread Mankit Sze
Philippe,You could call context().request().headerForKey("User-Agent") from your WOComponent.Yours,MankitOn May 11, 2006, at 1:44 PM, Philippe Lafoucrière wrote:Hello,I'm trying to display the browser user-agent (which should be in the headers) and make some custom actions depending on it . What is

Cannot instantiate class: com.sun.jndi,ldap.LdapCtxFactory

2006-05-11 Thread Timmy
I'm trying to initiate a bind to our ldapserver and when I run my app I get the following error when attempting to login: Cannot instantiate class: com.sun.jndi,ldap.LdapCtxFactory I have tried both the 1.4.2 jvm and 1.5. After reading the docs on JNDI at java.sun.com it appears that everyth

Displaying user agent in a Component

2006-05-11 Thread Philippe Lafoucrière
Hello,I'm trying to display the browser user-agent (which should be in the headers) and make some custom actions depending on it . What is the best place to implement this code ? Directly in the WOComponent java file ? Do I have to create a new action for that ?thank you for your helpPhilippe -- Ph

Re: JNDIAdaptor and openChannels

2006-05-11 Thread Timmy
On May 11, 2006, at 10:55 AM, Chuck Hill wrote: On May 11, 2006, at 10:26 AM, Timmy wrote: Everyone: I'm a bit of a WebObjects (and java) newbie so I am just throwing this out as a general consensus type question. My app is using ldap authentication but, beyond that, is also correlating l

Re: JNDIAdaptor and openChannels

2006-05-11 Thread Chuck Hill
On May 11, 2006, at 10:26 AM, Timmy wrote: Everyone: I'm a bit of a WebObjects (and java) newbie so I am just throwing this out as a general consensus type question. My app is using ldap authentication but, beyond that, is also correlating ldap users to a person object in an SQL database

JNDIAdaptor and openChannels

2006-05-11 Thread Timmy
Everyone: I'm a bit of a WebObjects (and java) newbie so I am just throwing this out as a general consensus type question. My app is using ldap authentication but, beyond that, is also correlating ldap users to a person object in an SQL database. These separate uses happen in pretty quick

Re: two databases from one application

2006-05-11 Thread Pierce T. Wetter III
On May 11, 2006, at 2:32 AM, David Avendasora wrote: Pierce, Can you elaborate on some of the easier ways to do this? I am facing this requirement for a project I am working on now. The intent is to add the functionality after the core system is up and running but I'd feel much more comf

Re: FrontBase NooB Question

2006-05-11 Thread Jeff Schmitz
That explains it. When I double click the readme file that comes with the Frontbase download I just get an error saying: No file exists at the address "/private/tmp/dmg.Mqe8rj/ReadMe.html So I never got to read it. From there I just went to the User's Guide. Thanks, Jeff On May 10, 2006

Re: two databases from one application

2006-05-11 Thread Ken Anderson
For me, leveraging database facilities is the most appropriate. I worked on a very large EOF system for many years, and the way we decided to deal with this was with database triggers. In our case, the audit tables were in the same database, but most database systems have ways of accessin

Re: two databases from one application

2006-05-11 Thread Patrick Middleton
On 10 May 2006, at 17:20, Milan M wrote: Hello all, WO application I am working on was pretty simple up to this point: one apache webserver and one databaseserver serving data to it. The things turned more complicated now: In addition to the first database, we now want to add access to a

Re: Foreign Key Constraints

2006-05-11 Thread Hugi Thordarson
Oh sorry, forgot to mention: The trick is to add a key called "schema" wit the schema name to the connection dictionary. After that, schema synchronization works fine. Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 11.5.2006, at 04:48, Thomas wrote: With OpenBase, there

Re: two databases from one application

2006-05-11 Thread David Avendasora
Pierce, Can you elaborate on some of the easier ways to do this? I am facing this requirement for a project I am working on now. The intent is to add the functionality after the core system is up and running but I'd feel much more comfortable with at least having a strategy now. I need to