Re: WOLastic?

2010-03-18 Thread Travis Britt
On Mar 18, 2010, at 10:32 PM, Johnny Miller wrote: > And I believe it's set up so that you should put your web documents in > /opt/Local/Library/WebServer/Documents/ > and your WebObjects applications in /opt/Local/Library/WebObjects/Applications I set up a test instance of one of our apps. I've

Re: WOLastic?

2010-03-18 Thread Johnny Miller
Hi Guys, Yeah, it seemed the Google Group is not very active that's why I was hoping to find some people using it on this list. Now that I've been looking through the machine instance I'm getting a better picture of what's going on. For me, it's kind of a mixture of not being familiar with Ce

Re: WOLastic?

2010-03-18 Thread Pascal Robert
Le 2010-03-18 à 21:36, Chuck Hill a écrit : > > On Mar 18, 2010, at 5:17 PM, Johnny Miller wrote: > >> Is this an acceptable forum to ask questions about WOLastic? > > No one is likely to complain. But there might not be a lot of people using > this. Look like they have a Google Groups :

Re: WOLastic?

2010-03-18 Thread Chuck Hill
On Mar 18, 2010, at 5:17 PM, Johnny Miller wrote: Is this an acceptable forum to ask questions about WOLastic? No one is likely to complain. But there might not be a lot of people using this. I've got the amazon machine image deployed on ec2 but I've got a few holes in my understandi

Re: ERProfiling analysis, next step

2010-03-18 Thread Chuck Hill
On Mar 18, 2010, at 5:45 PM, Baiss Eric Magnusson wrote: | | | | | +-[1465.20ms / 29%] SQL (select): entity=Transaction, qualifier=null, {rows=5611} | | | | | | +-[72.50ms / 1%] SQL (evaluate): SELECT t0….(proprietary) this is saying that 30% of your time is spent reading 6000 results from

Re: ERProfiling analysis, next step

2010-03-18 Thread Baiss Eric Magnusson
> | | | | | +-[1465.20ms / 29%] SQL (select): entity=Transaction, > qualifier=null, {rows=5611} > | | | | | | +-[72.50ms / 1%] SQL (evaluate): SELECT t0….(proprietary) this is saying that 30% of your time is spent reading 6000 results from this query .. . 1) that's a big result, 2) there are eit

WOLastic?

2010-03-18 Thread Johnny Miller
Is this an acceptable forum to ask questions about WOLastic? I've got the amazon machine image deployed on ec2 but I've got a few holes in my understanding on how to setup/deploy my application. Thanks in advance, Johnny Miller Kahalawai Media Corp http://www.kahalawai.com

Re: Open WO / Java / DB Position in the Bay Area

2010-03-18 Thread Joe Little
Oracle is not South Bay Area :) On Thu, Mar 18, 2010 at 11:18 AM, Chuck Hill wrote: > > On Mar 18, 2010, at 11:07 AM, Guido Neitzer wrote: > >> Hey, >> >> there is a very exciting open developer position in the San Francisco >> South Bay area where we'd like to see some senior database / Java / W

Re: Open WO / Java / DB Position in the Bay Area

2010-03-18 Thread Guido Neitzer
On 18. Mar, 2010, at 11:18 , Chuck Hill wrote: >> there is a very exciting open developer position in the San Francisco South >> Bay area where we'd like to see some senior database / Java / WO background. >> >> So, if you are very deep into low level database work, have worked with >> database

Re: Open WO / Java / DB Position in the Bay Area

2010-03-18 Thread Chuck Hill
On Mar 18, 2010, at 11:07 AM, Guido Neitzer wrote: Hey, there is a very exciting open developer position in the San Francisco South Bay area where we'd like to see some senior database / Java / WO background. So, if you are very deep into low level database work, have worked with datab

Open WO / Java / DB Position in the Bay Area

2010-03-18 Thread Guido Neitzer
Hey, there is a very exciting open developer position in the San Francisco South Bay area where we'd like to see some senior database / Java / WO background. So, if you are very deep into low level database work, have worked with database internals, maybe have worked on distributed storage or

