WOCommunity site down

2013-04-19 Thread D Tim Cummings
www.wocommunity.org The requested application was not found on this server. wiki.wocommunity.org Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /display/WONDER/Getting+Started. Reason: Error reading from

Re: WOCommunity site down

2013-04-19 Thread Pascal Robert
Fixed. Confluence ran out of heap space. Back to sleep now. www.wocommunity.org The requested application was not found on this server. wiki.wocommunity.org Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the

Re: MooTools Observer: fullSubmit not working

2013-04-19 Thread Michael Schmiedgen
Hi Johnny, In the method generateActionUrl If you put console.log(form.action) at the top of the method what does it output? 'undefined' Are your inputs nested inside a form? I just built a test case. It is a new, vanilla, Wonder Application generated with WOLips. The only thing altered

invokeAction: (...) suboptimal performance: why/where/how to avoid

2013-04-19 Thread Joseph Pachod
Hi We're sometimes seeing logs like this one: logging.ERXNSLogLog4jBridge (ERXNSLogLog4jBridge.java:40) - invokeAction: An non stored response return context.page(), which will result in suboptimal performance. The bridge being not nice enough to tell where exactly it popped up, I'm a bit lost.

RE: Creating a WO Maven project

2013-04-19 Thread Martin B
Hi Hugi, I have to agree with you about WO not being maven friendly, but with a few tweaks and minor adjustments it's definitely possible. I've migrated a bunch of old WO applications that were running on ant successfully. The only problem I still have to solve is Eclipse debugging with

Re: Creating a WO Maven project

2013-04-19 Thread Jesse Tayler
Speaking of WOWODC - I would love to see folks setup up some ad-hok bring your own laptop and build stuff sessions - We have great presentations, but people also want to get down to work! Ask some questions, show off some things you've learned -- This is one of those work-sessions that I'd

Re: Creating a WO Maven project

2013-04-19 Thread probert
Check the schedule, we have plans for that. Envoyé de mon iPhone Le 2013-04-19 à 12:06, Jesse Tayler jtay...@oeinc.com a écrit : Speaking of WOWODC - I would love to see folks setup up some ad-hok bring your own laptop and build stuff sessions - We have great presentations, but

Re: Creating a WO Maven project

2013-04-19 Thread Jesse Tayler
just point me to the part about ERSync! On Apr 19, 2013, at 12:53 PM, prob...@macti.ca wrote: Check the schedule, we have plans for that. Envoyé de mon iPhone Le 2013-04-19 à 12:06, Jesse Tayler jtay...@oeinc.com a écrit : Speaking of WOWODC - I would love to see folks setup

Re: Creating a WO Maven project

2013-04-19 Thread Pascal Robert
http://www.wocommunity.org/wowodc13/schedule.html Open Labs : ask questions, show stuff to small group of people 15 minutes presentations: want to show something to everyone but don't want to do a 60 minutes? This is the place Community Working Group: want to talk about new stuff that should

Re: Creating a WO Maven project

2013-04-19 Thread James Cicenia
Is ERSync the same as: iOS Applications with WebObjects REST Servers ? James On Apr 19, 2013, at 11:55 AM, Jesse Tayler jtay...@oeinc.com wrote: just point me to the part about ERSync! On Apr 19, 2013, at 12:53 PM, prob...@macti.ca wrote: Check the schedule, we have plans for

Re: Creating a WO Maven project

2013-04-19 Thread Jesse Tayler
Oh, that's GREAT ! I'll certainly take advantage of that this year. we're having cayenne training every day? That's great too, but since I use EOF already I'd basically look toward mobile client aspects of WO rather than changing how we use persistent store. ERSync represents mobile, and the

Re: Creating a WO Maven project

2013-04-19 Thread Jesse Tayler
ERSync is THE design for sync'ing up multiple devices with a remote ERRest service provided by WO. ERSync has been in WOnder two or more years, but because nobody has a working example of an iOS client, nobody has ever been able to make use of it. Most especially me. That was my one thing

Re: Creating a WO Maven project

2013-04-19 Thread Hugi Thordarson
Community Working Group: want to talk about new stuff that should go in Wonder? Ideas of replace WO core stuff with open source libs (like having Cayenne as a alternative to EOF)? you want to contribute to Wonder but don't know how to do it? All of these should be done in the Community

Re: MooTools Observer: fullSubmit not working

2013-04-19 Thread Johnny Miller
Hi Michael, OK. I discovered the error. In MTWonder.js the method observeField in the object MTAjaxSubmitButton Some code like this: } else if (updateContainerID != null) { submitFunction = function(element, value) {

Re: exchange server and javamail solved

2013-04-19 Thread Theodore Petrosky
the answer was the exchange server. I had to create a new Hub Transport Receive Connector (that I called WOAPP) and I had to specify the IP address of my sending machine. And authentication criteria. After that, it is receiving my mail and forwarding it appropriately. --- On Wed, 4/17/13,

Re: Creating a WO Maven project

2013-04-19 Thread Pascal Robert
Le 2013-04-19 à 14:18, Hugi Thordarson h...@karlmenn.is a écrit : Community Working Group: want to talk about new stuff that should go in Wonder? Ideas of replace WO core stuff with open source libs (like having Cayenne as a alternative to EOF)? you want to contribute to Wonder but don't

Re: invokeAction: (...) suboptimal performance: why/where/how to avoid

2013-04-19 Thread Chuck Hill
That message is probably misleading. It likely means that your code is returning context().page() from an Ajax action method. They should return null or have a void return type. Chuck On 2013-04-19, at 6:04 AM, Joseph Pachod wrote: Hi We're sometimes seeing logs like this one: