Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

flexcoders · RIA Development with Adobe Flex

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12335
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3367 - 3396 of 165719   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#3367 From: Owen van Dijk <owen.van.dijk@...>
Date: Wed Sep 1, 2004 9:11 am
Subject: Re: FB Easter Egg?
owenvandijk
Send Email Send Email
 
second that...can't reproduce :)


----- Original Message -----
From: Rich Tretola <rtretola@...>
Date: Mon, 30 Aug 2004 13:33:59 -0500
Subject: Re: [flexcoders] FB Easter Egg?
To: flexcoders@yahoogroups.com

  I don't see any of that when I try it.




  ----- Original Message -----
  From: Nils Döhring <sp4m@...>
  Date: Mon, 30 Aug 2004 19:25:08 +0200
  Subject: [flexcoders] FB Easter Egg?
  To: flexcoders@yahoogroups.com




  Hi all,



  i also posted this to the FB beta forum, but nobody's there anymore :-)

  Of course I doubt the following is an easter egg…



  if you have a minute, try this:



  -          open FB (final)

  -          hit F1, help will show up

  -          close help

  -          hit F1 again.



  I get an error at this point: "while executing
  DWContext_HTML_Help_Reference command in menus.xml, the following
  JavaScript error(s) occurred: TypeError: dw.getDocumentDOM() has no
  properties."



  It gets better (at least for me):



  -          open an mxml file (in code view)

  -          hit F1 again



  at this point, my default browser firefox turns up, loading two tabs.
  First one (active) is empty, second one loads www.unep.org



  it gets even better:



  -          open a .js file (in code view)

  -          hit F1



  now, the code->reference content iterates through the books, stopping
  at oreilly asp after 4 seconds.



  I also tried with html and jsp files, nothing happens.



  Can anyone confirm? I swear I am not drunk and this behaviour is reproducible



  Best,

              Nils



  Yahoo! Groups Sponsor

  ADVERTISEMENT


  ________________________________
  Yahoo! Groups Links

  To visit your group on the web, go to:
  http://groups.yahoo.com/group/flexcoders/

  To unsubscribe from this group, send an email to:
  flexcoders-unsubscribe@yahoogroups.com

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  Yahoo! Groups Sponsor

  ADVERTISEMENT


  ________________________________
  Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

To unsubscribe from this group, send an email to:
flexcoders-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



--
Owen van Dijk

#3368 From: "Steve Pruitt" <spruitt@...>
Date: Wed Sep 1, 2004 12:00 pm
Subject: RE: labelFunction item always undefined
st_pruitt
Send Email Send Email
 
All traces always show item as undefined. When I dump out the contents of the dataProvider's array, there is an item in it.  Its not getting passed to my labelFunction for some inexplicable reason.
 
-S

Hmm, jurisdiction is probably under jusridictions…and the doc says the columnName is required…

 

In your label function, what does the second trace show?


From: Tracy Spratt [mailto:tspratt@...]
Sent: Tuesday, August 31, 2004 8:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] labelFunction item always undefined

 

Try taking columnName="jurisdiction" out of the DataGridColumn. I don’t see a “jurisdiction” field anywhere in your model, and it may be conflicting with the labelFunction.

 

Tracy

 


From: Steve Pruitt [mailto:spruitt@...]
Sent: Tuesday, August 31, 2004 4:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] labelFunction item always undefined

 

After accessing the correct doc version...  I have the labelFunction for a DataGridColumn compiling.  But the item argument passed into my labelFunction is always undefined.  I have a function that adds an object to the dataProvider's underlying array.  When labelFunction is invoked after adding the object, item is undefined.

 

I double check to make sure there is something in the array by clicking on the first data grid row and there appears to be something there, the row turns yellow.  I also dump out the contents of the array and the added object is there.  So I am certain the DataGrid has the object.

 

When the DataGrid is created, labelFunction is called seven times, which corresponds to the seven rows that appears to be the size default.  After I add the object to the array, labelFunction appears to be called over 70 times!

 

A code snippet looks like...

 

<mx:Model id="messageContent">
  <jurisdictionUse/>
  <jurisdictions/>
 </mx:Model>

 

:

:

 

messageContent.jurisdictions = new Array();  //this happen in the childrenCreated function

 

:

:

 

function getName(item : Object) : String
{
     trace("getName!");
     trace("item: " + item.toString());
     return (item == undefined) ? "undefined" : item.jurisdiction.name;
}

 

:

:

<mx:DataGrid id="jurisGrid" dataProvider="{messageContent.jurisdictions}">
  <mx:columns>
   <mx:Array>
    <mx:DataGridColumn columnName="jurisdiction" labelFunction="getName" headerText="Jurisdiction">

:

:

 

-S

 





#3369 From: Nils Döhring <sp4m@...>
Date: Wed Sep 1, 2004 12:11 pm
Subject: Re: FB Easter Egg?
sp4m@...
Send Email Send Email
 
Strange. I run the win xp ui in classic mode, maybe the reason is buried
there...

Can't find anything else that would make my setup 'special'. Maybe 2 display
devices? ;)

Anyways, I had good laugh and now start the help not via F1.

Best,
	 Nils

> -----Ursprüngliche Nachricht-----
> Von: Owen van Dijk [mailto:owen.van.dijk@...]
> Gesendet: Mittwoch, 1. September 2004 11:12
> An: flexcoders@yahoogroups.com
> Betreff: Re: [flexcoders] FB Easter Egg?
>
> second that...can't reproduce :)
>
>
> ----- Original Message -----
> From: Rich Tretola <rtretola@...>
> Date: Mon, 30 Aug 2004 13:33:59 -0500
> Subject: Re: [flexcoders] FB Easter Egg?
> To: flexcoders@yahoogroups.com
>
>  I don't see any of that when I try it.
>
>
>
>
>  ----- Original Message -----
>  From: Nils Döhring <sp4m@...>
>  Date: Mon, 30 Aug 2004 19:25:08 +0200
>  Subject: [flexcoders] FB Easter Egg?
>  To: flexcoders@yahoogroups.com
>
>
>
>
>  Hi all,
>
>
>
>  i also posted this to the FB beta forum, but nobody's there anymore :-)
>
>  Of course I doubt the following is an easter egg…
>
>
>
>  if you have a minute, try this:
>
>
>
>  -          open FB (final)
>
>  -          hit F1, help will show up
>
>  -          close help
>
>  -          hit F1 again.
>
>
>
>  I get an error at this point: "while executing
>  DWContext_HTML_Help_Reference command in menus.xml, the following
>  JavaScript error(s) occurred: TypeError: dw.getDocumentDOM() has no
>  properties."
>
>
>
>  It gets better (at least for me):
>
>
>
>  -          open an mxml file (in code view)
>
>  -          hit F1 again
>
>
>
>  at this point, my default browser firefox turns up, loading two tabs.
>  First one (active) is empty, second one loads www.unep.org
>
>
>
>  it gets even better:
>
>
>
>  -          open a .js file (in code view)
>
>  -          hit F1
>
>
>
>  now, the code->reference content iterates through the books, stopping
>  at oreilly asp after 4 seconds.
>
>
>
>  I also tried with html and jsp files, nothing happens.
>
>
>
>  Can anyone confirm? I swear I am not drunk and this behaviour is
> reproducible
>
>
>
>  Best,
>
>              Nils
>
>
>
>  Yahoo! Groups Sponsor
>
>  ADVERTISEMENT
>
>
>  ________________________________
>  Yahoo! Groups Links
>
>  To visit your group on the web, go to:
>  http://groups.yahoo.com/group/flexcoders/
>
>  To unsubscribe from this group, send an email to:
>  flexcoders-unsubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
>
>  Yahoo! Groups Sponsor
>
>  ADVERTISEMENT
>
>
>  ________________________________
>  Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
>
> To unsubscribe from this group, send an email to:
> flexcoders-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
> --
> Owen van Dijk
>
>
>
>
> Yahoo! Groups Links
>
>
>
>

