Re: [Wonder-disc] Where and when does WebObjects read its Properties file?

2007-08-12 Thread James Cicenia
A HA! That should work as I don't use wonder... just ERJavaMail. On Aug 11, 2007, at 10:43 PM, Art Isbell wrote: On Aug 11, 2007, at 5:36 PM, James Cicenia wrote: I don't see that method in the javadocs ?! Is that WOApplication or a wonder version? On Aug 11, 2007, at 9:22 PM, Jeff Clit

Newbie - Running some Wonder examples in Eclipse

2007-08-12 Thread David BON
Hi, I try to install my first example of a Wonder project into Eclipse but can't finalize any of the installation. I try to import/install different examples provided with Wonder as Bugtracker, D2WListexample, D2WInspectExample, AjaxExample or AjaxLookExample... But I can't have any one o

Re: Newbie - Running AjaxExample -> Solved

2007-08-12 Thread David BON
Finally It seems I fix the issue for one of the example: AjaxExample. In the build path I had a servlet.jar configured that was expected in the Library/WebObjects/Extensions/ but doesn't exist. I remove this reference and now the application launch. I'll have to play with it to see if everyt

Re: Newbie - Running some Wonder examples in Eclipse

2007-08-12 Thread David Holt
Hi David, There is a mailing list that is specifically for WOnder related discussion: https://lists.sourceforge.net/lists/listinfo/wonder-disc What I do with the WOnder stuff is import all the projects into my Eclipse workspace from the CVS repository. I then synchronize the projects with

Yes, even one more concurrency question - relationship "freshness"

2007-08-12 Thread Miguel Arroz
Hi! This one should be simple. I have object A that has a to-many relationship to B. So, A contains Bs. I fetch A that contains one B. Then, I add another B to the relationship. Some other app deletes the B that was there before, and saves changes. When I save changes on my app, I

Proxied Scripting

2007-08-12 Thread Nico Rossi
Hi: Has anyone designed or implemented a proxied scripting environment similar to Facebook's FBM -- http://developers.facebook.com/documentation.php?v=1.0&doc=fbml -- in WebObjects? Interested to hear your ideas. -- = Nico Rossi [EMAIL PROTECTED] = _

WOServletAdaptor trouble with tomcat

2007-08-12 Thread Jonathan Meijer
Hi, I have been trying to deploy on Tomcat a WARed application. The issue I get is that Tomcat logs a bunch of stuff including "- Marking servlet WOServletAdaptor as unavailable" (see the full log below) when I fire up the app, and that going to the app's URL (http://localhost:8080/TestProject/We