Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    86

    Running shell scripts

    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...
  2. Replies
    2
    Views
    375

    I realized that this was not a smart thing, my...

    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...
  3. Replies
    2
    Views
    375

    Errors getting data

    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...
  4. Thread: Validation

    by luisb
    Replies
    0
    Views
    290

    Validation

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

    Just to be considered by you, when I set a valid...

    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.
  6. Replies
    7
    Views
    459

    I agree with you, but this happen when I deploy...

    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...
  7. Replies
    7
    Views
    459

    Here you are:...

    Here you are:
    http://forum.springsource.org/showthread.php?129479-Authorization-without-authentication-part-2&p=423374
  8. Replies
    7
    Views
    459

    In that case I get...

    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...
  9. Replies
    3
    Views
    464

    Hello, Thanks for replying, Finally I get it...

    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,...
  10. Replies
    7
    Views
    459

    Authorization / PRE_AUTH_FILTER

    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...
  11. Replies
    8
    Views
    641

    Take a look the second part, which is here:...

    Take a look the second part, which is here: http://forum.springsource.org/showthread.php?129479-Authorization-without-authentication-part-2
  12. Replies
    3
    Views
    464

    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...
  13. Replies
    8
    Views
    641

    First of all, thanks for replying it again. I...

    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...
  14. Replies
    8
    Views
    641

    That's my doubt as I mentioned before. So, I...

    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...
  15. Replies
    8
    Views
    641

    Basic setting

    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...
  16. Replies
    8
    Views
    641

    Spring security with Authorization only

    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...
  17. Replies
    1
    Views
    372

    Weblogic Deployment issue from STS

    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...
  18. Replies
    0
    Views
    231

    HTML render problem

    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...
  19. Replies
    0
    Views
    507

    Database Insert problems

    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...
  20. Replies
    5
    Views
    1,370

    Abraxxxas, First of all, thanks...

    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...
  21. Replies
    5
    Views
    1,370

    Kblair, I just tried that, it does 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...
  22. Replies
    5
    Views
    1,370

    Can I use URL without extension?

    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...
Results 1 to 22 of 22