I apologize this was listed as a known deficiency in the 1.0.0.M1 notes.
Ted
Type: Posts; User: tmoens; Keyword(s):
I apologize this was listed as a known deficiency in the 1.0.0.M1 notes.
Ted
Greetings:
I just gave the flex roo add-on another try using STS 2.5.1.RELEASE and the add-on's nightly build.
Because Roo now supports reverse engineering from a db, I got lots of stuff in a...
Looks to me like your config file has the "d" in MetadataProcessor as a "D" thus "MetaDataProcessor" - it might matter.
Ted
I'm embarrassed to ask for help, but I'm totally confused. I have a simple XML config file and all the objects are loaded fine. However, I tried to define a simple String:
<object id="label"...
It would be great if the docs could be updated accordingly - the name change just hit me. Previous project working fine. New project new environment, my IDE refused to auto complete...
Yes thanks that helps and I did get it working. Does just what I need. The tests and test data sprinkled in that directory helped to demystify password policy stuff too.
So I'm curious as to why...
Thanks for the reply.
LdapUserDetailsManager seemed perfect to me but all the crucial methods take a UserDetails object (I am/was using the InetOrgPerson).
However User Details objects are...
Greetings:
I have been spending a bit of time trying to figure out how to support letting users change their own details (including password) and put them in and LDAP server.
I am fine with...
That's fair enough and all I could ask for.
Ted
Yes, in the M3 milestone release Roo did introduce reverse engineering from a database and my experience was that it flowed through just fine throught he Flex add-on.
Cheers,
Ted
Hi Jeremy:
Thanks for the background, I understand. I also understand that we are in early days for the add-on, so I am not expecting or demanding anything, but I'd like to keep my mind open - so...
Hi Jeremy:
I was using STS at the time. Since then I have not generated another project so I can not say if it can be reproduced easily. Sorry, I should have thought to try, but I'll be doing it...
I, for one, am glad to have you back.
Ted
I believe this just enables spring security. You can now issue channelSet.login(uid,pwd) and channelSet.logout() commands in the client.
Section 5.3 of the documentation for 1.5.0.M1 tells you...
Here are a few tips gained from how I managed to externalize ChannelSet configuration in a Flex Client using Spring Actionscript (SAS).
Disclaimers
1) I'm pretty new at this, but what I've done...
Regarding configuration of the Default Channel, I use this within services-config.xml:
<services-config>
<services>
<default-channels>
<channel ref="amf"/>
...
I've been working away in this area over the past few days. First, I confirmed that you only get user name and authorities back.
I make a second asynch call to get the User Details. This is...
For a long time it looked like JeremyG was the sole source of answers and insights to BlazeDS integration and then the flex add-on for Spring Roo. He did a great job and it was enough to keep going. ...
I've been using the flex add-on for Roo Since the M1 was announced a little while back. I was pretty excited at first and still like what it does to get a project started, and I am still keen to see...
My first Flex Framework so nothing to compare against, but I have been using it now for a couple of weeks and it solves a couple of problems for me. In particular I have multiple identical...
I'm really trying to work the whole Spring Actionscript/Flex/Blaze/SpringFramework/Java "stack" to do some nice RIAs. In fact some are coming out quite nicely. This form seems like the right place...
I guess I am not the sharpest tool in the shed.
I ended up doing my autowiring in my View classes and taking care to make sure the context was loaded before the views were added and all is fine.
...
Hi:
I'm new to SAS. I would like to configure a AMFChannel in my .xml config file and reuse it in several components by having the the components Autowire the AMFChannel in.
I have successfully...
For what it is worth, some of the problem was simply solved a) adding the Flex project nature (which was probably too obvious to mention) and b) by going to the project properties, Flex Build Path...
Greetings:
I have followed Jeremy's video tutorial and managed to build a simple Flex application using the Flex add-on for Roo.
I am using STS 2.3.3.M2 with the Flashbuilder 4 plug-in.
I...