Rép : Re: problem of accents on FR data

2013-01-07 Thread Raymond NANEON
Hi List,Happy new year, all my best whishes. So stéphan, I am back to my office and I would like to know How I use sqlStringForCaseInsensitiveLike (return String) method as a EOQualifier method?ThanksEnvoyé depuis iCloudLe 20 déc 2012 à 06:37, Raymond NANEON rnan...@me.com a écrit :Hi

Rép : Re: problem of accents on FR data

2013-01-07 Thread Raymond NANEON
Hi Stephan,I added the _expression_ ERXJDBCAdaptor.setExpressionClassName("com.resurgences.utils.IVOracleExpression", "er.extensions.jdbc.ERXJDBCAdaptor"); in my Application class init method and I used these qualifiers "EOQualifier quaPrenom = EOQualifier.qualifierWithQualifierFormat(PRENOM_KEY+"

Re: Why no javadocs?

2013-01-07 Thread Johann Werner
Your wish has come true, the Javadocs are now offered as a tar archive on the corresponding Jenkins page. Currently this is available only for WonderIntegration: http://jenkins.wocommunity.org/job/WonderIntegration/ the direct link:

Re: Why no javadocs?

2013-01-07 Thread Johann Werner
Am 07.01.2013 um 13:19 schrieb G Brown gsbr...@umich.edu: Thanks! The documentation should be part of the Getting Started and the setup wiki page, which I'd be happy to change. There are some other issues there as well. Go for it, the wiki/documentation needs way more people getting

Rép : Wonder 6.0.0 release is near

2013-01-07 Thread Raymond NANEON
Thanks PascalEnvoyé depuis iCloudLe 07 jan 2013 à 06:02, Pascal Robert prob...@macti.ca a écrit :Hi guys, Wednesday, Wonder 6.0.0 will be released in the master branch of Wonder. The current content of the master branch will now part of a new branch, wonder_5. No new commits will be created in

Re: Why no javadocs?

2013-01-07 Thread John Huss
Does linking the javadocs to eclipse work? It should, though if you are using Wonder source within Eclipse you get Javadocs for free anyways ;-) If you are using Wonder BINARIES within Eclipse you get Javadocs for free also - via the src.jar that is included.

[Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Pascal Robert
Hello, The deployment tools are now available under a Yum repository for even easier installation! If you are using CentOS 5.x/6.x, RedHat Enterprise Linux 5.x/6.x or Amazon Linux, you can simply grab the repo file:

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Jesse Tayler
what's the best way to install or update the server's WOnder installation? On Jan 7, 2013, at 10:56 AM, Pascal Robert prob...@macti.ca wrote: Hello, The deployment tools are now available under a Yum repository for even easier installation! If you are using CentOS 5.x/6.x, RedHat

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Dev WO
Hello Jesse, You don't actually need the server wonder, you just build the application embedded. Xavier On 7 janv. 2013, at 18:22, Jesse Tayler jtay...@oeinc.com wrote: what's the best way to install or update the server's WOnder installation? On Jan 7, 2013, at 10:56 AM,

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Pascal Robert
If you mean your current installation of wotaskd and Monitor, if it's in /opt/Local/Library/WebObjects, the RPMs will overwrite those files (but it shouldn't override your wotaskd configuration file). The RPMs don't install the core WO or the Wonder frameworks, it only install wotaskd, Monitor

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread David LeBer
Don't? We deploys all apps with all frameworks fully embedded, so we don't bother with server wide wo or wonder installations (aside from wotaskd. D -- David LeBer Codeferous Software On 2013-01-07, at 12:22 PM, Jesse Tayler jtay...@oeinc.com wrote: what's the best way to install or

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Jesse Tayler
ah, yes - this I certainly do -- hoever, I do recall at some time having troubles with versions, I now realize this must have been between developer boxes and the server expectation. let me rephrase -- what should one do to update their own developer box so that the frameworks we're

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Ramsey Gurley
This looks really cool Pascal. Thanks much! Has no one done a 2.4 build of the woadaptor yet? Ramsey On Jan 7, 2013, at 8:56 AM, Pascal Robert wrote: Hello, The deployment tools are now available under a Yum repository for even easier installation! If you are using CentOS 5.x/6.x,

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Pascal Robert
Le 2013-01-07 à 13:09, Ramsey Gurley rgur...@smarthealth.com a écrit : This looks really cool Pascal. Thanks much! Would be cool if someone could do the same, but for Debian and Ubuntu :-) Has no one done a 2.4 build of the woadaptor yet? Gaastra did work on changes for Apache 2.4 on OS X

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Bastian Triller
Am Montag, den 07.01.2013, 13:14 -0500 schrieb Pascal Robert: Le 2013-01-07 à 13:09, Ramsey Gurley rgur...@smarthealth.com a écrit : This looks really cool Pascal. Thanks much! Would be cool if someone could do the same, but for Debian and Ubuntu :-) i'm currently doing that. Has no

Re: Wonder 6.0.0 release is near

2013-01-07 Thread Miguel Torres
Thanks Miguel. On 07/01/2013, at 08:02, Pascal Robert prob...@macti.ca wrote: Hi guys, Wednesday, Wonder 6.0.0 will be released in the master branch of Wonder. The current content of the master branch will now part of a new branch, wonder_5. No new commits will be created in the

Deploying for Java 1.6

2013-01-07 Thread Johnny Miller
Hi, I have a system running OS X 10.5.8 with Java 1.6.0_26 I've been compiling applications for this environment for Java 1.5. But I had an app that was using ERXFileUtilities.stringFromFile(File f) and that requires Java 1.6 in the newer versions of Wonder. So I tried compiling my app for

Re: Deploying for Java 1.6

2013-01-07 Thread Johnny Miller
I think I'm running Java 1.6? If I run which java from the command line I get /usr/bin/java and if I run java -version I get Java 1.6.0_26. Is there something else I can check? On Jan 7, 2013, at 2:58 PM, Chuck Hill ch...@global-village.net wrote: Are you SURE you are running with a 1.5

Re: Deploying for Java 1.6

2013-01-07 Thread Johnny Miller
Could the org.eclipse.jdt.launching.JRE_CONTAINER be causing the problem? ?xml version=1.0 encoding=UTF-8? classpath classpathentry kind=src path=Sources/ classpathentry kind=con path=WOFramework/ERExtensions/ classpathentry kind=con path=WOFramework/ERJars/