Re: strange DirectAction problem

2006-05-26 Thread Chuck Hill
I don't see why having this in a Direct Action should cause this error either. The first thing I would do is to log out the name of the class that is failing to cast properly and also its contents (e.g. toString()). Chuck On May 26, 2006, at 3:43 PM, Timmy wrote: All: I have a very ba

Re: auto-zip on upload

2006-05-26 Thread Chuck Hill
On May 26, 2006, at 2:49 PM, Randy Wigginton wrote: I’ve created a few pages that use the file upload feature. It works great, I have no problems, but I’d like to make it better if I can. Is it possible to zip the file as it is being sent up to the server? Sometimes the files are quite

Re: generating response in different thread

2006-05-26 Thread Shehryar Khan
Christian, How about having the long response thread generate an http request (curl?) to a direct action in your app to generate a response which it then passes up to the main thread for display. It ain't pretty but it will work. -shehryar On May 25, 2006, at 8:47 AM, Christian Pekeler w

strange DirectAction problem

2006-05-26 Thread Timmy
All: I have a very basic project set up to simply search our ldap directory. I used the JNDI Adaptor to reverse engineer our ldap directory and the model framework works great. No problems. In trying to expand on the project and make it more flexible I moved the exact same search logic fr

auto-zip on upload

2006-05-26 Thread Randy Wigginton
I’ve created a few pages that use the file upload feature.  It works great, I have no problems, but I’d like to make it better if I can.   Is it possible to zip the file as it is being sent up to the server?  Sometimes the files are quite large, and most users do not have the same bandwid

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
On May 26, 2006, at 12:00 PM, Chuck Hill wrote: Override dispatchRequest in Application and log the URI and headers from the request. That should show what is creating the sessions. I am definitely going to try this one. Thanks! Helen It is probably something monitoring the application. If

Re: RE why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
No timer was added to the app. Thanks!HelenOn May 26, 2006, at 11:47 AM, [EMAIL PROTECTED] wrote:Any timer running secretly ? Jérémy Helen He <[EMAIL PROTECTED]> Envoyé par : webobjects-dev-bounces+jeremy.deroyer=[EMAIL PROTECTED]26/05/2006 17:41A webobjects-dev@lists.apple.com cc Obj

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Mike Schrag
You should be able to see pretty quickly by looking at the Apache/IIS access logs ... I am sure there is nobody hits the page. Are your sites being crawled by search engine spiders? I am not sure about this. This is the new server just set up for the app. Thanks for the reply! Helen

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Jerry W. Walker
Hi, Helen,On May 26, 2006, at 11:41 AM, Helen He wrote:Hi, All:Recently I found one of our internal WO applications can create new sessions even without anybody accessing it. In order to make sure what I saw is real, I restarted the app several times at night when I was sure nobody will access it,

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
On May 26, 2006, at 11:47 AM, David LeBer wrote: On 26-May-06, at 11:41 AM, Helen He wrote: Hi, All: Recently I found one of our internal WO applications can create new sessions even without anybody accessing it. In order to make sure what I saw is real, I restarted the app several times

Open Source CRM?

2006-05-26 Thread Kieran Kelleher
Hi all, I am looking for a java-based open source CRM tool that I can integrate with my WebObjects app. SourceForge has 1000's. Anyone have suggestions based on experience? Regards, Kieran ___ Do not post admin requests to the list. They will be i

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Chuck Hill
Override dispatchRequest in Application and log the URI and headers from the request. That should show what is creating the sessions. It is probably something monitoring the application. If so, you should create a direct action that does not create sessions for it to call. Chuck On M

Re: Problems with WOAction in WO 5.3.1

2006-05-26 Thread Gary Teter
I believe you may be correct with respect to WOActionURL, as it is an element intended to be used in generating HTML. However, I don't agree that directActionURLForActionNamed should be returning URLs with escaped ampersands. There should be a separate method which transforms the URL to esc

Re: Problems with WOAction in WO 5.3.1

