Re: Core services design patern

2010-01-29 Thread Xavier Destombes
Hello Cheong, Portability isn't a requirement for us, we just need to ensure we're using "standard" like if we use an Open Directory it's not a big deal, we will eventually only have to redo our read/write method to the ldap, but the attributes will be correct. We also have more and more re

Re: Core services design patern

2010-01-29 Thread Xavier Destombes
inside your app. Am I understanding correctly? Xavier I have a person entity that I use as a base class in all our apps. We auth against Kerberos (gssapi) and sync user info at login from ldap (open dir) into the person eo. Sent from my iPhone On Jan 28, 2010, at 5:43 PM, "Chuck Hill

Core services design patern

2010-01-28 Thread Xavier Destombes
Hi list, This isn't a bug:) It's really sharing my point of view to see if I'm going in the right direction. I've got multiple web applications that share some common users. I was thinking about creating a core user application to provide the authentication service. Basically I'd like my "c

Formatters, dates and allowsNaturalLanguage?

2010-01-21 Thread Xavier Destombes
I'm actually reviving a January 2005 thread:) In Cocoa there's a NSDateFormatter(NSDateFormatterCompatibility) which allows for using "natural language" like "tomorrow at noon". Is there anyone playing with something similar with WebObjects? Thanks, Xavier __

Re: captcha ???

2008-12-04 Thread Xavier Destombes
You can also do an accessible captcha that would work with screen readers and so on. What we are using is a captcha that request the total of a simple calculation like " 3 + 4" or "10 - 3". No javascript, only plain standard technologies;) Maybe an ERXAccessibleSpamCheck for Mike:) Xavier Th

Re: Localization problem

2008-11-28 Thread Xavier Destombes
ore, but maybe there is something wrong, I'll try to replace the relevant fields with your values, in case it may help. Regards PHiLippe Xavier Destombes a écrit : Hello Philippe, I'm not sure about your issue, but do you have the correct pr

Re: Localization problem

2008-11-28 Thread Xavier Destombes
Hello Philippe, I'm not sure about your issue, but do you have the correct properties setup in your project: er.extensions.ERXLocalizer.defaultLanguage = German er .extensions .ERXLocalizer .fileNamesToWatch=("Localizable.strings","ValidationTemplate.strings") er.extensions.ERXLocalizer.av

Re: WOBiking

2008-10-08 Thread Xavier Destombes
Assuming I have a url like: /cgi-bin/WebObjects/MyApp.woa/ instanceNumber/wa/action? p2=param2&p1=param1&p3=param3&wosid=sessionID It depends on the exact ordering of how you put the parameters onto your URL. The default pattern stuff will not support this, but a completely custom impl of _r

Re: WOBiking

2008-10-08 Thread Xavier Destombes
the URL to rewrite * @return the rewritten URL */ public String _rewriteURL(String url) { On Oct 7, 2008, at 3:04 PM, Xavier Destombes wrote: Hello Guido, I'm jumping on this answer to ask you: Do you have a sample code that use wonder url rewriting feature? Wh

Re: WOBiking

2008-10-07 Thread Xavier Destombes
Hello Guido, I'm jumping on this answer to ask you: Do you have a sample code that use wonder url rewriting feature? When you decode using Apache rewrite, are you using a script or a static rewriting rule? :) Thanks Xavier On 2-Oct-08, at 3:31 PM, Mike Schrag wrote: I' am not a member of th

Re: No .wo content when building an app (Subversive) [Solved]

2008-09-18 Thread Xavier Destombes
I'm developing and deploying on 10.5.4 using the latest wonder 5.3 frameworks (as of yesterday evening) with wo 5.3. Using Eclipse 3.4, WOLips 3.4.5477 and Subversive 2.0.1. Are you using localized components? What does your component folder structure look like? What is in your woproject pa

Re: Many error alert in Eclipse/WOLips

2008-03-02 Thread Xavier Destombes
d you find the first exception, I BELIEVE it should be a "No more handles" or something like that. Can you track that down and post it? ms On Mar 2, 2008, at 6:02 AM, Xavier Destombes wrote: Good pointer:) At least now I know where the log is;) Here's what I've got:

Re: Many error alert in Eclipse/WOLips

2008-03-02 Thread Xavier Destombes
02.03.2008, at 12:06, Xavier Destombes wrote: Nope, I didn't install Safari 3.1 Beta. But the log seems to point at Safari also, anything I could try? Xavier Did you install the Safari 3.1 Beta on Leopard? I believe this error always comes out of creating a Browser control ... ms On Mar 1,

Re: Many error alert in Eclipse/WOLips

2008-03-02 Thread Xavier Destombes
stall not properly installing Java. I believe Guido posted about this a few weeks ago, also. Certainly could be our fault as well, but it's a REAAALLLY weird exception. Also, not posting about bugs is a good way for bugs to not get fixed :) ms On Mar 1, 2008, at 1:11 PM, Xavier Desto

Re: Many error alert in Eclipse/WOLips

