That would be simpler. I can't believe I didn't think of that... Thank you!
Type: Posts; User: auditty; Keyword(s):
That would be simpler. I can't believe I didn't think of that... Thank you!
I am using webflow 2.0.2 and I have recently started writing JUnit tests for my flows using AbstractXmlFlowExecutionTests.
The one thing I can't figure out is how to get my hands on the form...
I will try out the latest version and update if that fixes it.
That's a bummer about requiring the annotation-based versions to get the detailed info. It's not that we don't like the annotation...
I am using Spring Insight 1.0.0.M2 on tcserver 2.0.0 Release dev edition. I am running a spring app that is using spring version 2.5.4.
I am looking at Recent Activity -> Traces -> Trace detail...
I am using SpringSource Tool Suite Version: 2.3.0.RELEASE
Build Id: 200912171331
on Ubuntu 10.04
When I open .jsp files the editor pane does not get a title like it does for every other kind of...
Hi Stefan,
I know about @Value, but it only works with the properties files under META-INF/spring, not the ones that are in WEB-INF/i18n. I think that is because of this in my application...
In my application I am sending out emails, for example, when a user asks for a password reset. I don't want to hardcode the text of the email in my manager (FYI I extracted a bunch of code out from...
Now I am baffled. It is just working now... I didn't change anything except to try ifNotGranted and then change it back to ifAllGranted.
Strangely,
If I change my security tag to <security:authorize ifNotGranted="ROLE_ANONYMOUS">
then the stuff gets hidden...
I turned on security logging and this is what I see for one request of the home page:
Converted URL to lowercase, from: '/'; to: '/'
Candidate is: '/'; pattern is /**; matched=true
/ at...
I noticed that you can't use the security setup command before you have any controllers in place. It makes sense, but I would prefer if the error message that you got at first was more helpful.
...
i recently installed the newest version of STS. I am using STS Version: 2.2.1.200910210131-RELEASE and I have Roo 1.0.0.RC3 installed on my computer.
The roo shell outside of STS is working, but...
Oh, nevermind--
Looks like I just had my symlink set wrong. I noticed that it worked when I went directly to roo's directory and ran sh roo.sh.
Then I did this:
sudo rm /usr/bin/roo
sudo ln...
I recently upgraded to Ubuntu 9.10 and so I had to reinstall STS and Roo and everything else.
Now I can't run the roo shell in the terminal or in STS.
In the terminal I see
Exception in...
I added those dependencies (core was already there, although an earlier version)
Now my app won't start and the error says:
Caused by:...
I am using 1.0.0.RC2 [rev 321] now. I think that is the same version I was using when I created this project. Although I remember entering the security setup command and that doesn't seem to be an...
I noticed that on my other, non-roo spring project we have a jar called spring-security-taglibs-2.0.1.jar
I don't see anything like that in my roo project...
Here is my menu.jspx
<ul xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:security="http://www.springframework.org/security/tags" xmlns:spring="http://www.springframework.org/tags" id="roo_menu">...
I fixed the url, but the security tags are still not working. They don't get stripped out either, they are just sitting there. When I view source i can see them and all of the content inside of them...
In my roo-generated project I set up spring security so people can log in (still have the default admin and user users)
I have used security:authorize tags before and all I had to add to my jsp ...
yes, that is the problem: I have java home pointed at openjdk.
Thanks!
When I use the Roo shell I don't see any of the very important output. Here is an unedited copy of my recent shell session:
roo> version
roo> hint
roo> help
** Type 'hint' (without the quotes)...
I had the same problem running integration tests on my development machine. They worked great on the other dev's machine, but I got the "No matching factory method found: factory method 'aspectOf' "...