2006-05-26 Thread Wolfram Stebel
Am 25.05.2006 23:48 Uhr schrieb "David Haggerty" unter <[EMAIL PROTECTED]>: > We recently upgraded to 5.3.1 from 5.2.4 and are having problems with > WOActionURL. We use WOActionURL for Ajax and the & is adding the HTML > escape in 5.3.1 but never did this in 5.2.4. This is causing it to not > f

RE why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread jeremy . deroyer
Any timer running secretly ? Jérémy Helen He <[EMAIL PROTECTED]> Envoyé par : [EMAIL PROTECTED] 26/05/2006 17:41 A webobjects-dev@lists.apple.com cc Objet why the new sessions created when there is nobody accessing the        application ? Hi, All: Recently I found on

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread David LeBer
On 26-May-06, at 11:41 AM, Helen He wrote: Hi, All: Recently I found one of our internal WO applications can create new sessions even without anybody accessing it. In order to make sure what I saw is real, I restarted the app several times at night when I was sure nobody will access it, t

why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
Hi, All:Recently I found one of our internal WO applications can create new sessions even without anybody accessing it. In order to make sure what I saw is real, I restarted the app several times at night when I was sure nobody will access it, then after a while, a new session was created, when the

Re: XCode 2.3 : so far so good - ummm...

2006-05-26 Thread Alex Cone
On May 26, 2006, at 4:41 AM, David Avendasora wrote: Look in Xcode's preferences. On the Build tab, there is a "Continue building after errors" checkbox. Is it checked? Yes. Under previous versions of XCode, this meant "compile everything rather than stop on the first error but do not run

Re: Problems with WOAction in WO 5.3.1

2006-05-26 Thread David LeBer
On 26-May-06, at 10:02 AM, Dev WO wrote: Hello David, the handling of the request seems to have an issue if you cannot get all the parameter. If this is not a bug and is intentional behavior, shouldn't WebObjects be able to restore the session and read the wosid in the URL? In performA

Xcode 2.3, Openbase Trouble !! Solved, Important

2006-05-26 Thread Amedeo Mantica
Installing Xcode 2.3 replaces Openbase JDBC plugin, remember to download the latest release from openbase website! plugin installed with Xcode 2.3 is buggy in Timestamp values. Regards Amedeo ___ Do not post admin requests to the list. They will be

Re: Problems with WOAction in WO 5.3.1

2006-05-26 Thread Dev WO
Hello David, the handling of the request seems to have an issue if you cannot get all the parameter. If this is not a bug and is intentional behavior, shouldn't WebObjects be able to restore the session and read the wosid in the URL? In performActionNamed(String name) when I call existin

RE: Problems with WOAction in WO 5.3.1

2006-05-26 Thread David Haggerty
If this is not a bug and is intentional behavior, shouldn't WebObjects be able to restore the session and read the wosid in the URL? In performActionNamed(String name) when I call existingSession() on the URL with the escaped &, WO doesn't find the session. It returns null on existingSession

Re: Problems with WOAction in WO 5.3.1

2006-05-26 Thread Dev WO
Hello, This is not a bug! the & must be escaped in & in a hyperlink, this is the (X)HTML specification. It was broken in 5.2.4 and corrected in 5.3.1 because it's the correct behavior. The remaining bug I know of is when using the href binding with parameters, it leads to & in code which

Re: XCode 2.3 : so far so good - ummm...

2006-05-26 Thread David Avendasora
Alex, Look in Xcode's preferences. On the Build tab, there is a "Continue building after errors" checkbox. Is it checked? Dave On May 25, 2006, at 11:17 PM, Alex Cone wrote: New behavior for XCode 2.3. I've been using XCode/ProjectBuilder since, oh..., 1990-ish and no, I've not seen thi

Re: XCode 2.3 : so far so good

2006-05-26 Thread Ian Joyner
I've also installed 2.3 for both our Web-based and Java-client projects which are running without any problems. They seem to be running a lot faster, but we have also upgraded to WO 5.3.1 from 5.2.4 and J2SE 5.4 (which is probably the main performance gain, although I know this is not quali