#3370 From: "Dimitrios Gianninas" <dimitrios.gianninas@...>
Date: Wed Sep 1, 2004 12:12 pm
Subject: RE: Re: 2 Feature Requests for Flex
angelone197555
Send Email Send Email
 
To add to #2, the ComboBox should emit the change event when the selectedIndex is changed via AS2.
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: extensive_systems [mailto:java-consulting@...]
Sent: Tuesday, August 31, 2004 11:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: 2 Feature Requests for Flex

Note that, in point (1), I mean "a toplevel menuitem without any
subordinate menuitems" (i.e., a "submenu").


--- In flexcoders@yahoogroups.com, "extensive_systems"
<java-consulting@s...> wrote:
> Hello, Macromedia, here are a couple of features I'd like to see in
Flex:
>
> 1. The MenuBar control currently does not dispatch an event for a
> toplevel menuitem. IMHO, this severly limits the utility of the
> MenuBar control and, AFAIK, there's no reason for this limitation.
>
> 2. The ComboBox control (at least, possibly the List control, etc.)
> should emit a "change" event (or some other, new, event type) when the
> user (re)selects the same item in the control. Why? Because of context
> sensitivity (in a given UI design) between controls.
>
> I've already run against both these issues in practice.
>
>   Thanks,
>     Chris



#3371 From: "Dimitrios Gianninas" <dimitrios.gianninas@...>
Date: Wed Sep 1, 2004 12:15 pm
Subject: RE: Re: 2 Feature Requests for Flex
angelone197555
Send Email Send Email
 
Submitted as a enhancement.
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: Dimitrios Gianninas
Sent: Wednesday, September 01, 2004 8:13 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: 2 Feature Requests for Flex

To add to #2, the ComboBox should emit the change event when the selectedIndex is changed via AS2.
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: extensive_systems [mailto:java-consulting@...]
Sent: Tuesday, August 31, 2004 11:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: 2 Feature Requests for Flex

Note that, in point (1), I mean "a toplevel menuitem without any
subordinate menuitems" (i.e., a "submenu").


--- In flexcoders@yahoogroups.com, "extensive_systems"
<java-consulting@s...> wrote:
> Hello, Macromedia, here are a couple of features I'd like to see in
Flex:
>
> 1. The MenuBar control currently does not dispatch an event for a
> toplevel menuitem. IMHO, this severly limits the utility of the
> MenuBar control and, AFAIK, there's no reason for this limitation.
>
> 2. The ComboBox control (at least, possibly the List control, etc.)
> should emit a "change" event (or some other, new, event type) when the
> user (re)selects the same item in the control. Why? Because of context
> sensitivity (in a given UI design) between controls.
>
> I've already run against both these issues in practice.
>
>   Thanks,
>     Chris





AVIS IMPORTANTWARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.



#3372 From: "Peter Choi" <peterchoicm@...>
Date: Wed Sep 1, 2004 12:48 pm
Subject: Flex Builder installation
choipeter
Send Email Send Email
 
I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.
And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?

#3373 From: "Steve Pruitt" <spruitt@...>
Date: Wed Sep 1, 2004 1:45 pm
Subject: RE: labelFunction item always undefined
st_pruitt
Send Email Send Email
 
The mystery deepens, I suppose.  I setup a List to display below the DataGrid.  I made a copy of the label function and named it getListName.  The new entries look like:
 
function getListName(item : Object) : String
{
   trace("getListName!");
   trace("item: " + item.toString());
   return (item == undefined) ? "undefined" : item.jurisdiction.name;
}
 
<mx:List id="testList" dataProvider="{messageContent.jurisdictions}" labelFunction="getListName"/>
 
First, getListName is never called.  The label function for the DataGrid is called sometime around when the control is created and after an item has been added to the dataProvider's array.  There is clearly something in the List, I can select it just like I can select it in the DataGrid.  I also verified there is something in the array by dumping the contents of the DataGrid and List dataProvider's array.  Its the same array of course.  But, getListName is never called. ???
 
 
-S
 
 
-----Original Message-----
From: Matt Chotin [mailto:mchotin@...]
Sent: Wednesday, September 01, 2004 12:42 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] labelFunction item always undefined

Can you try using a List with a labelFunction and see if it works in that context?  The list would only show the column that you care about.  I'm not sure why every call to labelFunction would have an undefined argument.  Have you used fdb or Flex Builder so that you can inspect the objects while the labelFunction is executing?  That might be a nice way to see what the real data looks like and where it's living.

 

Matt

 

-----Original Message-----
From: Steve Pruitt [mailto:spruitt@...]
Sent: Tuesday, August 31, 2004 1:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] labelFunction item always undefined

 

After accessing the correct doc version...  I have the labelFunction for a DataGridColumn compiling.  But the item argument passed into my labelFunction is always undefined.  I have a function that adds an object to the dataProvider's underlying array.  When labelFunction is invoked after adding the object, item is undefined.

 

I double check to make sure there is something in the array by clicking on the first data grid row and there appears to be something there, the row turns yellow.  I also dump out the contents of the array and the added object is there.  So I am certain the DataGrid has the object.

 

When the DataGrid is created, labelFunction is called seven times, which corresponds to the seven rows that appears to be the size default.  After I add the object to the array, labelFunction appears to be called over 70 times!

 

A code snippet looks like...

 

<mx:Model id="messageContent">
  <jurisdictionUse/>
  <jurisdictions/>
 </mx:Model>

 

:

:

 

messageContent.jurisdictions = new Array();  //this happen in the childrenCreated function

 

:

:

 

function getName(item : Object) : String
{
     trace("getName!");
     trace("item: " + item.toString());
     return (item == undefined) ? "undefined" : item.jurisdiction.name;
}

 

:

:

<mx:DataGrid id="jurisGrid" dataProvider="{messageContent.jurisdictions}">
  <mx:columns>
   <mx:Array>
    <mx:DataGridColumn columnName="jurisdiction" labelFunction="getName" headerText="Jurisdiction">

:

:

 

-S





#3374 From: Libby Freligh <lfreligh@...>
Date: Wed Sep 1, 2004 2:01 pm
Subject: RE: Re: Web Services Interoperability
libbyfreligh
Send Email Send Email
 
Hi -
 
We support the WS-I Basic Profile.
 
As for .NET - our customers are looking for .NET interoperability and we're currently working on a native version of Flex on .NET. It will be in beta soon and is slated for release next year.
 
l.


From: ckaiman1 [mailto:charles_kaiman@...]
Sent: Monday, August 30, 2004 1:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Web Services Interoperability

Fair enough :)  Maybe you can tell me what percentage of your
customers are looking for .NET interoperability that go beyond
simple Web service calls?  I guess I'm just trying to get a feel for
Macromedia's desire to support this kind of functionality in Flex.

Thanks!

--- In flexcoders@yahoogroups.com, Matt Chotin <mchotin@m...> wrote:
> I'll let someone from Product Management cover this one :-)
>

>
> -----Original Message-----
> From: ckaiman1 [mailto:charles_kaiman@s...]
> Sent: Monday, August 30, 2004 10:20 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Web Services Interoperability
>

