Search:

Type: Posts; User: auditty; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,328

    That would be simpler. I can't believe I didn't...

    That would be simpler. I can't believe I didn't think of that... Thank you!
  2. Replies
    2
    Views
    1,328

    How to access form errors in JUnit test ?

    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...
  3. I will try out the latest version and update if...

    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...
  4. Insight: can't see JDBC information in drill down

    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...
  5. Replies
    0
    Views
    591

    JSP editor panes don't have titles

    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...
  6. Hi Stefan, I know about @Value, but it only...

    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...
  7. Accessing messages.properties in service layer

    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...
  8. Replies
    23
    Views
    8,931

    Now I am baffled. It is just working now... I...

    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.
  9. Replies
    23
    Views
    8,931

    Strangely, If I change my security tag to...

    Strangely,

    If I change my security tag to <security:authorize ifNotGranted="ROLE_ANONYMOUS">

    then the stuff gets hidden...
  10. Replies
    23
    Views
    8,931

    I turned on security logging and this is what I...

    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...
  11. Security setup error message could be more helpful

    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.
    ...
  12. Replies
    1
    Views
    1,041

    Roo Shell not working in STS

    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...
  13. Replies
    6
    Views
    1,369

    Oh, nevermind-- Looks like I just had my...

    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...
  14. Replies
    6
    Views
    1,369

    I am also seeing this problem, but on linux

    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...
  15. Replies
    23
    Views
    8,931

    I added those dependencies (core was already...

    I added those dependencies (core was already there, although an earlier version)

    Now my app won't start and the error says:


    Caused by:...
  16. Replies
    23
    Views
    8,931

    I am using 1.0.0.RC2 [rev 321] now. I think that...

    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...
  17. Replies
    23
    Views
    8,931

    I noticed that on my other, non-roo spring...

    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...
  18. Replies
    23
    Views
    8,931

    Here is my menu.jspx

    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">...
  19. Replies
    23
    Views
    8,931

    I fixed the url, but the security tags are still...

    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...
  20. Replies
    23
    Views
    8,931

    security:authorize tags not working

    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 ...
  21. Replies
    2
    Views
    1,359

    yes, that is the problem: I have java home...

    yes, that is the problem: I have java home pointed at openjdk.
    Thanks!
  22. Replies
    2
    Views
    1,359

    Roo shell does not give output

    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)...
  23. Solved same problem by adding AspectJ project nature in Eclipse (for running tests)

    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' "...
Results 1 to 23 of 23