[flexcoders] RE: Session Timeout Problem

2006-06-15 Thread Dave Kuncl
need to create a custom login form in MXML and run a login command for webshpere?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dave Kuncl Sent: Thursday, June 15, 2006 12:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Session Timeout Problem

[flexcoders] Session Timeout Problem

2006-06-15 Thread Dave Kuncl
We have a flex 1.5 application running on Websphere 5.1 and are using a custom registry for security.   The problem that we are having is when the session times out, the flex application hangs when you make a call through the gateway to the server.  For some reason, the application does

RE: [flexcoders] Problem passing action script VOs using an array

2005-08-02 Thread Dave Kuncl
The issue we are having has something to do with the casting…   The code doesn’t have a typo, there was a typo when transferring it to email….here is the code….   This doesn’t work….     public function onResult(event:Object) : Void {   var infoArray : Array = event.result; . .

RE: [flexcoders] Trouble Deploying on WebLogic 8.1

2005-07-28 Thread Dave Kuncl
oders@yahoogroups.com] On Behalf Of Dave Kuncl Sent: Tuesday, July 26, 2005 11:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Trouble Deploying on WebLogic 8.1 I am having trouble deploying a Flex web app on WebLogic.  It deploys fine if I expand the war file and hot deploy, but when the app is bu

[flexcoders] Trouble Deploying on WebLogic 8.1

2005-07-26 Thread Dave Kuncl
I am having trouble deploying a Flex web app on WebLogic.  It deploys fine if I expand the war file and hot deploy, but when the app is bundled in a war file inside an ear file the servlets fail to load.   Can a Flex web app only be deployed expanded on WebLogic?   -- Flexcode