Epic !!!
In regard to original question. SpringSecurity doesn't do that out-of-the-box. But there are some properties in UserDetails interface that you could accommodate (e.g. isEnabled(),...
Type: Posts; User: staleks; Keyword(s):
Epic !!!
In regard to original question. SpringSecurity doesn't do that out-of-the-box. But there are some properties in UserDetails interface that you could accommodate (e.g. isEnabled(),...
Hi,
another question I want to ask is weather Insight is capable of fetching /j_spring_security_check,
so I have CustomUserDetails and CustomAuthenticationHanlder and I want to see what is...
Hi all,
I have a question: Is it possible, using tcServer with insight template, to fetch AuthenticationSuccessHandler ?
Namely, I've implemented some stuff (some DB checks, some business logic...
Thank you Andy,
it finally worked :)
Ah,
thanks. I'll give it a try and get back with results.
Anyway thanks for your help.
Hi Andy
I am attaching you system variables that has been set on my Win7 64bit machine.
I am wondering, if you were right, that java is not on path, command java -version would not run either,...
Hi,
I have a problem with starting tcServer.
I am attaching you here steps to reproduce my problem:
1. created instance of tomcat 6, using insight as template and port 9090
...
OK, finally done it.
As I assumed, permissions were the cause of problem.
I switched spring-roo folder to my home folder and then roo worked.
Complete tutorial for Win and Ubuntu you can...
After "bad" experience with Ubuntu 11.04 & Unity, I decided to give a try with 11.10.
So currently I am using Ubuntu 11.10 32-bit, Java 6U27, and Spring Roo 1.1.5.RELEASE
Hi all,
I started to work with a Spring Roo for a while. Previously I had machine with Win7 OS and installation was really simple.
Now I switched myself to Ubuntu Linux OS, and tried to make...
Hi all,
I wanted to ask is there a way that I can limit number of connections that JavaMailSenderImpl uses ??? Some configuration property maybe?
Thanks
Hi all,
I am using Spring-Batch now for 3 - 4 months and I can call my self that I am aware of basic concepts used in this project.
Now question,
I just wanted to ask, by your opinion, what...
Sorry for that, I figured it out that I was giving wrong name of job description context file. It should be named fakeProfiles.xml instead of archiveProfileJob.xml.
Hi all,
recently I discovered spring-batch and decide to give it a try. After few pitfalls (something I discovered by myself, something with a help of you guys) I finally manage to make it work in...
Well I didn't find any examples how to save to StepExecutionContext but just find solution for JobExecutionContext.
see following link:...
Now finally get it working :) Don't know if this is the best way but it works for me.
Solution was pretty simple. I shouldn't use MethodInvokingTaskletAdapter that will trigger POJO, but rather...
Hi all,
I've started to work with spring-batch recently and I found this framework pretty ok.
Now I'm stuck with one problem and I would like to get some help from more experienced users.
...
+1
Link leads to invalid resource.
Hi Josh,
first of all I wish to say that I was pretty impressed @Devoxx2010 firstly on Spring BOF and later that week with your presentation about new stuff comming from Spring.
Great work.
...
Why do I have to have all in one DB ?
I am really happy with solution to have JOBS described in in-memory DB, while my JOBS should do their work in regular DB.
Why I choose not to have...
Hi all,
I've started with investigation of Spring-Batch for my next project. Beside spring-batch core I would also like to add web-console of spring-batch-admin in order to get more info/control...
Hi,
I would like to see link to screencast of Spring Roo project updated.
Please see blog post from Stefan Schmidt http://blog.springsource.com/2010/01/19/spring-roo-intro-screencast/
and...
Hi,
I've found where task namespace handler resides :)
I've added spring-context and finally get this example moving from "dead point".
Hi,
as update on this issue, I've start to look which namespace handlers I have in project using spring. So I have found in spring-beans-2.5.6.jar /META-INF/spring.schemas and...
Hi all,
I've decided to tryout the Spring Batch for some project that I am currently on.
I've downloaded PDF's both for Spring-Batch and Spring-Batch-Admin. Also downloaded distributions from...