Re: Newer Version of Axis?

2007-08-09 Thread Philippe Lafoucrière
On 9 août 07, at 08:33, Oliver Egger wrote: Did anyone try to integrate Axis2 with webobjects? nope, we decided to go with codehaus xfire instead, and leave axis jar untouched (what a mess...) Xfire is working great by the way. ___ Do not post ad

Re: Flex integration with WO

2007-08-09 Thread Philippe Lafoucrière
On 9 août 07, at 15:13, Pascal Robert wrote: I'm looking at Flex 2 right now, and I was wondering if any of you is playing with this tech and if you are trying to integrate it with WO ? I guess I need to create a WO implementation of AMF3 so that data exchange is easier than using SOAP :

Re: Flex integration with WO

2007-08-09 Thread Philippe Lafoucrière
On 9 août 07, at 16:34, Pascal Robert wrote: http://www.jamesward.org/census/ Look like Adobe's claims that AMF3 is 75% faster than SOAP are true. yes, but I guess you have to use some external libs, or even worth flex data server (FDS) which cost a LOT of money. Anyway, Using Flex and W

Re: Installing Web Objects 5.3.3 on Windows for development

2007-09-17 Thread Philippe Lafoucrière
On 13 sept. 07, at 23:50, Pierre Bernard wrote: I believe I was the one who suggested this procedure the last time this discussion came up. I however never actually tried the procedure. My customer still runs WO 5.2.x In that same discussion thread someone did however try the procedure a

Re: WO(Re)petition

2007-10-02 Thread Philippe Lafoucrière
On 2 oct. 07, at 09:24, Stéphan Mertz wrote: Think Different : Please Opensource WebObjects Too late ! we're dropping WO due to the recent lack of windows and linux support. What a shame... ___ Do not post admin requests to the list. They will b

WOWebServiceClient and .Net Auth Header

2006-10-19 Thread Philippe Lafoucrière
Hi, we need to consume a .net webservice which require the use of a auth header in a SOAP envelop : xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";> http://mywebservice.com/ws

Re: using SSL in Webobjects 5

2006-11-28 Thread Philippe Lafoucrière
On 28 nov. 06, at 16:36, Daniele Corti wrote: Hi all, I tried to find out how to use SSL in webobjects 5, and I've found just this: http://developer.apple.com/documentation/ WebObjects/DesktopApplications/DistributionLayer/ chapter_6_section_7.html Hello, again, the right (and useful

Re: using SSL in Webobjects 5

2006-11-29 Thread Philippe Lafoucrière
On 29 nov. 06, at 13:11, Daniele Corti wrote: is there a way to make it run on the port 80, or I need to deploy it on a server? You can try to force the port with -WOPORT 80 (more info : http:// developer.apple.com/documentation/WebObjects/Deployment/ Deploying_Applications/Reference/cha

Re: Xcode and WO development?

2006-12-14 Thread Philippe Lafoucrière
On 14 déc. 06, at 18:17, Florijan Stamenkovic wrote: And to another post: 100 Euro for an integrated WO dev suite, or even just an .woa .eomodel editor duo, would be more then an agreeable price to pay. Would not hesitate. 200 bucks with uml capabilities ;)

Kamayo is hiring in France

2006-12-15 Thread Philippe Lafoucrière
. To apply, send an email to plafoucriere AT kamayo.com with your resume, your contract rate, an attached sample of 100-150 lines of your best WO code and your availability. -- Philippe Lafoucrière C.T.O. Mobile : +33 (0)6.89.54.49.62 KAMAYO Interactive Solutions 66, Ave de Landshut Centr

objectsMatchingKeyAndValue woes

2006-12-16 Thread Philippe Lafoucrière
Hello, this problem is driving me crazy : I want to fetch a simple entity, using a functionnal key "code". Here's a simple example : public Boolean codeIsValid() { EOEditingContext ec = ((Session)session()).defaultEditingContext(); try { NSArray Codes = EOUtil

Re: objectsMatchingKeyAndValue woes

2006-12-16 Thread Philippe Lafoucrière
On 17 déc. 06, at 02:41, Miguel Arroz wrote: Hi! This is voodoo, but... what happens with: Agree, this is voodoo... NSArray Codes = EOUtilities.objectsMatchingKeyAndValue(ec, "Code", "code", code.toString()); not working and NSArray Codes = EOUtilities.objectsMatchingKeyAndValu

Re: objectsMatchingKeyAndValue woes

2006-12-16 Thread Philippe Lafoucrière
okk, looks like a pretty nice bug here in EOF : If I change the code parameter to codePIN, the behaviour is correct. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.ap

Re: objectsMatchingKeyAndValue woes

2006-12-17 Thread Philippe Lafoucrière
On 17 déc. 06, at 14:56, Miguel Arroz wrote: Hi! codePIN!? Where did that come from? Why does it work? It's an instance variable, a String exactly. The point is that I can't a variable which name is "code" only. I've search the class for possible sideeffects of using an instance variab

Re: eomodeler and prototypes in framework

2007-01-03 Thread Philippe Lafoucrière
On 3 janv. 07, at 18:34, Mike Schrag wrote: Not sure I understand the bug you're seeing: "as there is no space between the entity name and the list of attributes, one of my entity is probably seen as a function and the script fails". Can you give me an example of the entity name/attribute

Re: eomodeler and prototypes in framework

2007-01-04 Thread Philippe Lafoucrière
On 3 janv. 07, at 18:56, Mike Schrag wrote: This is an OpenBase bug. Either their parser should handle this (Which it should.) or they should modify OpenBasePlugIn to override EOSynchronizationFactory.createTableStatementsForEntityGroup and generate a space. I just added a regex that add

Re: eomodeler and prototypes in framework

2007-01-05 Thread Philippe Lafoucrière
On 4 janv. 07, at 10:33, Scott Keith wrote: Version is a function name in OpenBase (and reserved word when followed by parens). So it is interpreting this as function version (). If you use a different table name you should be all set. We will take a look at the plugin and see if we can t

EOModel Schema synchronisation

2007-01-05 Thread Philippe Lafoucrière
Hello, I was wondering if so ever tried the synchronize an eomodel in openbase using the openisql command "synchronize". I googled for it and didn't find any clue on how it works. To sum up, my choices to sync : - Use eomodeler sync utility (seems to be broken sometime, depending on JDBC

Re: Suggestions for handling DoS attack, well kind of

2007-02-04 Thread Philippe Lafoucrière
On 1 févr. 07, at 14:17, Jerry W. Walker wrote: A true DoS attack will probably hit your main page as well, but if it's a DDOS attack, although it's really a different issue that has to be handled upstream of your application server to get back on the air, at least it won't bring your ap

Re: Unable to get height/width information for image

2007-02-21 Thread Philippe Lafoucrière
On 21 févr. 07, at 21:09, Sean wrote: When launching my WOApplication I get the following error message : could not get height/width information for image at /cgi- bin/WebObjects/NewTicketTr acker.woa/wr?wodata=ERROR_NOT_FOUND_framework_*null*_filename_images %2Fsignin.gif / images/signin.gi

Re: Unable to get height/width information for image

2007-02-22 Thread Philippe Lafoucrière
On 21 févr. 07, at 21:41, Sean wrote: Yes I am using WOLips. Actually I just realized when i closed eclipse, the images directory gets removed. The images are under WebServerResources because the documentation for WOImage says filename "Path to the image relative to the WebServerResources

testing components with junit

2007-02-26 Thread Philippe Lafoucrière
Hello all, is there a way to test WoComponents with junit ? WOUnitTest sounds like a solution, but I had bad feedbacks on it. Thank by advance Philippe ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: testing components with junit

2007-02-26 Thread Philippe Lafoucrière
On 26 févr. 07, at 15:54, Kieran Kelleher wrote: An alternative is Selenium. We have a flash interface based on flex, I don't think it will be easier... I'll take a look though. Thanks Philippe ___ Do not post admin requests to the list. They

Re: Is it possible to deploy on OS X Client?

2007-06-06 Thread Philippe Lafoucrière
On 6 juin 07, at 01:34, Pascal Robert wrote: The main difference is that Monitor and wotaskd can be started from Server Admin and launchd on Server, on OS X "Client", you can it with /System/Library/StartupItems/WebObjects. You also need to install WO on "client", deployment stuff is alrea

Re: Create a sub-domain

2006-04-24 Thread Philippe Lafoucrière
On 24 avr. 06, at 14:22, Zak Burke wrote: Colin Shreffler wrote on 4/23/06 4:13 PM: Does anyone know to dynamically create a sub-domain in apache from within Web Objects? If you really mean a sub-domain, you can't do that without updating your DNS server and restarting Apache. If all you

fetch loop

