OT: WO Deployment Consultant Needed

2010-01-13 Thread james o'loughlin
looking for a WO deployment consultant guru to help stabilize and optimize our WO deployment and probably analyze our application code. servers: apple xserve 10.5.8 java: java version 1.5.0_22 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22- b03-333-9M3125) Java HotSpot(TM)

setTimeout()

2009-07-14 Thread james o'loughlin
does calling setTimeout() in Session.java override the settings in javamonitor (Application Settings Session TimeOut (sec))? public void setTimeOut() { this.setTimeOut(1200); } basically, if a user is logged in, i'd like to extend the session time. thanks! ./james

Re: Problem after Wonder and WO upgrade

2009-01-06 Thread james o'loughlin
On 2008.12.31, at 9:19 PM, Kevin Windham wrote: I upgraded WO to 5.4.3 and Wonder to the latest 5.4 version. I fixed some import statement issues, and now it looks like I have one last project issue before I can run. I get this error: missing required library: '/Library/Frameworks/

Re: Great Web 2.0 graphics, buttons, etc., site for photoshop challenged WO Developers ; -)

2008-11-12 Thread james o'loughlin
a nice collection of icons and buttons http://sixrevisions.com/resources/40-beautiful-free-icon-sets/ the icon mother lode, crystal icons! http://www.everaldo.com/crystal/ hth, ./james On 2008.11.10, at 1:52 PM, Stephane Guyot wrote: Kieran, have a look :

Re: Eclipse 3.4.1

2008-10-29 Thread james o'loughlin
On Oct 29, 2008, at 5:30 PM, Chuck Hill wrote: On Oct 29, 2008, at 2:24 PM, james o'loughlin wrote: On Oct 29, 2008, at 4:13 PM, Chuck Hill wrote: In the interests of brevity... [property] Loading /Users/james/Documents/workspace/PWDA/Sources/ build.properties Something

Re: eclipse debugging help

2008-10-22 Thread james o'loughlin
On Oct 21, 2008, at 7:21 PM, Lachlan Deck wrote: On 22/10/2008, at 5:25 AM, james o'loughlin wrote: i'm pulling my hair out sometime trying to find my errors. my app hangs and this stack doesn't do me much good. i see PageViewer is the last component my app talked to and then i can't

Re: eclipse debugging help

2008-10-22 Thread james o'loughlin
with a printer... i eventually find the exception but i can't continue this debugging process with any sanity. i'd love for eclipse to point me to the problem. thanks for listening... ./james On Oct 21, 2008, at 14:25, james o'loughlin wrote: i'm pulling my hair out sometime trying

eclipse debugging help

2008-10-21 Thread james o'loughlin
i'm pulling my hair out sometime trying to find my errors. my app hangs and this stack doesn't do me much good. i see PageViewer is the last component my app talked to and then i can't find nuttin'... can someone please push or shove me in the right direction to use eclipse to debug my

Re: WYSIWYG editors

2008-10-21 Thread james o'loughlin
On Oct 21, 2008, at 3:03 PM, Helmut Schottmüller wrote: Hi Amedeo, for my applications I use the FCKEditor if I need a WYSIWYG editor (see http://www.fckeditor.net/). It integrates smoothly with WO. If you like, I have a small ERXFCKEditor component which I could give to you. With