Re: WO Installer

2010-06-18 Thread Simon
i used it yesterday and it worked fine form me...? maybe you need a fresh download of the installer itself ? wget http://webobjects.mdimension.com/wolips/WOInstaller.jar On 18 June 2010 17:11, Julio Ortiz wrote: > > Hi, > > I have using successfully in different platforms the WO.jar WOlips+ >

Re: [OT] Service Mapping Description with REST?

2010-06-18 Thread Ramsey Gurley
On Jun 18, 2010, at 12:26 PM, Pascal Robert wrote: I was wondering if REST had something similar to WSDL, eg a standard that let you find out available services. I've heard of WSDL 2.0 (^_~) http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/ To be fair, I haven't actually

Re: Setting enctype = "multipart/form-data" via D2W Rule

2010-06-18 Thread David Holt
Hi Berney, On 18-Jun-10, at 9:46 AM, Bernard Bradley wrote: Thanks Anjo, but I'm still not seeing it. I added a rule as: Priority = 100 Left-Hand Side = "true" Right-Hand Side Key = formEncoding <-- From the doc you linked to, shouldn't this be "enctype"? Right-Hand Side Value = "multip

Re: [OT] Service Mapping Description with REST?

2010-06-18 Thread Alexis Tual
I haven't worked with this but came across WADL generated by jersey (REST Library for java) https://wadl.dev.java.net/ Alex Le 18 juin 2010 à 18:26, Pascal Robert a écrit : > I was wondering if REST had something similar to WSDL, eg a standard that let > you find out available services. And l

Re: Setting enctype = "multipart/form-data" via D2W Rule

2010-06-18 Thread Anjo Krank
> Should it be a different class? Nope. Your look's inspect page must have this bound to its form, though. Like: EditingForm: ERXOptionalForm { enctype = d2wContext.formEncoding; hasForm = d2wContext.hasForm; multipleSubmit = true; name = "EditForm"; } Cheers, Anj

Re: Setting enctype = "multipart/form-data" via D2W Rule

2010-06-18 Thread Bernard Bradley
Thanks Anjo, but I'm still not seeing it. I added a rule as: Priority = 100 Left-Hand Side = "true" Right-Hand Side Key = formEncoding Right-Hand Side Value = "multipart/form-data" Class = com.webobjects.directtoweb.Assignment Should it be a different class? On Jun 18, 2010, at 1:02 AM, Anjo K

[OT] Service Mapping Description with REST?

2010-06-18 Thread Pascal Robert
I was wondering if REST had something similar to WSDL, eg a standard that let you find out available services. And look like it exist : http://groups.google.com/group/json-schema/web/service-mapping-description-proposal I played with this a bit by doing a static SMD file for a ERRest service

RE: deployment on tomcat

2010-06-18 Thread Cros Laurent
Ok I successed to create my jcommops-ptf.jar with all in it. And tomcat started it correctly the app. Still don't have answer on my page but it's a library problem which I have to figure out but I'll see that on Monday Thanks you all for the help and have a good week end. Laurent. -Mess

WO Installer

2010-06-18 Thread Julio Ortiz
Hi, I have using successfully in different platforms the WO.jar WOlips+ Eclipse Installer, I have downloaded from http://web.me.com/pccdonl/wo.jar . It works great. But since a while it hangs Extracting WebObjects Runtime, It seems like is not able to download that package. Please h

WOWODC: latest news

2010-06-18 Thread Pascal Robert
Hello everyone, Don't forget that early bird pricing ends on in two days! And the topics list was updated in the last couple of days, check it out : http://www.wocommunity.org/wowodc10/topics.html See you in August! -- Pascal Robert prob...@macti.ca WOWODC 2010 : August 27th-29th, M

RE: deployment on tomcat

2010-06-18 Thread Cros Laurent
Ooops I forgot to answer to this question : Which WebObjects and Wonder version ? Wonder 5.0.0 Webobjects 5.4.3 I put all on maven There was an error with installing wonder on maven so I put the wonder library frameworks jar on my maven repository. Cheers, Laurent. -Mess

RE: deployment on tomcat

2010-06-18 Thread Cros Laurent
Henrique, Before receiving this email, I got the error where it dosen't know how to get the properties file So I modify the ERXApplication.java file to log the wouserDir and it's : C:\java\apache-tomcat-6.0.26\bin so I modify the java file to go in the right path like this woUserDir = woUser

Re: Migrations Help

2010-06-18 Thread Andrew R. Kinnie
Apparently, my problem was simply that the property needs to be set at the last migration run, rather than the next migration you intend to run. In my case, it should have been "0" instead of 1. My inner join didn't do anything, but that's a separate problem. Andrew On Jun 18, 2010, at 9:33 A

Migrations help

2010-06-18 Thread Andrew R. Kinnie
Greetings, I am now trying to learn and use migrations for the site I'm working on. The site is currently hosted on an Openbase db, and my dev machine has a MySQL db. I've managed to get it working on my MySQL db (and obviously it already works on the Operbase db). So on my dev machine, I ha

Re: deployment on tomcat

2010-06-18 Thread Henrique Prange
Hi Laurent, On 18/06/10 05:07, Cros Laurent wrote: Hi Henrique, Thanks for answering me yesterday evening ! I put the WOJarBundle to true and now the application can't load my Properties file, it's located : C:\java\apache-tomcat-6.0.26\webapps\jcommops-ptf\WEB-INF\jcommops-ptf.woa\Contents\

Re: bug or feature in NSNumberFormatter

2010-06-18 Thread Michael Schmiedgen
>> I get strange behaviour if and only if formatting the >> value of zero. Am I something missing? Or what is the >> point here? >> >> - >> >> NSNumberFormatter nf = new NSNumberFormatter("__0.00"); >> >> nf.setLocalizesPattern(true); >> nf.format(new Integer(0)); // formatted number is '0' >>

RE: deployment on tomcat

2010-06-18 Thread Cros Laurent
Hi Henrique, Thanks for answering me yesterday evening ! I put the WOJarBundle to true and now the application can't load my Properties file, it's located : C:\java\apache-tomcat-6.0.26\webapps\jcommops-ptf\WEB-INF\jcommops-ptf.woa\Contents\Resources\properties Here is the error : Caused by

Re: Setting enctype = "multipart/form-data" via D2W Rule

2010-06-18 Thread Anjo Krank
whatever => formEncoding = "multipart/form-data" [100] Am 18.06.2010 um 04:10 schrieb Bernard Bradley: > Hi to all the D2W gurus, > > I'm struggling with getting the ERD2WEditAttachment component to work and I > think it has to do with setting enctype = "multipart/form-data" properly. > The