JDK 1.4.2 under 10.6.7

2011-06-15 Thread Frédéric JECKER
Moin list, I need to setup my workspace in order to compile my app with an 1.4 vm. So I downloaded JavaForMacOSX10.5Update4 from Apple's website and extracted the 1.4.2 directory from the archive and copied it to the new standard java vm location (/System/Library/Java/JavaVirtualMachines). Under

Re: JDK 1.4.2 under 10.6.7

2011-06-15 Thread Frédéric JECKER
running 1.4 vms De : Pascal Robert prob...@macti.ca Date : Wed, 15 Jun 2011 08:08:21 -0400 À : Frédéric JECKER f.jec...@symaris.com Cc : WebObjects-Dev Mailing List List webobjects-dev@lists.apple.com Objet : Re: JDK 1.4.2 under 10.6.7 It would be more easier to set Eclipse compilation

Re: JDK 1.4.2 under 10.6.7 - partially solved

2011-06-15 Thread Frédéric JECKER
/ and then configuring the vm location in eclipse works great. Note to self : keep a spare snow leopard system because Lion will surely break this behaviour De : Frédéric JECKER f.jec...@symaris.com Date : Wed, 15 Jun 2011 14:41:28 +0200 À : WebObjects-Dev Mailing List List webobjects-dev@lists.apple.com

Preventing an EOEditing context from being disposed

2011-06-01 Thread Frédéric JECKER
Hi list, My app uses a singleton object to manage communication with third party app. In order to save some database queries, this singleton statically caches some simple EO's within an NSArray. This works pretty well except that sometimes I encounter such messages :

Re: Preventing an EOEditing context from being disposed

2011-06-01 Thread Frédéric JECKER
so that it won't get disposed Thanks for your help ! Fred De : Mike Schrag msch...@pobox.com Date : Wed, 1 Jun 2011 08:39:27 -0400 À : David Avendasora webobje...@avendasora.com Cc : Frédéric JECKER f.jec...@symaris.com, WebObjects-Dev Mailing List List webobjects-dev@lists.apple.com Objet

Re: static 'toolbar' question

2011-04-12 Thread Frédéric JECKER
Hi This can be easily done with the following css rules. #toolbar { position: fixed; top : 0; /* you can also use bottom:0; if you want to stick the toolbar at the bottom of your page */ width :100%; } -Message d'origine- De : Theodore Petrosky

Re: Can I get arguments from command line?

2011-03-22 Thread Frédéric JECKER
Hi, You could achieve this by using System.getProperty(anArgument) and by setting your argument using -DanArgument=qwerty Regards Fred -Message d'origine- De : Xavi Garcia x...@inedit.com Date : Tue, 22 Mar 2011 12:28:19 +0100 À : webobjects-dev@lists.apple.com Objet : Can I get

Re: Ajax / DirectActions and performance issues

2011-03-18 Thread Frédéric JECKER
Thanks for the hints ! De : Chuck Hill ch...@global-village.net Date : Thu, 17 Mar 2011 10:11:59 -0700 À : Frédéric JECKER f.jec...@symaris.com Cc : WebObjects-Dev Mailing List List Webobjects-dev@lists.apple.com Objet : Re: Ajax / DirectActions and performance issues Hi, On Mar 17

Ajax / DirectActions and performance issues

2011-03-17 Thread Frédéric JECKER
Hi, We've rolled out a new feature in our app which includes an agenda (Jquery/FullCalendar). The data loading is done through Ajax queries/DirectAction/JsonResponse. Since then we are facing huge performance issues going from instance death to JVM crashes. We first added a few more instances and

NSNotificationCenter

2011-03-01 Thread Frédéric JECKER
Hello, Some customers asked us for adding some automatic per user notifications when some specific events happen within our application (each user should be able to specify its own criterias). I'm looking at NSNotification/NSNotificationCenter for this purpouse but I'm wondering if the

Re: NSNotificationCenter

2011-03-01 Thread Frédéric JECKER
De : Christian TROTOBAS christian.troto...@intellicore.net Date : Tue, 1 Mar 2011 10:52:17 +0100 À : Frédéric JECKER f.jec...@symaris.com Objet : Re: NSNotificationCenter Hello Fred On 1 mars 2011, at 10:48, Frédéric JECKER wrote: Hello, Some customers asked us for adding some

