Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    456

    greenhouse and spring social...

    Which version of Spring Social should I run greenhouse app against?

    git clone http://github.com/SpringSource/greenhouse.git
    mvn clean install t7:run

    gives me errors...

    Any words of wisdom...
  2. Replies
    0
    Views
    572

    greenhouse error on tomcat

    Is this a Spring 3.1 issue?

    Running greenhouse with mv clean install t7:run



    org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Config
    uration problem: Failed to...
  3. Replies
    0
    Views
    579

    Greenhouse error

    Getting this error deploying....

    An Ant BuildException has occured: com.jcraft.jsch.JSchException: java.io.FileNotFoundException: ${publish.keyfile} (The system cannot find the file specified) ->...
  4. Netflix sample - springSecurityFilterChain

    I am getting the familiar

    No bean named 'springSecurityFilterChain' is defined

    with the Netflix sample.

    Any ideas,

    Thanks, fm
  5. Replies
    0
    Views
    230

    Use of Annotations and JavaConfig project

    Is there a JIRA for generating code based on JavaConfig project and using AnnotationConfigWebApplicationContext as the application context.

    If there is a roo command to select generation style,...
  6. Replies
    0
    Views
    209

    Roo scaffolding issue

    Is there a way to generate scaffolding so that none of the JSP/Tiles stuff is generated. I want a REST based interface to an application being developed. The UI team will decide on what technologies...
  7. Replies
    1
    Views
    367

    I am using Spring 3.1.0.M2

    I am using Spring 3.1.0.M2
  8. Replies
    1
    Views
    367

    Mixing configuration schemes...

    I need to mix Configuration schemes in my web.xml. I have this

    <context-param>
    <param-name>contextClass</param-name>
    ...
  9. Replies
    1
    Views
    359

    By exclusions, I meant something like this... ...

    By exclusions, I meant something like this...

    <!-- S3 -->
    <dependency>
    <groupId>net.java.dev.jets3t</groupId>
    <artifactId>jets3t</artifactId>
    <!-- The next release of jets3t should...
  10. Thanks. Figured it out.

    Thanks. Figured it out.
  11. Replies
    2
    Views
    527

    Thanks. The issue was that Roo had included some...

    Thanks. The issue was that Roo had included some 3.0.5.RELEASE versions of spring security in my eclipse's .classpath
  12. Replies
    2
    Views
    527

    error loading .. with 3.1.0.RC3

    seem to be getting this with 3.1.0.RC3

    Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'authenticationUserDetailsService' of bean class...
  13. Replies
    1
    Views
    359

    dependency add command missing exclusions

    We need an option to exclude dependencies.
  14. maven dependency for org.springframework.data.FileStorage

    What's the maven dependency for org.springframework.data.FileStorage in greenhouse pom.xml?

    Many thanks,

    fm
  15. Replies
    2
    Views
    1,895

    Keith, Has this been integrated into 1.1.0...

    Keith,

    Has this been integrated into 1.1.0 stream?

    Thanks
  16. Replies
    4
    Views
    618

    I have it working. Spring Security 3.1 did the...

    I have it working. Spring Security 3.1 did the trick.
  17. Replies
    4
    Views
    618

    Yes i have. My questions are 1. when does...

    Yes i have.
    My questions are

    1. when does loadUserDetails get called.
    2. I think a way to get openid token in loadUserByUserName is required. why don't we insert the token into the...
  18. org.springframework.security.openid.OpenIdAuthenti cationProvider

    Looking at the source code for OpenIdAuthenticationProvider



    if (status == OpenIDAuthenticationStatus.SUCCESS) {
    // Lookup user details
    UserDetails userDetails...
  19. Replies
    4
    Views
    618

    openid attributes

    what's the best way to get the openid attributes?

    In class OpenIdUserDetailsService which implements UserDetailsService

    and method loadUserByUsername

    OpenIDAuthenticationToken token =...
  20. Thread: openId

    by fastmap
    Replies
    1
    Views
    340

    fixed it. An error in specifying attributes

    fixed it. An error in specifying attributes
  21. Thread: openId

    by fastmap
    Replies
    1
    Views
    340

    openId

    I have an error getting openid to work. I get this stack trace by enabling spring security debug

    Any insight into this would be immensely appreciated.

    -fm


    - Return URL:...
  22. Replies
    2
    Views
    538

    Spring social integration

    Are there any plans to integrate spring social?
  23. custom finder and its availability as a static method

    How is it possible to add a custom finder so that we can reference it as a static method just as a Roo generated finder would be in the controller.

    Thanks in advance

    fm
  24. Replies
    1
    Views
    1,021

    This seems to be answered in ...

    This seems to be answered in

    http://forum.springsource.org/showthread.php?t=107739
  25. Replies
    1
    Views
    1,021

    best practice for project related javascript

    I would like to hear what is the best practice for

    1. Where to place a project related javascript file in the roo generated project.
    2. Loading it in load-scripts.tagx. How to reference the...
Results 1 to 25 of 54
Page 1 of 3 1 2 3