and this is for Ben and Stephan....
Roo is amazing because it doesn't only generate source code for Spring ...it makes magic!!!
What do you think of an slogan like: "Roo....a kind of magic.."
Type: Posts; User: WalterVi; Keyword(s):
and this is for Ben and Stephan....
Roo is amazing because it doesn't only generate source code for Spring ...it makes magic!!!
What do you think of an slogan like: "Roo....a kind of magic.."
LOL...
the adjective was for Roo obviously....
I've read lots of your posts.....and they're always right ...
;)
I've tried this as Andrew says under windows.....and it amazingly WORKS!!!!!!!
:):)
Hi to all!
The documentation says :
"...Spring Security protects against this (session fixation attack) automatically by creating a new session when a user logs in...", alternatively this can be...
Spectacular!!!!!!!!!!!!!!!!!! (As we would say in Argentina)
that's a really great hack!!!!!
Thanks Andrew!!!!
PD:
of course it helps!!!!
Hi!.. The idea is right but there's a problem with that, the jsp namespace hasn't been declared yet....it's in the next line.....for instance:
<jsp:output doctype-root-element="module"
...
Stephan:
About the rememberme in Spring Security 3.01, it's int the forum, check
http://forum.springsource.org/showthread.php?t=83265
Stephan:
-I've sent you a pm.
-I added the ideas to ROO-208 and make a comment on ROO-193.
I've tried with this script
entity --class com.crmizer.domain.crmo.rbac.Users --testAutomatically
field string --fieldName username --notNull --sizeMax 50
field string --fieldName password...
I'm thinking about writing and addon to implement this points I've commented out earlier..
What do you think (Ben - Stephan)?
Should I try to modify the code in the actual jsp addon or write a new...
Comments on ROO-8
Hi guys!
First of all, thanks for this awesome project and the kind support!
I want to share some ideas about this important JIRA Ticket (ROO-8) and some of its related...
Thanks Stefan!!
JIRA ticket ROO-563 created...
Hi guys!
I've got an entity that has a boolean field.
When I type the command "finder list" in Roo Shell, it only lists the corresponding finder with the NOT modifier. For example:
Let's suppose...
Thanks for the good news Luke!
Kristofer:
It's not so easy as it seems, specially if you are a beginner as you say, and the point is that the hole Spring framework has to be "understood". You've got to read about: Spring IoC...
Excuse me, Luke...
But I couldn't find this bug in JIRA....is it posted there?
The point is that I want to vote for it, because I've got the same problem as wblackburniv.
Thanks
And Roo is behaving exactly as you have just explained...
It was a syntax error ( I wasn't using eclipse IDE), so I didn't see it clearly...
Thanks for the reply...
Thanks Enrique
smart answer!
I've recently used @Column, that is a javax.persistence annotation, and it seems its working fine.
You can see it at:
http://java.sun.com/javaee/5/docs/api/javax/persistence/Column.html
...
ROO-531 Created...
:)
Thanks for the reply Stefan!
There are no errors in the dependency download process that Roo makes...
I was just making a comment about this, because I thought I made a mistake with the...
When I run "perform tests",Roo begins downloading dependent jars for perfoming the commanded task.
It seems that it doesn't take into account the libraries in the "$ROO_HOME/dist" directory.
Is...
Another newbie error (of mine).....
Roo only deletes all *.aj files if you overwrite toString() in the way it's written in the *_Roo_ToString.aj file, in a static way like:
public String...
First of all, Which is the right word "overwrite" or "override"? (Please don't reply that override is a method of java.util.horse)
In the meantime I'll use overwrite.
The point is that if I...