Re: NSNotificationCenter

2011-03-01 Thread Frédéric JECKER
persistent notification thingy yourself). Cheers, Anjo Am 01.03.2011 um 12:59 schrieb Mike Schrag: It's performed on whatever thread you post the notification from. Sent from my iPhone On Mar 1, 2011, at 4:48 AM, Frédéric JECKER f.jec...@symaris.com wrote: Hello, Some customers asked us

Re: Strange Apache issue

2011-02-01 Thread Frédéric JECKER
Already tried this one !! I also tried to copy the configuration from working servers.. Without success De : Jesse Tayler jtay...@oeinc.com Date : Tue, 1 Feb 2011 03:29:05 -0500 À : Frédéric JECKER f.jec...@symaris.com Cc : Webobjects-dev@lists.apple.com Webobjects-dev@lists.apple.com Objet

Strange Apache issue

2011-01-31 Thread Frédéric JECKER
Hi, I just installed a new server and can't figure where I missed something. In the mod_WebObjects configuration file, if I use /cgi-bin/WebObjects everything works fine but if I switch to /Scripts/WebObjects Apache returns the requested page as a download ! Any idea where I can look ? Regards

WO 5.2 / 5.3 run app standalone.

2011-01-13 Thread Frédéric JECKER
Hi all, Using webobjects 5.2 when I used to run an app standalone on a server (for testing purpouses ­ using the .cmd or the .sh file) I could connect to it directly using the port displayed in the console (ie 127.0.0.1:1234) Now with webobjects 5.3 the URL changed to

Re: WO 5.2 / 5.3 run app standalone.

2011-01-13 Thread Frédéric JECKER
...@ingencys.net Date : Thu, 13 Jan 2011 09:37:51 +0100 À : Frédéric JECKER f.jec...@symaris.com Cc : Webobjects-dev@lists.apple.com Webobjects-dev@lists.apple.com Objet : Re: WO 5.2 / 5.3 run app standalone. Hi, Why not using WOLips for testing purposes ? Jérémy Le 13 janv. 2011 à 09:30, Frédéric

Re: WO 5.2 / 5.3 run app standalone.

2011-01-13 Thread Frédéric JECKER
Thanks Cheong, this solved my issue !! And thanks Farrukh for the link, it found its place in my bookmarks ^ De : Farrukh Ijaz farrukh.i...@fuegodigitalmedia.com Date : Thu, 13 Jan 2011 12:39:34 +0300 À : Frédéric JECKER f.jec...@symaris.com Cc : Webobjects-dev@lists.apple.com Webobjects-dev

Windows 2008 64bits deployment

2010-12-02 Thread Frédéric JECKER
Hi, One of our customer is willing to update its servers to Win 2K8 R2 64 bits Has anyone on the list ever deployed this platform ? If yes, should I stick to a x86 JVM (as apache binaries and adaptor are also x86) ? Thanks ___ Do not post admin

Re: Windows 2008 64bits deployment

2010-12-02 Thread Frédéric JECKER
Or maybe update the windows deployment page (if needed) http://wiki.objectstyle.org/confluence/display/WO/Deploying+on+Windows De : David Avendasora webobje...@avendasora.com Date : Thu, 2 Dec 2010 11:30:58 -0500 À : Mertz Stéphan s.me...@improve.fr Cc : Frédéric JECKER f.jec...@symaris.com

Re: MacBook from hell again... or Fusion?

2010-10-24 Thread Frédéric JECKER
Hi, I run fusion (hosting a linux+oracle vm) along eclipse 3.6 all day long without any issue Regards Fred Le 22 oct. 2010 à 14:08, James Cicenia a écrit : OK - I installed everything on a different computer. It went like a charm. So now I was thinking that the only different about

WOComponent.generateResponse

2010-10-19 Thread Frédéric JECKER
Hi, Using generateResponse on a WOComponent (obtained through pageWithName) I always have a character appended to the response. Is there a clean way to prevent this character to be appended to the generated response String ? Regards Fred ___

Re: WOComponent.generateResponse