2008-03-02 Thread Xavier Destombes
nstalling Java. I believe Guido posted about this a few weeks ago, also. Certainly could be our fault as well, but it's a REAAALLLY weird exception. Also, not posting about bugs is a good way for bugs to not get fixed :) ms On Mar 1, 2008, at 1:11 PM, Xavier Destombes wrote: Hi,

Re: Many error alert in Eclipse/WOLips

2008-03-02 Thread Xavier Destombes
eFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) --- It doesn't make much sense to me:( Xavier On 1-Mar-08, at 1:11 PM, Xavier Destombes wrote: Hi, I've be

Re: Application won't stay up, no crash, no log [Solved]

2008-02-28 Thread Xavier Destombes
Actually it looks like the /System/javaWOExtensions should be checked in Eclipse. If you check it after the one in /Library/javaWOExtension it will complain, but it needs to be checked anyway. Xavier Hello, I've been moving my applications from a 10.4/WO53 server to a 10.5.2/ WO53 (yes

Application won't stay up, no crash, no log

2008-02-28 Thread Xavier Destombes
Hello, I've been moving my applications from a 10.4/WO53 server to a 10.5.2/ WO53 (yes not 54:)) server. Pretty much everything is going smoothly (actually our development machine were already 10.5/WO53) except centralize value of er javamail (we're still investigating) and one application w

Re: Auto Open Client Application isn't

2008-01-23 Thread Xavier Destombes
Hello Dave, have a look at the "Unable to locate WOOpenURL on your computer" thread. Xavier Hi all, I have migrated my Xcode Java Client project (using WebStart) to Eclipse/WOLips and the Auto Open In Browser feature no longer works. I get the following message in the Eclipse Run Log:

Re: Object with globalID could not be found in the database, when it is there ??

2007-11-27 Thread Xavier Destombes
Hello Owen, I don't know if it helps, but we got the same behavior from time to time when we tried to both have "JGroupSynchronizer" and "cache in memory" checked in the eomodel. Do you have the same setup? Xavier Hi Anjo, On 27/11/2007, at 6:01 PM, Anjo Krank wrote: Am 27.11.2007 u

Re: VelocityEOGenerator and unflattened part of to-many relationship

2007-11-25 Thread Xavier Destombes
Hello Mike, I've just downloaded the latest WOLips nightly (3.3.4667), the latest VelocityTemplate, EOGenerate my model again, but I still got the same error. The non-flattened relationship to the join table and the to-one relationships in the join table itself are not marked as class re

VelocityEOGenerator and unflattened part of to-many relationship

2007-11-23 Thread Xavier Destombes
Hi, I'm still trying to find out why my generated classes using VelocityEOGenerator aren't correct. There's only one error left. I'm using WO5.3 with latest WOLips and Mike's Velocity templates. I have a Customer entity and a MailingCategory entity joined in a toMany relationship. In the

Re: JavaEOGenerator running, but I do not understand the output.

2007-11-22 Thread Xavier Destombes
Hello Johan, Did you fix your issue? Actually I'm experiencing the exact same one:) Thanks Xavier Op 11 nov 2007, om 17:40 heeft Mike Schrag het volgende geschreven: After I made all the classes part of a package, everything was fine, apart from the fact that they were 5.4-ish, and I wan

Re: VelocityEOGenerator - files in Finder but not in Eclipse project

2007-11-22 Thread Xavier Destombes
Well, sometimes I should try harder before posting;) Actually with the default filter on _Entities, I didn't see the ERXGenericRecord I was using has no import statement. I seems like the last issue lies in the many_to_many relationships. Hi, Things starts to look good with Leopard migrati

VelocityEOGenerator - files in Finder but not in Eclipse project

2007-11-22 Thread Xavier Destombes
Hi, Things starts to look good with Leopard migration... I'm still having issue with EOGeneration. I'm using the VeloictyEOGenerator with Mike's templates. The files _entites are correctly generated. But my subclass have the following error: "The hierarchy of the type MyType is inconsistent"

Re: Leopard, Eclipse/WOLips: xerces issue

2007-11-22 Thread Xavier Destombes
put anything in IncompatibleLibariesAreABrandNewSoftwareDevelopmentIssue/Extensions unless your goal is to reinvent the wheel. Uli Am 22.11.2007 um 01:55 schrieb Xavier Destombes: Hi, I'm actually moving to Leopard with a clean install. I have followed the thread "the offical what I did.

Re: Leopard, Eclipse/WOLips: xerces issue

2007-11-22 Thread Xavier Destombes
is to reinvent the wheel. Uli Am 22.11.2007 um 01:55 schrieb Xavier Destombes: Hi, I'm actually moving to Leopard with a clean install. I have followed the thread "the offical what I did...". I'm actually on 5.3, so I removed the 5.4 frameworks. At least my projects don&#

Leopard, Eclipse/WOLips: xerces issue

2007-11-21 Thread Xavier Destombes
Hi, I'm actually moving to Leopard with a clean install. I have followed the thread "the offical what I did...". I'm actually on 5.3, so I removed the 5.4 frameworks. At least my projects don't look like they have more errors;) But when trying to ant>install, I got: BUILD FAILED XML parser fa