2006-04-24 Thread Philippe Lafoucrière
ds like a quite old method for me.Thank you by advance for your helpPhilippe -- Philippe Lafoucrière C.T.OMobile : +33 (0)6.89.54.49.62KAMAYOInteractive Solutions66, Ave de LandshutCentre de TransertBP 5014960201 Compiègne Cedex - FranceTel : +33 (0)3.44.36.70.48Fax : +33 (0)3.44.30.21.0

Re: fetch loop

2006-04-24 Thread Philippe Lafoucrière
WO is java these days so you can certainly do it with that. Unless you want to be all trendy and risky and go the AJAX route? Ho no no, getting data from the webservice is done in background. My application is just some business logic running in background, and a few dynamic pages for repo

Re: fetch loop

2006-04-24 Thread Philippe Lafoucrière
On 24 avr. 06, at 17:30, Ken Anderson wrote: You could always use a timer and then create a connection to the web service whenever the timer fires. A standard java timer would work, but you could also use WOTimer. Thx. would it be appropriate to call this fetch method from application.j

Re: fetch loop

2006-04-24 Thread Philippe Lafoucrière
On 24 avr. 06, at 17:36, Ken Anderson wrote: Sure. You could start the timer in the constructor, then have the timer call a method in Application that does the work. Thank you very much -- Philippe ___ Do not post admin requests to the list. The

Re: fetch loop

2006-04-24 Thread Philippe Lafoucrière
On 24 avr. 06, at 19:27, Kieran Kelleher wrote:Er, here it is again... hoping I am less than 30K moderator limit this time!---Create a class, say "CheckRemoteTask" that extends java.util.TimerTask and put your webservice checking code in the run() method. If you are interaction

Re: fetch loop

2006-04-26 Thread Philippe Lafoucrière
On 25 avr. 06, at 12:55, Kieran Kelleher wrote:Also, when I said the "DA can run the code", I really mean the "DA should spawn off your CheckRemoteTask into a separate thread" in case your checking code is longer than the allowable 30 seconds for R-R loop. This is really easy if your just use use a

[NOOB-QUESTION] where should a jar file ?

2006-04-27 Thread Philippe Lafoucrière
Hello,I can't find in the documentation (and google btw)  how to solve this simple problem :I have to add an external library to my wo project, and I can't find in the doc where I should put the jar file.Can you help me please ?Thank you by advanceRegardsPhilippe -- Philippe L

Re: [NOOB-QUESTION] where should a jar file ?

2006-04-27 Thread Philippe Lafoucrière
On 27 avr. 06, at 15:28, Paul Lynch wrote: On 27 Apr 2006, at 14:20, Philippe Lafoucrière wrote: I can't find in the documentation (and google btw) how to solve this simple problem : I have to add an external library to my wo project, and I can't find in the doc where I shou

Re: [NOOB-QUESTION] where should a jar file ?

2006-04-27 Thread Philippe Lafoucrière
On 27 avr. 06, at 15:57, Robert Walker wrote: Philippe, Also if you double-click your "Application Server" target, click on "Expert View," you will find the "OTHER_JAVA_CLASS_PATH" setting. If you add your path there Xcode will append it to the generated class path. That is if you are

Re: [NOOB-QUESTION] where should a jar file ?

2006-04-29 Thread Philippe Lafoucrière
On 27 avr. 06, at 18:55, Chuck Hill wrote: On Apr 27, 2006, at 6:28 AM, Paul Lynch wrote: /Library/Java/Extensions is usually a good spot for random individual jars Allow me to vehemently disagree with that statement. /Library/Java/ Extensions is usually a terrible spot for random ind

Re: [NOOB-QUESTION] where should a jar file ?

2006-05-06 Thread Philippe Lafoucrière
Not in the template, but the WO loader has support for one. Put the jars in AppName.woa/Contents/Extensions Where they will be picked up automatically by the WO bootstrap class. Hello, sorry to come again with that, but can I put the jars in the AppName.woa/Contents/Extensions automati

Re: [NOOB-QUESTION] where should a jar file ?