2010-10-19 Thread Frédéric JECKER
schrieb Frédéric JECKER: Hi, Using generateResponse on a WOComponent (obtained through pageWithName) I always have a character appended to the response. Is there a clean way to prevent this character to be appended to the generated response String ? Regards Fred

Re: Textarea with character countdown

2010-10-11 Thread Frédéric JECKER
Hi, I wrote some time ago a Javascript object to handle this case (requires prototype.js). You could maybe improve it in order to get twitter's negative char count. document.observe('dom:loaded', function(event){ new LiveTextArea('fieldID', 'countPanelID', 1000,

Interracting with Tuxedo services

2010-09-20 Thread Frédéric JECKER
Hi, I'm wondering if anybody on the list already succeeded to consume/interact with tuxedo services from a WO Application without relying on native parts ? Thanks Fred ___ Do not post admin requests to the list. They will be ignored.

Re: Interracting with Tuxedo services

2010-09-20 Thread Frédéric JECKER
Almost : http://www.oracle.com/technetwork/middleware/tuxedo/overview/index.html Obscure, closed source, undocumented (at least freely), old, complex. scary ^^ Frédéric JECKER Chef de projet technique GIP s...@ris Pavillon 1 27 rue du 4ème RSM B.P. 29 F-68250 ROUFFACH Tél : +33 (0)3 89 78 79

Re: Interracting with Tuxedo services

2010-09-20 Thread Frédéric JECKER
I already thought on writing my own layer (presently my first idea) but this nasty thing is so closed that it will take ages. SALT or JOLT may be interesting alternatives but I don't master the tuxedo platform (owned and maintained by another company) so I don't think it's installed. I think

Re: Interracting with Tuxedo services

2010-09-20 Thread Frédéric JECKER
Hehe ^^ At least when I google WebObjects i find the community website and all the information needed to start a project ! Le 20 sept. 2010 à 16:08, Pascal Robert a écrit : Le 2010-09-20 à 10:06, Frédéric JECKER a écrit : Almost : http://www.oracle.com/technetwork/middleware/tuxedo

Re: apache vs. tomcat (or glassfish)

2010-09-08 Thread Frédéric JECKER
Hi peter, which version of WO do you run with the IIS adaptor ? (we also run the IIS Adaptor with WO 5.2.2 on windows but would like to migrate to WO 5.4) Le 8 sept. 2010 à 03:02, Peter Vandoros a écrit : We've been using the IIS adaptor on Windows (up to Windows Server 2003; not sure about

Debugging EO design smells

2010-05-27 Thread Frédéric JECKER
Hi, I'm working on a 10yo woapp that started recently to behave strangely when deleting records : the saveChanges() methods triggered a complete refresh on some huge tables. After searching a while we found that this was caused by to-many relationships which had inverse relationships. We

EOModel problem with a maven packaged application

2010-03-30 Thread Frédéric JECKER
Hi, I'm facing the following problem while deploying a 5.3.3 maven packaged application on a windows server : [2010-03-30 14:40:04 CEST] main com.webobjects.foundation.NSForwardException for java.io.FileNotFoundException: JAR entry Resources/PmsiAmb.eomodeld\Lieu.plist not found in

Re: EOModel problem with a maven packaged application

2010-03-30 Thread Frédéric JECKER
you replace the EOModels added to the group by your EOModel subclass. Fred Le 30 mars 2010 à 15:49, Frédéric JECKER a écrit : Hi, I'm facing the following problem while deploying a 5.3.3 maven packaged application on a windows server : [2010-03-30 14:40:04 CEST] main

Re: http://maven.wocommunity.org

2010-03-17 Thread Frédéric JECKER
Hi, I accidentally screwed up my local repo this morning and I tried to build the plugins manually. Maybe I was wrong but the mvn clean install from the woproject directory did nothing, and it seems that there are some version errors between the master pom and the sub project pom (the master

Re: http://maven.wocommunity.org

2010-03-17 Thread Frédéric JECKER
, it is always a good practice to have your own repository manager proxying the repositories you require, including the WOCommunity repository. Cheers, Henrique On 17/03/10 09:37, Frédéric JECKER wrote: Hi, I accidentally screwed up my local repo this morning and I tried to build the plugins

Dealing with maven transitive dependencies

2010-03-17 Thread Frédéric JECKER
Hi, Sorry for the little off-topic post, but maybe if I'm lucky, someone on the list already solved the problem. So I'm mavenizing a huge app with a lot of frameworks. Some of them are core frameworks other frameworks rely on. i.e : Framework A depends on commons-lang Framework B depends on

Re: Dealing with maven transitive dependencies

2010-03-17 Thread Frédéric JECKER
. Just run the following command: mvn clean dependency:analyze Cheers, Henrique On 17/03/10 13:30, Frédéric JECKER wrote: Hi, Sorry for the little off-topic post, but maybe if I'm lucky, someone on the list already solved the problem. So I'm mavenizing a huge app with a lot

Re: Dealing with maven transitive dependencies

2010-03-17 Thread Frédéric JECKER
, You can use the Maven dependency plug-in to analyze your pom and check which dependencies are required but not declared. Just run the following command: mvn clean dependency:analyze Cheers, Henrique On 17/03/10 13:30, Frédéric JECKER wrote: Sorry for the little off-topic post

Re: WOPopup Insanity

2010-02-17 Thread Frédéric JECKER
... or add a toString() method to your object :) Le 16 févr. 2010 à 17:53, James Cicenia a écrit : I swear.. I mean it, really, I do, I had .name tagged on that. Too much D2W can totally mess with one's mind. I will slay this beast! I swear. On Feb 16, 2010, at 10:35 AM, Ramsey

Re: [OT] Javascript editing in Eclipse

2010-02-10 Thread Frédéric JECKER
I gave a try to Aptana Studio but it really slowed down my eclipse. I uninstalled it and turned back to textmate+firebug Le 10 févr. 2010 à 14:25, Ramsey Lee Gurley a écrit : Hi all, This is probably a little off topic, but here goes: What are you using to edit javascript? I've noticed

Re: Session timeout

2010-02-04 Thread Frédéric JECKER
timeout is not yet applied. When/where do you set the new timeout? Timo Am 03.02.2010 um 14:41 schrieb Frédéric JECKER: Hi Timo, The fact is that disconnections are not happening during long transactions (we are using WOLongResponsePages for those) but after user inactivity

Session timeout

2010-02-03 Thread Frédéric JECKER
Hi, In our application's Session object we set the default session timeout to 3600 seconds by a call to the setTimeOut() function within the constructor. One some specific transactions we lengthen this time by modifying the user's session (again using the setTimeOut() function). We have very

Re: Session timeout

2010-02-03 Thread Frédéric JECKER
the instance from blocking. Timo Am 03.02.2010 um 11:13 schrieb Frédéric JECKER: Hi, In our application's Session object we set the default session timeout to 3600 seconds by a call to the setTimeOut() function within the constructor. One some specific transactions we lengthen

Re: Session timeout

2010-02-03 Thread Frédéric JECKER
Trotobas a écrit : Hi Fred Could it be exceptions that cause the session to end prematurely ? And the exception being catched but hidden by a session timeout page ? Regards Christian On 3 févr. 2010, at 14:41, Frédéric JECKER wrote: Hi Timo, The fact is that disconnections

Re: WOWODC - a few pics

2009-06-09 Thread Frédéric JECKER
WOWODC Europe would be a great idea !! Frédéric JECKER Chef de projet technique GIP s...@ris Pavillon 1 27 rue du 4ème RSM B.P. 29 F-68250 ROUFFACH Tél : +33 (0)3 89 78 79 02 Courriel : f.jec...@symaris.com Web : http://www.symaris.com Le 9 juin 09 à 16:37, Amedeo Mantica a écrit : Let me try

FCKEditor integration / Developpment mode

2009-05-20 Thread Frédéric JECKER
Moin list ! I'm having hard time integrating FCKEditor into my app. In deployment mode everything runs fine, but in developpement mode, it's another story :-) To be able to run FCKEditor on developpment mode I installed the necessary scripts on my local webserver's root under /fckeditor/.

WO 5.4 under windows

