Hello every one,
I did an application in order to run different shell scripts and to show their outputs in a jsp file. When I started it I had no problem because the results I...
Type: Posts; User: luisb; Keyword(s):
Hello every one,
I did an application in order to run different shell scripts and to show their outputs in a jsp file. When I started it I had no problem because the results I...
I realized that this was not a smart thing, my temporary solution was to use mysql limit option to bring a group of data. Anyway, in order to solve it much better I'm going to take a look to Spring...
Hello,
I'm having problems when I'm getting data from the database (mysql) using quartz's task with spring. This is the error I got:
java.lang.OutOfMemoryError: Java heap space
at...
Hello everyone,
I'm working in a new project and I'm trying to do the CRUD for Users, which involves Users data and their roles, it mean they can have more than one role.
When I created the...
Just to be considered by you, when I set a valid value, it means, which exist in the header it works without any issue. In order to test it I've tried with Accept-Language attribute and it works fine.
I agree with you, but this happen when I deploy the application the first time. Nothing was done related to authentication. I mean, when I perform run as --> run on server from my IDE I get this...
Here you are:
http://forum.springsource.org/showthread.php?129479-Authorization-without-authentication-part-2&p=423374
In that case I get org.springframework.security.authentication.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityContext, and at the same time access...
Hello,
Thanks for replying, Finally I get it works but I have a doubt. I realized something else, this is regarding principalRequestHeader attribute, in RequestHeaderAuthenticationFilter class,...
Hello everyone,
I'm working in a new project where I'm using authorization without authentication. I get it works but I have a doubt. I realized something else, this is regarding...
Take a look the second part, which is here: http://forum.springsource.org/showthread.php?129479-Authorization-without-authentication-part-2
Hello everyone,
In my previous post I asked for authorization without authentication in spring security, I'm still working on that, I tried to understand the way to use it...
First of all, thanks for replying it again.
I don't use anything at the moment. This is the part where I get confused. I'm trying to find out the way to load user roles defined from the database...
That's my doubt as I mentioned before. So, I should implement UserDetailsService (UserServiceImpl implements UserDetailsService) in order to get the user detail, ie. through a dao from database with...
Thanks for your feedback.
I took a look the documentation you suggested me and I think this should be the way to use authorization only:
<security:http>
<security:custom-filter...
Hello everyone,
I'm working in a new project where I need to manage user roles, just that, because this application is using its own authentication system through web...
Hello everyone,
I'm going to start a new project where I'm going to use SpringFramework / Maven / WebLogic as app server, etc. Anyway, I did a little research because this is...
Dear All,
I'm working with spring3 and Tiles in my project. I have a problem related to customer's request, for which I do not found out solution. The fact is that the client wants to...
Hey guys,
I have an issue when I tried to insert a row into table using ORACLE. This table has a trigger that has a sequence in order to generate the id. To be sure I tried to...
Abraxxxas,
First of all, thanks for your answer. I have the same configuration you posted. I debugged the code, and I could see that it reaches the controller. But I could not...
Kblair,
I just tried that, it does not work too. But you need to consider that I could reach the controlller, that is not the issue I have. The problem is when I tried to return the...
Hey guys,
I have a little issue in my job. I'm working on a web application using spring3 and apache tiles. Anyway, everything was fine until the client asked me to use URLs without extension. It...