[flexcoders] Re: Flex Config File DTDs or Schemas

2007-04-12 Thread neilac3333
Well, that's the thing.  I would love to provide an error message for
you.  And I had been getting quite a few error messages pertaining to
not having this config file or that one until I finally had 6 config
files in my build.  

Then, I got no errors at deployment.  I was relieved, but then when I
navigated to the SWF file, I got a servlet exception telling me that
the deployment failed because of previous errors.  Of course, as I
said, there were no "previous errors" to speak of.  Nothing in the
stack trace.  Nothing in the logs.  Nothing.

I can certainly dig some more and try to find something for us to go
on.  But in the meantime, where are these "docs" describing all the
elements of those config files?

Thanks.


--- In [EMAIL PROTECTED], "Dimitrios Gianninas"
<[EMAIL PROTECTED]> wrote:
>
> I dont think adove provides the DTD or schemas for those...however
the sample one have all the basics. Also every parameter is explained
in the docs, but before that, what is the config error you are getting?
>  
> Dimitrios Gianninas
> Developer
> Optimal Payments Inc.
>  
> 
> 
> 
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of neilac
> Sent: Tuesday, April 10, 2007 1:14 PM
> To: [EMAIL PROTECTED]
> Subject: [flexcoders] Flex Config File DTDs or Schemas
> 
> 
> 
> I am writing a basic application to test Flex integration with Java
> objects, and after solving a bunch of deployment errors, I am happy to
> say I am finding no errors on deployment anymore. The application,
> however, still doesn't work because of what must be some undescribed
> configuration error.
> 
> I have been unable to find any DTDs or schemas that pertain to any of
> the following files:
> 
> flex-config.xml
> data-management-config.xml
> flex-webtier-config.xml
> remoting-config.xml
> services-config.xml
> mxml-manifest.xml
> 
> Putting aside my disappointment that I need all these files for a
> Flex-Java application that couldn't get any simpler, I would appreciate
> any insight into these files.
> 
> Thanks.
> 
> 
> 
>  
> 
> -- 
> WARNING
> ---
> This electronic message and its attachments may contain
confidential, proprietary or legally privileged information, which is
solely for the use of the intended recipient.  No privilege or other
rights are waived by any unintended transmission or unauthorized
retransmission of this message.  If you are not the intended recipient
of this message, or if you have received it in error, you should
immediately stop reading this message and delete it and all
attachments from your system.  The reading, distribution, copying or
other use of this message or its attachments by unintended recipients
is unauthorized and may be unlawful.  If you have received this e-mail
in error, please notify the sender.
> 
> AVIS IMPORTANT
> --
> Ce message électronique et ses pièces jointes peuvent contenir des
renseignements confidentiels, exclusifs ou légalement privilégiés
destinés au seul usage du destinataire visé.  L'expéditeur original ne
renonce à aucun privilège ou à aucun autre droit si le présent message
a été transmis involontairement ou s'il est retransmis sans son
autorisation.  Si vous n'êtes pas le destinataire visé du présent
message ou si vous l'avez reçu par erreur, veuillez cesser
immédiatement de le lire et le supprimer, ainsi que toutes ses pièces
jointes, de votre système.  La lecture, la distribution, la copie ou
tout autre usage du présent message ou de ses pièces jointes par des
personnes autres que le destinataire visé ne sont pas autorisés et
pourraient être illégaux.  Si vous avez reçu ce courrier électronique
par erreur, veuillez en aviser l'expéditeur.
>




[flexcoders] Flex Config File DTDs or Schemas

2007-04-10 Thread neilac3333
I am writing a basic application to test Flex integration with Java
objects, and after solving a bunch of deployment errors, I am happy to
say I am finding no errors on deployment anymore.  The application,
however, still doesn't work because of what must be some undescribed
configuration error.

I have been unable to find any DTDs or schemas that pertain to any of
the following files:

flex-config.xml
data-management-config.xml
flex-webtier-config.xml
remoting-config.xml
services-config.xml
mxml-manifest.xml

Putting aside my disappointment that I need all these files for a
Flex-Java application that couldn't get any simpler, I would appreciate
any insight into these files.

Thanks.





[flexcoders] Re: MXML Schema

2007-04-09 Thread neilac3333
Here is the error:

Only one attribute 'labelField' is allowed within the attribute
'mx:_A_mx.controls.List' group


This makes sense since the following declaration



...also contains a labelField element.


When I remove the extraneous labelField, I get this:

Only one attribute 'includeInLayout' is allowed within the attribute
'mx:_A_mx.containers.HBox' group


Please let me know if I can provide further information.

Thanks.









--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Tuesday 03 Apr 2007, neilac wrote:
> > However, according to XMLSpy, this schema is not well-formed and
> > therefore not valid. Can you please point me to where Adobe has posted
> > the correct schema?
> 
> Hi, I maintain that schema :-)
> What does XMLSpy complain about ? I and others use the schema daily
with 
> Eclipse's WebTools project without any issues at all, but if there is 
> something up with it that I can fix I'll look at it.
> 
> -- 
> Tom Chiverton
> Helping to collaboratively generate sticky platforms
> on: http://thefalken.livejournal.com
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
>




[flexcoders] Flex on the Front but Spring or Seam on the Back?

2007-04-05 Thread neilac3333
There is some major momentum here at my client site about Adobe Flex
as a view technology. As I have gotten to know technologies like Seam
and Spring, it seems to me that if I were to jump on the Flex
bandwagon, I would like to do all the heavy lifting in one of those
and simply let the managed Java components communicate with
ActionScript through the "bridge."

Is integration with Seam even feasible, or is Spring my best bet here?
 What are your experiences with using both?  What are the
advantages/disadvantages of each in your experience?

Thanks very much.



[flexcoders] Re: MXML Schema

2007-04-03 Thread neilac3333
Thanks for letting me know, Gordon.  I can certainly understand how
complex such a schema would be, but then how does a tool, FlexBuilder
or anything else, know that an MXML file is valid at design time?  Or
must I wait until runtime to find errors?

Or simply write the UI in ActionScript?

Neil


--- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> We no longer provide a schema for MXML. The language was designed to be
> easily written by a human and isn't well-suited to being described in a
> schema -- it's too loosy-goosy in terms of what can nest inside what,
> whether you write a property as an attribute or child tag, etc.The
> schema we offered for Flex 1.5 was so large it didn't perform well and
> it was pretty much unmaintainable and inextensible so with Flex 2.0 we
> stopped providing one.
>  
> - Gordon
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of neilac
> Sent: Tuesday, April 03, 2007 9:38 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] MXML Schema
> 
> 
> 
> I am new to Flex and looking for the XML Schema document that defines
> the structure of an MXML document. I have found a schema at the
> following URL:
> 
> http://falkensweb.com/mxml2.xsd <http://falkensweb.com/mxml2.xsd> 
> 
> However, according to XMLSpy, this schema is not well-formed and
> therefore not valid. Can you please point me to where Adobe has posted
> the correct schema?
> 
> Thanks very much.
>




[flexcoders] MXML Schema

2007-04-03 Thread neilac3333
I am new to Flex and looking for the XML Schema document that defines
the structure of an MXML document. I have found a schema at the
following URL:

http://falkensweb.com/mxml2.xsd

However, according to XMLSpy, this schema is not well-formed and
therefore not valid. Can you please point me to where Adobe has posted
the correct schema?

Thanks very much.