2009-03-23 Thread Frédéric JECKER
Hi list, Does anyone has already succeeded in deploying WO 5.4 apps under windows ? If yes, what's the procedure to follow to update existing server installations from 5.2.3 to 5.4 ? Our clients are running only windows servers with WO 5.2.3 and we wish we could update them to the latest

Re: MySQL generate SQL problem

2008-11-27 Thread Frédéric JECKER
Hi, Simple question, do the MySql server and the WO server reside on the same machine ? I had similar problems on a linux MySql server because by default, connections coming from other ips are not allowed. Anyway, I just modifed the server config file to allow connections from foreign

Re: Bourges

2008-11-10 Thread Frédéric JECKER
Wooops Sorry for this mistake, I was too quick to send this mail and missed the autocomplete :-) FJ Le 10 nov. 08 à 11:35, Frédéric JECKER a écrit : Pour information, Le serveur de base de données de Bourges est sans doutes planté. Mr Furcy s'occupe du problème Frédéric JECKER Chef de

Bourges

2008-11-10 Thread Frédéric JECKER
Pour information,Le serveur de base de données de Bourges est sans doutes planté.Mr Furcy s'occupe du problème Frédéric JECKERChef de projet techniqueGIP [EMAIL PROTECTED]Pavillon 127 rue du 4ème RSM B.P. 29F-68250ROUFFACHTél :+33 (0)3 89 78 79 02Fax :+33 (0)3 89 78 79 00Web

Re: a nice SVN GUI client ?