>
> To what extent do you see Flex supporting WS-I in the next 6-12
> months?  We are now 100% dedicated to supporting a secure, Web
> services platform based on WS-I specifications on the .NET
> platform.  This will very likely include SQL Server 2005 for
direct
> db access via SOAP.  We are also very excited about Flex and
pleased
> with the current release.  If Flex is not built to support WS-I,
> then another option for us would be a version of Flex that is
built
> for the .NET framework, i.e. consume native .NET objects, etc.  I
> know Macromedia was working on this, but haven't heard much about
it
> in the past six months or so.  Can you comment on that?
>
> --- In flexcoders@yahoogroups.com, Matt Chotin <mchotin@m...>
wrote:
> > The WebServices library does not support WS-I completely.  We
are
> WSDL 1.1
> > compliant but no guarantees beyond that.
> >
> > 
> >
> > Matt
> >
> > 
> >
> > -----Original Message-----
> > From: ckaiman1 [mailto:charles_kaiman@s...]
> > Sent: Monday, August 30, 2004 8:23 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Web Services Interoperability
> >
> > 
> >
> > I'm just wondering what level of support we can expect Flex to
> have
> > for Web service interoperability as dictated by the Web Services
> > Interoperability Organization (WS-I)?
> >
> > http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html
> <http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html>
> > <http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html
> <http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html> >
> >
> > My primary concern is that we are building Web services
using .NET
> > and Web Services Enhancements (WSE) 2.0, and we are hoping to
use
> > Flex for much of the front-end development - assuming they are
> > compatible.
> >
> > We've had some discussions with Macromedia in the past regarding
> WS-
> > Security, etc., but I'm not really sure where everything stands
at
> > present.
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Sponsor
> >
> >
> >
> > ADVERTISEMENT
> > 
> >
>
<http://us.ard.yahoo.com/SIG=129hmcpnl/M=298184.5285298.6392945.30011
>
<http://us.ard.yahoo.com/SIG=129hmcpnl/M=298184.5285298.6392945.30011
>
> 76/D=gr
> >
>
oups/S=1705007207:HM/EXP=1093965856/A=2319501/R=0/SIG=11tq0u909/*http
> :/www.n
> > etflix.com/Default?mqso=60185353&partid=5285298> click here
> >
> >
> > 
> > <http://us.adserver.yahoo.com/l? <http://us.adserver.yahoo.com/l?
>
> M=298184.5285298.6392945.3001176/D=groups/S=
> > :HM/A=2319501/rand=427851541>
> >
> > 
> >
> >   _____ 
> >
> > Yahoo! Groups Links
> >
> > *         To visit your group on the web, go to:
> > http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/>
> > <http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/> >
> >  
> >
> > *         To unsubscribe from this group, send an email to:
> > flexcoders-unsubscribe@yahoogroups.com
> > <mailto:flexcoders-unsubscribe@yahoogroups.com?
> subject=Unsubscribe>
> >  
> >
> > *         Your use of Yahoo! Groups is subject to the Yahoo!
Terms
> of
> > <http://docs.yahoo.com/info/terms/
<http://docs.yahoo.com/info/terms/> >
> Service.
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT

>
<http://us.ard.yahoo.com/SIG=129kcvtn8/M=298184.5285298.6392945.30011
76/D=gr
>
oups/S=1705007207:HM/EXP=1093972789/A=2319498/R=0/SIG=11thfntfp/*http
:/www.n
> etflix.com/Default?mqso=60185352&partid=5285298> click here
>
>

> <http://us.adserver.yahoo.com/l?
M=298184.5285298.6392945.3001176/D=groups/S=
> :HM/A=2319498/rand=907893599>
>

>
>   _____ 
>
> Yahoo! Groups Links
>
> *         To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/>
>  
>
> *         To unsubscribe from this group, send an email to:
> flexcoders-unsubscribe@yahoogroups.com
> <mailto:flexcoders-unsubscribe@yahoogroups.com?
subject=Unsubscribe>
>  
>
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms
of
> <http://docs.yahoo.com/info/terms/>  Service.



#3375 From: "Dimitrios Gianninas" <dimitrios.gianninas@...>
Date: Wed Sep 1, 2004 2:04 pm
Subject: RE: Flex Builder installation
angelone197555
Send Email Send Email
 
Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.
 
One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.
And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?



AVIS IMPORTANTWARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.



#3376 From: "scott_oppliger" <scott@...>
Date: Wed Sep 1, 2004 2:20 pm
Subject: Re: Multiple Methods
scott_oppliger
Send Email Send Email
 
Matt:

Right. The query joins several tables, but primarily a contracts
table and a contractdetails table that contains the line items. The
datagrid displays the customername, address, contractnumber and an
anniversary date. The end result is that - for a particular contract
that might have 15 line items, you will see 15 rows in the summary
datagrid - one for each line item. Again, this is exactly what is
expected unless there is some type of filter or sort routine
available.

The function I'm looking for is sort of the ColdFusion equivalent of
grouping, except that I don't want to display a row for the detail
records. For now I think the best way is to have two methods - one
for summary and one for details. I was also experimenting with
calling both methods from the same function and returning two
different data objects - that way both queries run upon searching
and the details are available immediately upon clicking on a summary
item.

Best Regards,
Scott

--- In flexcoders@yahoogroups.com, Matt Chotin <mchotin@m...> wrote:
> Are you saying that you were returning an array where some entries
were
> summaries and some entries are details, therefore you needed the
filter?
> Otherwise I'm not sure why having an entry per row is a problem.
We don't
> have a built-in filtering mechanism in DataGrid.  You would tend
to solve
> this by writing a custom data provider that knows how to filter
items.
>
>
>
> Matt
>
>
>
> -----Original Message-----
> From: scott_oppliger [mailto:scott@o...]
> Sent: Tuesday, August 31, 2004 1:25 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Multiple Methods
>
>
>
> Matt:
>
> I did end up with two separate methods - one to get summary and
one
> to get details. However, my motivation probably wasn't correct!
> Previously, I had one query that got all my contracts including
the
> details (similar query used to generate an invoice). The problem I
> ran into was that my summary datagrid would display a row for
every
> item returned (as I guess you would expect it to). I didn't know
how
> to get around this in Flex so decided to use two methods. Is there
a
> way to display only unique record id's or similar for the datagrid?
>
> I thought about your blog on paging and decided not to implement
it
> here considering the request for my contract details would be
> entirely random.

#3377 From: "Peter Choi" <peterchoicm@...>
Date: Wed Sep 1, 2004 2:34 pm
Subject: Re: Flex Builder installation
choipeter
Send Email Send Email
 
It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.
 
----- Original Message -----
Sent: Wednesday, September 01, 2004 10:04 PM
Subject: RE: [flexcoders] Flex Builder installation

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.
 
One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.
And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?



AVIS IMPORTANT WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.




#3378 From: "Steve Pruitt" <spruitt@...>
Date: Wed Sep 1, 2004 2:35 pm
Subject: out of memory error
st_pruitt
Send Email Send Email
 
Has anyone had problems with out-of-memory running fdb?  I have run fdb with my application before with no problems, although its been a while.
 
-S
 
Technical Information:
    HTTP Status Code: 500
    Servlet Name: FlexMxmlServlet

 
Exception javax.servlet.ServletException
Servlet execution threw an exception (View stack trace)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536)
 
Root Cause Exception java.lang.OutOfMemoryError
Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536) java.lang.OutOfMemoryError

#3379 From: Brian Deitte <bdeitte@...>
Date: Wed Sep 1, 2004 2:47 pm
Subject: RE: Re: Flex Logout Semantics?
bdeitte
Send Email Send Email
 
Hi Chris, I thought you meant that Flex had a non-J2EE session or any other special holding on to of authentication information.  In that case, no.  But the Flex server will create a J2EE session.  Flex does this for stateful classes with RemoteObject.   We have a deferred bug for a switch to turn off this automatically creation of this session.
 
The "FLEX_*" cookies you are seeing are actually the endpoint cookies.  That is, cookies from endpoints have their name mangled so that we know which domain they should be sent back to.  The FLEX_xxx_JSESSIONID cookie should disappear when you call invalidateAll().  I would think the JSESSIONID cookie would disappear as well.  Can you see if this is what's happening?  But the proxy session disappearing shouldn't matter, as its not holding on to authentication information.  Perhaps it still is though if the user is being logged in on the same server?  Maybe logout() would work instead of invalidateAll()?
 
Thanks for the detailed information in here.  It definitely helps in trying to figure this out.  Unforunately I'm still not sure on the issue.  Let me know if the above helps.
 
Thanks, Brian
 
 
-----Original Message-----
From: extensive_systems [mailto:java-consulting@...]
Sent: Tuesday, August 31, 2004 12:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Logout Semantics?

Brian:

From the Flex docs:

"When the user name and password values are cleared, the user is still
authorized to view the page even if you call the
service.clearUsernamePassword() method. This is because of the way
that servlet security works. Users are tracked by their jsessionid,
and they do not need to re-authenticate themselves as long as that
jsessionid is valid. Clearing the user name and password is useful if
you have session access turned off from the service that you are
contacting, or you log off the user on the server in a manner specific
to the application server."

The reasons I thought that Flex created another session:

(a) Flex creates/recreates its own "FLEX_xxx_JSESSIONID" cookie on the
client.
(b) A comment from Matt Chotin about some apparent bug where "you may
not get the same session back" (see the "JSESSIONID" thread).

I've just checked, again, what happens in my case (note that I do call
clearUsernamePassword() on logout):

1. WebLogic session monitoring shows 0 sessions.
2. I login to my Flex app.
3. WebLogic shows 1 session.
4. I logout of my Flex app (calling
weblogic.servlet.security.ServletAuthentication.invalidateAll(request)
at that time on the server-side and clearUsernamePassword on the
client-side)
5. WebLogic cleans up and shows 0 sessions.
6. I login to my Flex app.
7. I do NOT have to authenticate (apparently because Flex...?)

Can you clarify, given my original post and this follow-up?

  Chris


--- In flexcoders@yahoogroups.com, Brian Deitte <bdeitte@m...> wrote:
> Hi Chris, Flex doesn't maintain any special session.  My guess is
that this
> is an issue with the sending of the username and password.  If you
are using
> custom authentication, note that after calling
> service.setUsernamePassword(), the current username and password will be
> continuously sent on when making data service calls in the current
request.
> To stop this from happening, you can call
service.clearUsernamePassword().
> If you are using basic authentication, note that the browser will
> continously send the username and password for each request, and there's
> nothing we can do about this.  To log out in this case the user must
close
> the current browser window. 

> Let me know if that helps, Brian


> -----Original Message-----
> From: extensive_systems [mailto:java-consulting@s...]
> Sent: Monday, August 30, 2004 12:50 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex Logout Semantics?
>
>
>
> I too have been working on authentication for my Flex apps and am
> wondering about Flex logout semantics.
>
> Correct me if I'm wrong, but it appears that the current release of
> Flex maintains an extra, separate, session that has the effect of
> interfering with proper J2EE web application semantics (in any case
> this is the observed effect). That is, when my Flex application calls
> session.invalidate(), or an even more "powerful" proprietary API such
> as weblogic.servlet.security.ServletAuthentication.invalidateAll(), my
> app can subsequently call a secure service - not receive an Exception
> - and so the user does not have to login again because a (proper)
> logout never occurred (as it should have).
>
> Is this an accurate assessment of the situation and is an upcoming
> release of Flex going to remedy the situation?
>
>   Chris
>
>
>
>
> Yahoo! Groups Sponsor     
>
> ADVERTISEMENT

>
<http://us.ard.yahoo.com/SIG=129th8p2m/M=298184.5285298.6392945.3001176/D=gr
>
oups/S=1705007207:HM/EXP=1093971011/A=2319501/R=0/SIG=11tq0u909/*http://www.
> netflix.com/Default?mqso=60185353&partid=5285298> click here     

>
<http://us.adserver.yahoo.com/l?M=298184.5285298.6392945.3001176/D=groups/S=
> :HM/A=2319501/rand=617588826>      
>
>
>   _____ 
>
> Yahoo! Groups Links
>
>
> *      To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/>
>  
>
> *      To unsubscribe from this group, send an email to:
> flexcoders-unsubscribe@yahoogroups.com
> <mailto:flexcoders-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>  
>
> *      Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .



#3380 From: Brian Deitte <bdeitte@...>
Date: Wed Sep 1, 2004 2:53 pm
Subject: RE: Re: Flex Logout Semantics?
bdeitte
Send Email Send Email
 
I take it you are using RemoteObject with SOAP for authentication?  We have changes in the system for 1.5 which should make this easier for you (and won't cause two JSESSIONIDs to be created).  I would recommend filling out the survey Lucian sent out (since from what I understand that's the way to get in the beta now) and explain the situation.  Thanks, Brian
 
 
-----Original Message-----
From: extensive_systems [mailto:java-consulting@...]
Sent: Tuesday, August 31, 2004 4:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex Logout Semantics?

One further observation, FWIW:

I see that reloading my Flex app, by pressing my browser's Reload
button, causes the following Flex servlets to communicate with the server:

FlexAxisServlet            /flex-ws/
FlexInternalServlet      /flex-internal/
FlexProxyServlet      /flashproxy/

...and, every time the Flex app is reloaded, 2 more HttpSessions are
created on the server (this is immediate, and before I try to login, etc.)

    Chris


--- In flexcoders@yahoogroups.com, "extensive_systems"
<java-consulting@s...> wrote:
> Brian:
>
> From the Flex docs:
>
> "When the user name and password values are cleared, the user is still
> authorized to view the page even if you call the
> service.clearUsernamePassword() method. This is because of the way
> that servlet security works. Users are tracked by their jsessionid,
> and they do not need to re-authenticate themselves as long as that
> jsessionid is valid. Clearing the user name and password is useful if
> you have session access turned off from the service that you are
> contacting, or you log off the user on the server in a manner specific
> to the application server."
>
> The reasons I thought that Flex created another session:
>
> (a) Flex creates/recreates its own "FLEX_xxx_JSESSIONID" cookie on the
> client.
> (b) A comment from Matt Chotin about some apparent bug where "you may
> not get the same session back" (see the "JSESSIONID" thread).
>
> I've just checked, again, what happens in my case (note that I do call
> clearUsernamePassword() on logout):
>
> 1. WebLogic session monitoring shows 0 sessions.
> 2. I login to my Flex app.
> 3. WebLogic shows 1 session.
> 4. I logout of my Flex app (calling
> weblogic.servlet.security.ServletAuthentication.invalidateAll(request)
> at that time on the server-side and clearUsernamePassword on the
> client-side)
> 5. WebLogic cleans up and shows 0 sessions.
> 6. I login to my Flex app.
> 7. I do NOT have to authenticate (apparently because Flex...?)
>
> Can you clarify, given my original post and this follow-up?
>
>   Chris
>
>
> --- In flexcoders@yahoogroups.com, Brian Deitte <bdeitte@m...> wrote:
> > Hi Chris, Flex doesn't maintain any special session.  My guess is
> that this
> > is an issue with the sending of the username and password.  If you
> are using
> > custom authentication, note that after calling
> > service.setUsernamePassword(), the current username and password
will be
> > continuously sent on when making data service calls in the current
> request.
> > To stop this from happening, you can call
> service.clearUsernamePassword().
> > If you are using basic authentication, note that the browser will
> > continously send the username and password for each request, and
there's
> > nothing we can do about this.  To log out in this case the user must
> close
> > the current browser window. 
> > 
> > Let me know if that helps, Brian
> > 
> > 
> > -----Original Message-----
> > From: extensive_systems [mailto:java-consulting@s...]
> > Sent: Monday, August 30, 2004 12:50 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Flex Logout Semantics?
> >
> >
> >
> > I too have been working on authentication for my Flex apps and am
> > wondering about Flex logout semantics.
> >
> > Correct me if I'm wrong, but it appears that the current release of
> > Flex maintains an extra, separate, session that has the effect of
> > interfering with proper J2EE web application semantics (in any case
> > this is the observed effect). That is, when my Flex application calls
> > session.invalidate(), or an even more "powerful" proprietary API such
> > as weblogic.servlet.security.ServletAuthentication.invalidateAll(), my
> > app can subsequently call a secure service - not receive an Exception
> > - and so the user does not have to login again because a (proper)
> > logout never occurred (as it should have).
> >
> > Is this an accurate assessment of the situation and is an upcoming
> > release of Flex going to remedy the situation?
> >
> >   Chris
> >
> >
> >
> >
> > Yahoo! Groups Sponsor     
> >
> > ADVERTISEMENT
> > 
> >
>
<http://us.ard.yahoo.com/SIG=129th8p2m/M=298184.5285298.6392945.3001176/D=gr
> >
>
oups/S=1705007207:HM/EXP=1093971011/A=2319501/R=0/SIG=11tq0u909/*http://www.
> > netflix.com/Default?mqso=60185353&partid=5285298> click here     
> > 
> >
>
<http://us.adserver.yahoo.com/l?M=298184.5285298.6392945.3001176/D=groups/S=
> > :HM/A=2319501/rand=617588826>      
> >
> >
> >   _____ 
> >
> > Yahoo! Groups Links
> >
> >
> > *      To visit your group on the web, go to:
> > http://groups.yahoo.com/group/flexcoders/
> > <http://groups.yahoo.com/group/flexcoders/>
> >  
> >
> > *      To unsubscribe from this group, send an email to:
> > flexcoders-unsubscribe@yahoogroups.com
> > <mailto:flexcoders-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >  
> >
> > *      Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/> .



#3381 From: Brian Deitte <bdeitte@...>
Date: Wed Sep 1, 2004 2:58 pm
Subject: RE: out of memory error
bdeitte
Send Email Send Email
 
With the default Java settings, Flex can run out of memory, especially when processing large amounts of debug info.  For Tomcat, set something like this on the command-line:
 
SET JAVA_OPTS=-Xmx384m
 
-Brian
 
-----Original Message-----
From: Steve Pruitt [mailto:spruitt@...]
Sent: Wednesday, September 01, 2004 10:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] out of memory error

Has anyone had problems with out-of-memory running fdb?  I have run fdb with my application before with no problems, although its been a while.
 
-S
 
Technical Information:
    HTTP Status Code: 500
    Servlet Name: FlexMxmlServlet

 
Exception javax.servlet.ServletException
Servlet execution threw an exception (View stack trace)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536)
 
Root Cause Exception java.lang.OutOfMemoryError
Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536) java.lang.OutOfMemoryError


#3382 From: Rich Tretola <rtretola@...>
Date: Wed Sep 1, 2004 2:59 pm
Subject: Re: Flex Builder installation
rtretola@...
Send Email Send Email
 
I have it running under xp sp2 without any problems.


----- Original Message -----
From: Dimitrios Gianninas <dimitrios.gianninas@...>
Date: Wed, 1 Sep 2004 10:04:31 -0400
Subject: RE: [flexcoders] Flex Builder installation
To: flexcoders@yahoogroups.com


Do you have Windows XP SP2 at home? I do here at work and I just
finished the installation and it doesn't run either.

One of my processes in the Task Manager is the "Macromedia
Licensing.exe"... I can kill it without trouble, but Flex Builder
never appears.


Jimmy Gianninas - Developer

Optimal Payments Inc.


  ________________________________
  From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation



I have tried to install Flex Builder at home and in office, while the
installation in office was successful and the program runs smoothly,
flex builder could not be started at my home machine after
installation.
And in WinXP task manager I saw MMLicense manager and something like
"license cleanup". What is the problem indeed?



AVIS IMPORTANTWARNING


  Les informations contenues dans le present document et ses pieces
jointes sont strictement confidentielles et reservees a l'usage de la
(des) personne(s) a qui il est adresse. Si vous n'etes pas le
destinataire, soyez avise que toute divulgation, distribution, copie,
ou autre utilisation de ces informations est strictement prohibee. Si
vous avez recu ce document par erreur, veuillez s'il vous plait
communiquer immediatement avec l'expediteur et detruire ce document
sans en faire de copie sous quelque forme.

  The information contained in this document and attachments is
confidential and intended only for the person(s) named above. If you
are not the intended recipient you are hereby notified that any
disclosure, copying, distribution, or any other use of the information
is strictly prohibited. If you have received this document by mistake,
please notify the sender immediately and destroy this document and
attachments without making any copy of any kind.


  Yahoo! Groups Sponsor




  ________________________________
  Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

To unsubscribe from this group, send an email to:
flexcoders-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

#3383 From: Lucian Beebe <lbeebe@...>
Date: Wed Sep 1, 2004 3:00 pm
Subject: RE: Flex Builder installation
lucianbeebe
Send Email Send Email
 

I'm not sure of your problem. So, you start Flex Builder and just nothing at all happens? Are you using the trial (no serial number) or are you entering a serial number?

 

I do want to say that Flex Builder should run with Windows XP SP2. There are some minor issues with the new security procedures, but they are intentional SP2 warning messages. All Macromedia SP2 content will be on the following web page. We'll keep adding to that over the next few weeks with more information on Flex and Flex Builder.

 

http://www.macromedia.com/support/service/servicepack2.html

 

Lucian

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 7:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder installation

 

It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.

 

----- Original Message -----

Sent: Wednesday, September 01, 2004 10:04 PM

Subject: RE: [flexcoders] Flex Builder installation

 

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.

 

One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.

And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?



AVIS IMPORTANT

WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.






#3384 From: "Steve Pruitt" <spruitt@...>
Date: Wed Sep 1, 2004 3:02 pm
Subject: RE: out of memory error
st_pruitt
Send Email Send Email
 
ok.  odd, the Tomcat console shows no distress.  the exception doesn't appear.
 
-S 

With the default Java settings, Flex can run out of memory, especially when processing large amounts of debug info.  For Tomcat, set something like this on the command-line:
 
SET JAVA_OPTS=-Xmx384m
 
-Brian
 
-----Original Message-----
From: Steve Pruitt [mailto:spruitt@...]
Sent: Wednesday, September 01, 2004 10:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] out of memory error

Has anyone had problems with out-of-memory running fdb?  I have run fdb with my application before with no problems, although its been a while.
 
-S
 
Technical Information:
    HTTP Status Code: 500
    Servlet Name: FlexMxmlServlet

 
Exception javax.servlet.ServletException
Servlet execution threw an exception (View stack trace)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536)
 
Root Cause Exception java.lang.OutOfMemoryError
Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536) java.lang.OutOfMemoryError



#3385 From: "Steven Webster" <swebster@...>
Date: Wed Sep 1, 2004 3:03 pm
Subject: RE: out of memory error
swebsteratit...
Send Email Send Email
 
Steve .... are you running Tomcat by any chance ?  We've certainly experienced
out of memory errors running flex within tomcat 4.1.x, which we've not yet had
a chance to trace out, but Flex is a candidate culprit (along with a whole bunch
of other things).
 
But I'm curious from your stack trace, what bits of Tomcat you're using ?
 
Steven
 
--
Steven Webster
Technical Director
iteration::two
 


From: Steve Pruitt [mailto:spruitt@...]
Sent: 01 September 2004 15:35
To: flexcoders@yahoogroups.com
Subject: [flexcoders] out of memory error

Has anyone had problems with out-of-memory running fdb?  I have run fdb with my application before with no problems, although its been a while.
 
-S
 
Technical Information:
    HTTP Status Code: 500
    Servlet Name: FlexMxmlServlet

 
Exception javax.servlet.ServletException
Servlet execution threw an exception (View stack trace)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536)
 
Root Cause Exception java.lang.OutOfMemoryError
Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536) java.lang.OutOfMemoryError


---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 09/08/2004


#3386 From: "Steve Pruitt" <spruitt@...>
Date: Wed Sep 1, 2004 3:05 pm
Subject: RE: out of memory error
st_pruitt
Send Email Send Email
 
I'm running Tomcat 5.0.19 and just the standard Catalina servlet stuff, if thats what you are asking.
 
 
-S
 
-----Original Message-----
From: Steven Webster [mailto:swebster@...]
Sent: Wednesday, September 01, 2004 11:04 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] out of memory error

Steve .... are you running Tomcat by any chance ?  We've certainly experienced
out of memory errors running flex within tomcat 4.1.x, which we've not yet had
a chance to trace out, but Flex is a candidate culprit (along with a whole bunch
of other things).
 
But I'm curious from your stack trace, what bits of Tomcat you're using ?
 
Steven
 
--
Steven Webster
Technical Director
iteration::two
 


From: Steve Pruitt [mailto:spruitt@...]
Sent: 01 September 2004 15:35
To: flexcoders@yahoogroups.com
Subject: [flexcoders] out of memory error

Has anyone had problems with out-of-memory running fdb?  I have run fdb with my application before with no problems, although its been a while.
 
-S
 
Technical Information:
    HTTP Status Code: 500
    Servlet Name: FlexMxmlServlet

 
Exception javax.servlet.ServletException
Servlet execution threw an exception (View stack trace)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536)
 
Root Cause Exception java.lang.OutOfMemoryError
Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536) java.lang.OutOfMemoryError


---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 09/08/2004



#3387 From: "Steve Pruitt" <spruitt@...>
Date: Wed Sep 1, 2004 3:13 pm
Subject: RE: out of memory error
st_pruitt
Send Email Send Email
 
The out-of-memory only occurred when trying to debug.  I also get it trying to run the application straight up after the out-of-memory exception.  But, restarting Tomcat clears the problem.
 
-S
 
 
 -----Original Message-----
From: Steven Webster [mailto:swebster@...]
Sent: Wednesday, September 01, 2004 11:04 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] out of memory error

Steve .... are you running Tomcat by any chance ?  We've certainly experienced
out of memory errors running flex within tomcat 4.1.x, which we've not yet had
a chance to trace out, but Flex is a candidate culprit (along with a whole bunch
of other things).
 
But I'm curious from your stack trace, what bits of Tomcat you're using ?
 
Steven
 
--
Steven Webster
Technical Director
iteration::two
 


From: Steve Pruitt [mailto:spruitt@...]
Sent: 01 September 2004 15:35
To: flexcoders@yahoogroups.com
Subject: [flexcoders] out of memory error

Has anyone had problems with out-of-memory running fdb?  I have run fdb with my application before with no problems, although its been a while.
 
-S
 
Technical Information:
    HTTP Status Code: 500
    Servlet Name: FlexMxmlServlet

 
Exception javax.servlet.ServletException
Servlet execution threw an exception (View stack trace)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536)
 
Root Cause Exception java.lang.OutOfMemoryError
Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:307) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.cache.CacheFilter.doFilter(CacheFilter.java:218) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at flex.detection.DetectionFilter.doFilter(DetectionFilter.java:95) at flex.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:233) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688) at java.lang.Thread.run(Thread.java:536) java.lang.OutOfMemoryError


---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 09/08/2004



#3388 From: "Dimitrios Gianninas" <dimitrios.gianninas@...>
Date: Wed Sep 1, 2004 3:18 pm
Subject: RE: Flex Builder installation
angelone197555
Send Email Send Email
 
For me, nothing ever comes up... not even a screen to enter my serial number.
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:00 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

I'm not sure of your problem. So, you start Flex Builder and just nothing at all happens? Are you using the trial (no serial number) or are you entering a serial number?

 

I do want to say that Flex Builder should run with Windows XP SP2. There are some minor issues with the new security procedures, but they are intentional SP2 warning messages. All Macromedia SP2 content will be on the following web page. We'll keep adding to that over the next few weeks with more information on Flex and Flex Builder.

 

http://www.macromedia.com/support/service/servicepack2.html

 

Lucian

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 7:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder installation

 

It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.

 

----- Original Message -----

Sent: Wednesday, September 01, 2004 10:04 PM

Subject: RE: [flexcoders] Flex Builder installation

 

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.

 

One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.

And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?



AVIS IMPORTANT

WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.







#3389 From: Lucian Beebe <lbeebe@...>
Date: Wed Sep 1, 2004 3:33 pm
Subject: RE: Flex Builder installation
lucianbeebe
Send Email Send Email
 

For those of you having the problem, are you still running beta software, by any chance? We did see this during the beta. You should have the final bits. If you don't have them yet, let me know and I'll make sure you have them.

 

Thank you

 

Lucian

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

For me, nothing ever comes up... not even a screen to enter my serial number.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:00 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

I'm not sure of your problem. So, you start Flex Builder and just nothing at all happens? Are you using the trial (no serial number) or are you entering a serial number?

 

I do want to say that Flex Builder should run with Windows XP SP2. There are some minor issues with the new security procedures, but they are intentional SP2 warning messages. All Macromedia SP2 content will be on the following web page. We'll keep adding to that over the next few weeks with more information on Flex and Flex Builder.

 

http://www.macromedia.com/support/service/servicepack2.html

 

Lucian

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 7:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder installation

 

It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.

 

----- Original Message -----

Sent: Wednesday, September 01, 2004 10:04 PM

Subject: RE: [flexcoders] Flex Builder installation

 

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.

 

One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.

And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?

 

AVIS IMPORTANT

WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.




 




#3390 From: "Dimitrios Gianninas" <dimitrios.gianninas@...>
Date: Wed Sep 1, 2004 3:43 pm
Subject: RE: Flex Builder installation
angelone197555
Send Email Send Email
 
I uninstalled Brady... unless there is some residue inside the Windows registry... is that it?
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:34 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

For those of you having the problem, are you still running beta software, by any chance? We did see this during the beta. You should have the final bits. If you don't have them yet, let me know and I'll make sure you have them.

 

Thank you

 

Lucian

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

For me, nothing ever comes up... not even a screen to enter my serial number.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:00 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

I'm not sure of your problem. So, you start Flex Builder and just nothing at all happens? Are you using the trial (no serial number) or are you entering a serial number?

 

I do want to say that Flex Builder should run with Windows XP SP2. There are some minor issues with the new security procedures, but they are intentional SP2 warning messages. All Macromedia SP2 content will be on the following web page. We'll keep adding to that over the next few weeks with more information on Flex and Flex Builder.

 

http://www.macromedia.com/support/service/servicepack2.html

 

Lucian

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 7:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder installation

 

It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.

 

----- Original Message -----

Sent: Wednesday, September 01, 2004 10:04 PM

Subject: RE: [flexcoders] Flex Builder installation

 

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.

 

One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.

And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?

 

AVIS IMPORTANT

WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.




 





#3391 From: Matt Chotin <mchotin@...>
Date: Wed Sep 1, 2004 4:02 pm
Subject: RE: Re: Web Services Interoperability
m_chotin
Send Email Send Email
 

Someone who understands WS better than I do corrected me.  We did run WS-I Basic Profile compliance tests, so SOAP is compliant as well as UDDI (as long as you use our SOAP calls to manage it).

 

Matt

 

-----Original Message-----
From: Libby Freligh [mailto:lfreligh@...]
Sent: Wednesday, September 01, 2004 7:02 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Web Services Interoperability

 

Hi -

 

We support the WS-I Basic Profile.

 

As for .NET - our customers are looking for .NET interoperability and we're currently working on a native version of Flex on .NET. It will be in beta soon and is slated for release next year.

 

l.

 


From: ckaiman1 [mailto:charles_kaiman@...]
Sent: Monday, August 30, 2004 1:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Web Services Interoperability

Fair enough :)  Maybe you can tell me what percentage of your
customers are looking for .NET interoperability that go beyond
simple Web service calls?  I guess I'm just trying to get a feel for
Macromedia's desire to support this kind of functionality in Flex.

Thanks!

--- In flexcoders@yahoogroups.com, Matt Chotin <mchotin@m...> wrote:
> I'll let someone from Product Management cover this one :-)
>

>
> -----Original Message-----
> From: ckaiman1 [mailto:charles_kaiman@s...]
> Sent: Monday, August 30, 2004 10:20 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Web Services Interoperability
>

>
> To what extent do you see Flex supporting WS-I in the next 6-12
> months?  We are now 100% dedicated to supporting a secure, Web
> services platform based on WS-I specifications on the .NET
> platform.  This will very likely include SQL Server 2005 for
direct
> db access via SOAP.  We are also very excited about Flex and
pleased
> with the current release.  If Flex is not built to support WS-I,
> then another option for us would be a version of Flex that is
built
> for the .NET framework, i.e. consume native .NET objects, etc.  I
> know Macromedia was working on this, but haven't heard much about
it
> in the past six months or so.  Can you comment on that?
>
> --- In flexcoders@yahoogroups.com, Matt Chotin <mchotin@m...>
wrote:
> > The WebServices library does not support WS-I completely.  We
are
> WSDL 1.1
> > compliant but no guarantees beyond that.
> >
> > 
> >
> > Matt
> >
> > 
> >
> > -----Original Message-----
> > From: ckaiman1 [mailto:charles_kaiman@s...]
> > Sent: Monday, August 30, 2004 8:23 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Web Services Interoperability
> >
> > 
> >
> > I'm just wondering what level of support we can expect Flex to
> have
> > for Web service interoperability as dictated by the Web Services
> > Interoperability Organization (WS-I)?
> >
> > http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html
> <http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html>
> > <http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html
> <http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html> >
> >
> > My primary concern is that we are building Web services
using .NET
> > and Web Services Enhancements (WSE) 2.0, and we are hoping to
use
> > Flex for much of the front-end development - assuming they are
> > compatible.
> >
> > We've had some discussions with Macromedia in the past regarding
> WS-
> > Security, etc., but I'm not really sure where everything stands
at
> > present.
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Sponsor
> >
> >
> >
> > ADVERTISEMENT
> > 
> >
>
<http://us.ard.yahoo.com/SIG=129hmcpnl/M=298184.5285298.6392945.30011
>
<http://us.ard.yahoo.com/SIG=129hmcpnl/M=298184.5285298.6392945.30011
>
> 76/D=gr
> >
>
oups/S=1705007207:HM/EXP=1093965856/A=2319501/R=0/SIG=11tq0u909/*http
> :/www.n
> > etflix.com/Default?mqso=60185353&partid=5285298> click here
> >
> >
> > 
> > <http://us.adserver.yahoo.com/l? <http://us.adserver.yahoo.com/l?
>
> M=298184.5285298.6392945.3001176/D=groups/S=
> > :HM/A=2319501/rand=427851541>
> >
> > 
> >
> >   _____ 
> >
> > Yahoo! Groups Links
> >
> > *         To visit your group on the web, go to:
> > http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/>
> > <http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/> >
> >  
> >
> > *         To unsubscribe from this group, send an email to:
> > flexcoders-unsubscribe@yahoogroups.com
> > <mailto:flexcoders-unsubscribe@yahoogroups.com?
> subject=Unsubscribe>
> >  
> >
> > *         Your use of Yahoo! Groups is subject to the Yahoo!
Terms
> of
> > <http://docs.yahoo.com/info/terms/
<http://docs.yahoo.com/info/terms/> >
> Service.
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT

>
<http://us.ard.yahoo.com/SIG=129kcvtn8/M=298184.5285298.6392945.30011
76/D=gr
>
oups/S=1705007207:HM/EXP=1093972789/A=2319498/R=0/SIG=11thfntfp/*http
:/www.n
> etflix.com/Default?mqso=60185352&partid=5285298> click here
>
>

> <http://us.adserver.yahoo.com/l?
M=298184.5285298.6392945.3001176/D=groups/S=
> :HM/A=2319498/rand=907893599>
>

>
>   _____ 
>
> Yahoo! Groups Links
>
> *         To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/>
>  
>
> *         To unsubscribe from this group, send an email to:
> flexcoders-unsubscribe@yahoogroups.com
> <mailto:flexcoders-unsubscribe@yahoogroups.com?
subject=Unsubscribe>
>  
>
> *         Your use of Yahoo! Groups is subject to the Yahoo! Terms
of
> <http://docs.yahoo.com/info/terms/>  Service.





#3392 From: Larry McLister <lmclister@...>
Date: Wed Sep 1, 2004 4:01 pm
Subject: RE: Flex Builder installation
lmclister@...
Send Email Send Email
 

Hi Jimmy,

 

I’m running Flex Builder on XP with SP2 and we have it running on a few other machines as well, so I’m not sure it is related to sp2.   If I recall you were in the Flex Builder beta program.  A couple of folks had a similar issue with one of our beta builds which makes me think it is related to that issue.  It sounds like you uninstalled Flex Builder via add remove programs, rebooted and installed the released build of Flex Builder, right?  Could you look at the properties for the Flex Builder.exe and send the File version which is located in the properties version tab?

 

Thanks

Larry McLister

Flex Builder Team

 

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

I uninstalled Brady... unless there is some residue inside the Windows registry... is that it?

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:34 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

For those of you having the problem, are you still running beta software, by any chance? We did see this during the beta. You should have the final bits. If you don't have them yet, let me know and I'll make sure you have them.

 

Thank you

 

Lucian

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

For me, nothing ever comes up... not even a screen to enter my serial number.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:00 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

I'm not sure of your problem. So, you start Flex Builder and just nothing at all happens? Are you using the trial (no serial number) or are you entering a serial number?

 

I do want to say that Flex Builder should run with Windows XP SP2. There are some minor issues with the new security procedures, but they are intentional SP2 warning messages. All Macromedia SP2 content will be on the following web page. We'll keep adding to that over the next few weeks with more information on Flex and Flex Builder.

 

http://www.macromedia.com/support/service/servicepack2.html

 

Lucian

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 7:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder installation

 

It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.

 

----- Original Message -----

Sent: Wednesday, September 01, 2004 10:04 PM

Subject: RE: [flexcoders] Flex Builder installation

 

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.

 

One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.

And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?

 

AVIS IMPORTANT

WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.



 

 

 




#3393 From: Nils Döhring <sp4m@...>
Date: Wed Sep 1, 2004 4:44 pm
Subject: Re: Flex Builder installation
sp4m@...
Send Email Send Email
 

I had to delete registry stuff (the settings for brady beta) to make FB final come up. Also, the issue with windowblinds still exists (though I don’t think anyone else has it installed. I use it to get more space, smaller taskabar, better/smaller font, etc…). If you skin FB, the app itself will work, but not the activation screen. And because the app is started AFTER the activation screen, nothing will show up if ‘activation mode’ is on…

 

My 2 eurocents :-)

 

Nils

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

I uninstalled Brady... unless there is some residue inside the Windows registry... is that it?

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:34 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

For those of you having the problem, are you still running beta software, by any chance? We did see this during the beta. You should have the final bits. If you don't have them yet, let me know and I'll make sure you have them.

 

Thank you

 

Lucian

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

For me, nothing ever comes up... not even a screen to enter my serial number.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:00 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

I'm not sure of your problem. So, you start Flex Builder and just nothing at all happens? Are you using the trial (no serial number) or are you entering a serial number?

 

I do want to say that Flex Builder should run with Windows XP SP2. There are some minor issues with the new security procedures, but they are intentional SP2 warning messages. All Macromedia SP2 content will be on the following web page. We'll keep adding to that over the next few weeks with more information on Flex and Flex Builder.

 

http://www.macromedia.com/support/service/servicepack2.html

 

Lucian

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 7:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder installation

 

It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.

 

----- Original Message -----

Sent: Wednesday, September 01, 2004 10:04 PM

Subject: RE: [flexcoders] Flex Builder installation

 

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.

 

One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.

And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?

 

AVIS IMPORTANT

WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.

 

 

 

 

 




#3394 From: "Dimitrios Gianninas" <dimitrios.gianninas@...>
Date: Wed Sep 1, 2004 5:00 pm
Subject: RE: Flex Builder installation
angelone197555
Send Email Send Email
 
I have: 1.0.2349.0
 
What I did was:
- uninstall Brady via Add/Remove Programs
- made sure the folder was gone
- installed Flex Builder
 
I never checked the registry or Document and Settings for any Brady residue
 
Jimmy Gianninas - Developer
Optimal Payments Inc.
 


From: Larry McLister [mailto:lmclister@...]
Sent: Wednesday, September 01, 2004 12:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

Hi Jimmy,

 

I’m running Flex Builder on XP with SP2 and we have it running on a few other machines as well, so I’m not sure it is related to sp2.   If I recall you were in the Flex Builder beta program.  A couple of folks had a similar issue with one of our beta builds which makes me think it is related to that issue.  It sounds like you uninstalled Flex Builder via add remove programs, rebooted and installed the released build of Flex Builder, right?  Could you look at the properties for the Flex Builder.exe and send the File version which is located in the properties version tab?

 

Thanks

Larry McLister

Flex Builder Team

 

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

I uninstalled Brady... unless there is some residue inside the Windows registry... is that it?

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:34 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

For those of you having the problem, are you still running beta software, by any chance? We did see this during the beta. You should have the final bits. If you don't have them yet, let me know and I'll make sure you have them.

 

Thank you

 

Lucian

 


From: Dimitrios Gianninas [mailto:dimitrios.gianninas@...]
Sent: Wednesday, September 01, 2004 8:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder installation

 

For me, nothing ever comes up... not even a screen to enter my serial number.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Lucian Beebe [mailto:lbeebe@...]
Sent: Wednesday, September 01, 2004 11:00 AM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Flex Builder installation

I'm not sure of your problem. So, you start Flex Builder and just nothing at all happens? Are you using the trial (no serial number) or are you entering a serial number?

 

I do want to say that Flex Builder should run with Windows XP SP2. There are some minor issues with the new security procedures, but they are intentional SP2 warning messages. All Macromedia SP2 content will be on the following web page. We'll keep adding to that over the next few weeks with more information on Flex and Flex Builder.

 

http://www.macromedia.com/support/service/servicepack2.html

 

Lucian

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 7:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder installation

 

It may not be related to SP2 then, since I haven't installed that (for no reason I am going to install that either)... But I have exactly the same item in the Task Manager.

 

----- Original Message -----

Sent: Wednesday, September 01, 2004 10:04 PM

Subject: RE: [flexcoders] Flex Builder installation

 

Do you have Windows XP SP2 at home? I do here at work and I just finished the installation and it doesn't run either.

 

One of my processes in the Task Manager is the "Macromedia Licensing.exe"... I can kill it without trouble, but Flex Builder never appears.

 

Jimmy Gianninas - Developer

Optimal Payments Inc.

 

 


From: Peter Choi [mailto:peterchoicm@...]
Sent: Wednesday, September 01, 2004 8:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Builder installation

I have tried to install Flex Builder at home and in office, while the installation in office was successful and the program runs smoothly, flex builder could not be started at my home machine after installation.

And in WinXP task manager I saw MMLicense manager and something like "license cleanup". What is the problem indeed?

 

AVIS IMPORTANT

WARNING

Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.



 

 

 





#3395 From: Deepa Subramaniam <dsubrama@...>
Date: Wed Sep 1, 2004 5:10 pm
Subject: RE: 2 Feature Requests for Flex
dsubrama@...
Send Email Send Email
 
Hi Chris -

Item #1 in your list has already been logged in our bugbase - I will mark
the bug with your comments and up its priority. Please log your 2nd
enhancement request.

Thanks for bringing these up,
Deepa
Flex Team

-----Original Message-----
From: extensive_systems [mailto:java-consulting@...]
Sent: Tuesday, August 31, 2004 8:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 2 Feature Requests for Flex

Hello, Macromedia, here are a couple of features I'd like to see in Flex:

1. The MenuBar control currently does not dispatch an event for a
toplevel menuitem. IMHO, this severly limits the utility of the
MenuBar control and, AFAIK, there's no reason for this limitation.

2. The ComboBox control (at least, possibly the List control, etc.)
should emit a "change" event (or some other, new, event type) when the
user (re)selects the same item in the control. Why? Because of context
sensitivity (in a given UI design) between controls.

I've already run against both these issues in practice.

   Thanks,
     Chris






Yahoo! Groups Links

#3396 From: "connorfulton" <connor.fulton@...>
Date: Wed Sep 1, 2004 5:09 pm
Subject: Drag Initiator's ID
connorfulton
Send Email Send Email
 
event.target.id provides the id of the dataGrid

Is there an easy way to get to the id of the drag initiator, so that
I can assess if the source and target are the same?

Messages 3367 - 3396 of 165719   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help