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...
Type: Posts; User: fastmap; Keyword(s):
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...
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...
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) ->...
I am getting the familiar
No bean named 'springSecurityFilterChain' is defined
with the Netflix sample.
Any ideas,
Thanks, fm
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,...
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...
I am using Spring 3.1.0.M2
I need to mix Configuration schemes in my web.xml. I have this
<context-param>
<param-name>contextClass</param-name>
...
By exclusions, I meant something like this...
<!-- S3 -->
<dependency>
<groupId>net.java.dev.jets3t</groupId>
<artifactId>jets3t</artifactId>
<!-- The next release of jets3t should...
Thanks. Figured it out.
Thanks. The issue was that Roo had included some 3.0.5.RELEASE versions of spring security in my eclipse's .classpath
seem to be getting this with 3.1.0.RC3
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'authenticationUserDetailsService' of bean class...
We need an option to exclude dependencies.
What's the maven dependency for org.springframework.data.FileStorage in greenhouse pom.xml?
Many thanks,
fm
Keith,
Has this been integrated into 1.1.0 stream?
Thanks
I have it working. Spring Security 3.1 did the trick.
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...
Looking at the source code for OpenIdAuthenticationProvider
if (status == OpenIDAuthenticationStatus.SUCCESS) {
// Lookup user details
UserDetails userDetails...
what's the best way to get the openid attributes?
In class OpenIdUserDetailsService which implements UserDetailsService
and method loadUserByUsername
OpenIDAuthenticationToken token =...
fixed it. An error in specifying attributes
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:...
Are there any plans to integrate spring social?
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
This seems to be answered in
http://forum.springsource.org/showthread.php?t=107739
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...