2008-10-31 Thread Frédéric JECKER
Hi, Version(http://www.versionsapp.com/) is definitively the one I prefer. Even it's beta, it's already full featured and very pleaseant to use (I hold my life in a svn repository) Some non-developper friends even use it to manage their ooo/office documents Regards Le 31 oct. 08 à 13:02,

Getting the JDBC Connection from the current WOApplication

2008-10-15 Thread Frédéric JECKER
Hi list, I have to perform some SQL batch processing in my app and rather than opening a new JDBC connection i'd like to get the one opened by my app. How could I achieve to get this one ? Thanks Fred smime.p7s Description: S/MIME cryptographic signature

ECLEMMA Code coverage tool

2008-08-22 Thread Frédéric JECKER
Hi folks, Has anyone succeeded in performing code coverage for a WO app using the ECLEmma plugin ? When I run my tests, the report stays at 0% code coverage. I also tried Clover from atlassian which gives me good results (but which is far overpriced) Regards Fred smime.p7s Description:

Re: DBEdit substitute for Leopard machines

2008-08-18 Thread Frédéric JECKER
Hi, We also used Aqua Data Studio, but we recently switched to a free tool named SQLDevelopper which is worth the try (http://www.oracle.com/technology/products/database/sql_developer/index.html ) Regards Fred Le 15 août 08 à 16:34, Mersida Kurti a écrit : Hi everybody, Here's my

Re: JUnit and Classpath

2008-08-05 Thread Frédéric JECKER
/Nov/msg00699.html Regards Fred Frédéric JECKER a écrit : Hi list, I made a simple Junit test case in one of my framework, which only loads a model an tries to read an EO and writes another one. In the setUp method, I load the model, and updates its connexion dictionnary. The test keeps

JUnit and Classpath

2008-08-04 Thread Frédéric JECKER
Hi list, I made a simple Junit test case in one of my framework, which only loads a model an tries to read an EO and writes another one. In the setUp method, I load the model, and updates its connexion dictionnary. The test keeps on failing on the EOUtilities.createAndInsertObject, stating

WO 5.2.3 on a 64 bits architecture.

2008-07-21 Thread Frédéric JECKER
Hi list, We're about to deploy a new client which has brand new 64 bits servers. What is the best solution for deploying WO 5.2.3/Windows on it (if possible) : - Deploy it under Win2K3 32 bits edition ? - Deploy it under Win2K3 64 bits edition ? - Use an alternative deployment method

EOFetchSpecification text to number conversion

2008-07-07 Thread Frédéric JECKER
Hi, I recently changed a table primary key column from NUMBER(6) to NUMBER(12) for a legacy app. After this change I had a lot of bugs and discovered that search queries where returning zero rows. In this legacy app, a lot of fetch specifications are written like this : String

Re: [OT] JSF vs. WebObjects

2008-03-03 Thread Frédéric JECKER
I've used JSF (MyFaces) on a one year project before moving to WO (two years ago), here are my feelings: - A lot of XML configuration needed - Uneasy component extension/creation - Needs mixing HTML/JSP/JSF to achieve some goals - Heavy This was true two years ago, but now ? Despite those

Re: IE7 Printing WOImage issues

2008-02-11 Thread Frédéric JECKER
Hi, We had similar problem here with printing JFreeChart generated pictures with IE. The problem is that IE performs a refresh over the page before printing which is causing images to be lost. If I remember, to get rid of the problem just set the name property of the WOImage to whatever you

LazyGenericRecordBinding

2008-02-08 Thread Frédéric JECKER
Hi, I handle deep object graphs and sometimes, coming from nowhere I run into LazyGenericRecordBinding errors: [2008-02-08 14:01:29 CET] WorkerThread4 java.lang.NullPointerException at com.webobjects.eocontrol.EOCustomObject.willReadRelationship(EOCustomObject.java:1293) at

Re: Oracle on 10.4 (not server) MacIntel

2007-04-03 Thread Frédéric JECKER
Thanks for the information. To solve my issue, I downloaded VMWare Fusion, and installed it on a Windows VM... Regards Fred Pascal Robert a crit: Le 07-04-02 05:57, Frdric JECKER a crit : Moin list, Has anybody on this list achieved to install an Oracle database server

Oracle on 10.4 (not server) MacIntel

2007-04-02 Thread Frédéric JECKER
Moin list, Has anybody on this list achieved to install an Oracle database server on its MacIntel running 10.4? If yes, any help or resources will be appreciated ! Regards FJ ___ Do not post admin requests to the list. They will be ignored.

Native libraries

2007-01-11 Thread Frédéric JECKER
Moin List, Does anyone already achived to use native libraries in a webobject project ? I've tested a lot of solutions and I keep getting java.lang.UnsatifiedLinkException telling me that my native library cannot be found. When using the same objects and native libraries in a command line

Re: Native libraries

2007-01-11 Thread Frédéric JECKER
Fabrice, Thanks for your answer it helped me avoiding to struggle with paths. Once the native library was loaded I had another problem which was caused by the dll itself: I generated it from an example project where the java class holding the native methods wasn't in a package as the final

[Fwd: Re: Help !! Strange Database Issue]

2006-12-15 Thread Frédéric JECKER
By the way, to check if my WOApp used the good driver I recreated a JDBC connection and I don't think that this is the best thing to do Is it possible to get the Connection object of my EditingContext ? Frdric JECKER a crit: Moin List I just put my app into production and

Re: Help !! Strange Database Issue - Almost solved

2006-12-15 Thread Frédéric JECKER
After some investigations I found the reason of that strange behaviour I used the following code to check if the correct driver was loaded by EOF : EOModel model = EOModelGroup.defaultGroup().modelNamed("MonEOModel"); EODatabaseContext myEODatabaseContext =

Statistics

2006-09-21 Thread Frédéric JECKER
Hi all, I'm trying to get some usage statistics for my woapps. In a first try I created a small script that fetches the WOStatPage results at regular interval but each time this program establishes a connection to this page it generates some unwanted hits. Now I'm trying to get the same

Re: Newbie : Obtain the name of a server in Java

2006-09-07 Thread Frédéric JECKER
y will be ignored. Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/f.jecker%40ch-rouffach.fr This email sent to [EMAIL PROTECTED] -- ___

Checking the validity of a session from its ID

2006-09-07 Thread Frédéric JECKER
Hi all, Can anyone tell me if it is possible to check the validity of a session from its ID (and of course, how to do it). I've already had a look to the WOSessionStore object but it can't help me :-) Thanks Fred ___ Do not post admin requests to

Re: WO WYSIWG textarea editor

2006-07-13 Thread Frédéric JECKER
Hi paul, Take a look at Kupu (http://kupu.oscom.org/) it's open source and I think it should be easily incuded in a WO app ! Regards Fred Paul Wolfskin a crit: Hi, I'm looking for some WYSIWG textarea editor which can be easly added to WOForm/WOTextArea (maybe some dedicated