2006-05-08 Thread Philippe Lafoucrière
sorry to come again with that, but can I put the jars in the AppName.woa/Contents/Extensions automatically ? No, you will have to modify the build process to do this. Thank you Chuck for your response. I still don't understand why it is so "hard" to deal with a few jar libraries :( Ph

Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
ksPhilippe -- Philippe Lafoucrière C.T.OMobile : +33 (0)6.89.54.49.62KAMAYOInteractive Solutions66, Ave de LandshutCentre de TransertBP 5014960201 Compiègne Cedex - FranceTel : +33 (0)3.44.36.70.48Fax : +33 (0)3.44.30.21.03www.kamayo.com*** ___ Do not post admi

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
On 10 mai 06, at 12:59, Guido Neitzer wrote: On 10.05.2006, at 12:33 Uhr, Philippe Lafoucrière wrote: xcode is going to drive me nuts. I have designed a EOModel using Xcode. Just don't do that. It's broken, slow, bad, ugly and sometimes kills your existing models. Use the stan

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
On 10 mai 06, at 13:09, Tonny Staunsbrink wrote:I say use EOModeller, the integrated editor is buggy (need to be restarted to see changes, doent't validate model consistency and sometimes corrupts your model - so pretty much next to useless). For java class generation EOGenerator (http://www.rubico

Re: [NOOB-QUESTION] where should a jar file ?

2006-05-10 Thread Philippe Lafoucrière
- SCM with svn+ssh doesn't seem to work, What is the error? I use that combination all the time, it works fine for me. always get the "autentication failed" message :( - I can't see how to easy create packages (beside putting a Package line in java files) -> I'd like to see a tree like in

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
On 10 mai 06, at 13:49, Mark Morris wrote: Just a comment, I've never had the problem with EOModeler overwriting the .java files. When you make changes to the model, click the ".java" button, then choose the "merge" option. This will open FileMerge, and you can get the new changes while

Re: [NOOB-QUESTION] where should a jar file ?

2006-05-10 Thread Philippe Lafoucrière
Well, I finally succeed in adding a jar as Framework. I had to delete all references to this files before. Nevertheless, project still compile but won't run. I've checked "Merge" in Target->Link Binary With Libraries and still have an exception (class not found) while launching :( It's f

Re: Class Generation in Xcode 2.2.1 using Modeler plugin

2006-05-10 Thread Philippe Lafoucrière
cy for any other target Thank the ML for all your post, we finally moving forward in our project today. -- Philippe Lafoucrière C.T.O Mobile : +33 (0)6.89.54.49.62 KAMAYO Interactive Solutions 66, Ave de Landshut Centre de Transert BP 50149 60201 Compiègne Cedex - France Tel : +33 (0)3.44.36.70.48

Displaying user agent in a Component

2006-05-11 Thread Philippe Lafoucrière
lippe -- Philippe Lafoucrière C.T.OMobile : +33 (0)6.89.54.49.62KAMAYOInteractive Solutions66, Ave de LandshutCentre de TransertBP 5014960201 Compiègne Cedex - FranceTel : +33 (0)3.44.36.70.48Fax : +33 (0)3.44.30.21.03www.kamayo.com*** ___ Do not post

Re: Displaying user agent in a Component

2006-05-12 Thread Philippe Lafoucrière
On 12 mai 06, at 00:49, Mankit Sze wrote: Philippe, You could call context().request().headerForKey("User-Agent") from your WOComponent. Sweet, it works like a charm ! Thank you Mankit -- Philippe - I want My Practical Objects ! ___ Do not p

Best Way to communicate with Tomcat

2006-05-16 Thread Philippe Lafoucrière
Hello, I wonder what would be the best way to interconnect some webobjects servers with a tomcat one. I'm thinking of several solutions (SOAP/WSDL, RMI, JMS, etc.), but what are respective performances of this solutions ? Thank you by advance, Philippe

Re: Best Way to communicate with Tomcat

2006-05-17 Thread Philippe Lafoucrière
easy to implement in WO too. Thank you Philippe -- Philippe Lafoucrière C.T.O Mobile : +33 (0)6.89.54.49.62 KAMAYO Interactive Solutions 66, Ave de Landshut Centre de Transert BP 50149 60201 Compiègne Cedex - France Tel : +33 (0)3.44.36.70.48 Fax : +33 (

Re: WO Web Services + Cocoa

2006-05-19 Thread Philippe Lafoucrière
On 19 mai 06, at 14:16, Mike Schrag wrote: I just went through the pain of getting a cocoa client to call a WO Web Service. For anyone who would like to avoid this same pain, I wrote up the steps in the Wikibook: http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Services/ Web_Servi

Re: Documentation Issue

2006-06-09 Thread Philippe Lafoucrière
On 9 juin 06, at 15:08, Frank J. Schima wrote: Hi all, I'm running Xcode 2.3 and I installed the "May 2006 ADC Reference Library Update" documentation from May 31 and waited through the long Java docs linking process. I cannot seem to find documentation for WO elements such as WOText, W