Re: Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-18 Thread Chuck Hill
Full marks for detective work above and beyond! Chuck On Mar 18, 2010, at 10:03 AM, Patrick Middleton wrote: I think I have it. I modified this function in mod_WebObjects.c , adding the call to WOLog() and subsequently commenting out one term in the if-statement. =-=-=-=-=-= static void g

Re: Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-18 Thread Patrick Middleton
I think I have it. I modified this function in mod_WebObjects.c , adding the call to WOLog() and subsequently commenting out one term in the if-statement. =-=-=-=-=-= static void gethdr(const char *key, const char *value, void *req) { request_rec *r = (request_rec *)req; WOLog(WO_DBG,

Re: Ajax Architecture Question

2010-03-18 Thread Chuck Hill
AjaxGrid will do this for you. On Mar 18, 2010, at 9:38 AM, James Cicenia wrote: Hello Suppose I have a spreadsheet like grid and I want the numbers to change every second or two, i.e. poll the system. What is the most efficient way to do this? Have each cell poll for its number, or po

Ajax Architecture Question

2010-03-18 Thread James Cicenia
Hello Suppose I have a spreadsheet like grid and I want the numbers to change every second or two, i.e. poll the system. What is the most efficient way to do this? Have each cell poll for its number, or poll for a complete array? Thanks James ___

Re: How to check a photo before posting it to the server

2010-03-18 Thread Elim PDT
There are some java code around doing that. - Original Message - From: "Pascal Robert" To: "Reyn Waldram" Cc: Sent: Thursday, March 18, 2010 4:58 AM Subject: Re: How to check a photo before posting it to the server Le 2010-03-18 à 06:59, Reyn Waldram a écrit : Hi All, Does anyo

Re: Problem with WebObjects in Jboss 5.1

2010-03-18 Thread Henrique Prange
Hi Andreas, Could you provide more info? What WebObjects version? Which OS? Are you using Wonder? Deploying as true WAR or SSDD? Cheers, Henrique On 18/03/10 04:43, Andreas S wrote: Hello, I have a problem with deploying our WebObjects application within JBoss 5.1.0. In JBoss 4.2.2 it work

Re: Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-18 Thread Patrick Middleton
Reorderering module loading did not help. I have LoadModule/AddModule directives corresponding to mod_WebObjects.so at the ends of the principal blocks of these directives in the Apache 1.3 httpd.conf file, with the euqivalent directives in /WebObjects/Adaptors/Apache/apache.conf commen

Re: How to check a photo before posting it to the server

2010-03-18 Thread Pascal Robert
Le 2010-03-18 à 06:59, Reyn Waldram a écrit : > Hi All, > > Does anyone have experience with checking a photo (the data, mimetype, sizes > etc.) before uploading or posting it. > How can I do this??? Before uploading, Flash or a Java apple is the only way to do it. > Thanks for your answer! >

How to check a photo before posting it to the server

2010-03-18 Thread Reyn Waldram
Hi All, Does anyone have experience with checking a photo (the data, mimetype, sizes etc.) before uploading or posting it. How can I do this??? Thanks for your answer! Regards, Reyn ___ Do not post admin requests to the list. They will be ignored.

WebObjects WebService WSDL generation: parameter names in0, in1, ...

2010-03-18 Thread Kristof Cossement
Hi all, I spend hours looking why my generated wsdl is looking like this (parameters in generated WSDL loose there original names and get replaced by in0, in1, ...) http://localhost/cgi-bin/WebObjects/AppName.woa/ws/Service?wsdl http://xserve.nss.be/cgi-bin/WebObjects/AppName.woa/1/ws/Ser

Problem with WebObjects in Jboss 5.1

2010-03-18 Thread Andreas S
Hello, I have a problem with deploying our WebObjects application within JBoss 5.1.0. In JBoss 4.2.2 it worked. I get the following exception (a bit shortened): java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.Na