Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Thank you for your fast reply. Yes, there is a...

    Thank you for your fast reply.
    Yes, there is a reason. We use a listener to generate a breadcrumb navigation list. This breadcrumb list is generated by using the attribute tags of the view-states…...
  2. Read value from FlowScope within value attribute of an attribute tag

    Hi Experts,
    I’m a Spring WebFlow newbee, so please be kind to me ;)
    I want to put a value of a flow input attribute into the value attribute of an attribute tag of a view-state:

    <input...
  3. Never mind, I just looked at the source code of...

    Never mind, I just looked at the source code of the RoleVoter and found out that this seems to be the normal behavior. I thought the AccessDecisionManager would be somehow smarter and wouldn’t call...
  4. Yes that helped a lot. But since I can’t use the...

    Yes that helped a lot. But since I can’t use the Spring Security ACL DB Tables (I have to use the existing tables of the App) I will skip all Spring Security ACL stuff and just implement my own...
  5. Thx this is what I need. But is there a code...

    Thx this is what I need. But is there a code example that shows how to use AccessDecisionVoter and AclService (in combination with AspectJ style pointcuts) ?
  6. Method level Security & check requested data …

    Hey,
    I’m using the AspectJ style pointcuts to define Security on Method level. This works fine, but for certain methods the user role is not enough. E.g. a method getData(int dataId); is used by...
  7. Replies
    3
    Views
    3,099

    I somehow feel like talking to myself here. Are...

    I somehow feel like talking to myself here. Are these klicks real or are they generated by SpringForumKlickGeneratorImpl ;)?
  8. Replies
    2
    Views
    856

    Problem solved: I had to define my Beans with...

    Problem solved: I had to define my Beans with protected Methods in applicationContext.xml, they will not be found automatically. Specifying beans in app-servlet.xml isn't enough they have to be...
  9. Replies
    2
    Views
    856

    I really don’t get it. I now tried to set up the...

    I really don’t get it. I now tried to set up the most simple App with method level security by myself. Therefore I just copied the libs from petclinic (where method level security is working!) into...
  10. Replies
    3
    Views
    3,099

    authorities-by-username-query syntax?

    Hey,
    I’m using Spring Security 2.0.3 and want to access the DB using jdbc-user-service to load the user data out of the db (I’m not using the standard schema). I have just one table with users. Each...
  11. Replies
    2
    Views
    856

    Strange Method-Access Security Bug?

    Hey,
    I’m trying to extend an existing Spring 2.5 App by using using Spring Security 2.0.3 to protect my application on method-access level, but my Service methods are not protected, i.e. I can still...
  12. Found the solution. After updating the...

    Found the solution. After updating the toplink-essentials.jar to the newest version everything works fine...
  13. Replies
    4
    Views
    1,183

    Found the solution. And yes, it was an DB error....

    Found the solution. And yes, it was an DB error. After updating the toplink-essentials.jar to the newest version everything works fine...
  14. root cause ...

    root cause
    org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Exception...
  15. HTTP Status 500 - type Exception report...

    HTTP Status 500 -

    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception ...
  16. Spring Security + DB Access = Exception

    Hey Guys,
    I’m trying to add Spring Security (2.0.3) to an existing Spring 2.5 Application. I first thought this is a Spring Security problem (thread), but now I think this is rather a DB config...
  17. Replies
    4
    Views
    1,183

    Thanks, but I tried out these easy examples...

    Thanks, but I tried out these easy examples before. Now I need to load the users out of my DB. Perhaps it is rather a DB config problem? Can nobody help??
    Here is my DB config:


    <bean...
  18. Replies
    4
    Views
    1,183

    root cause ...

    root cause
    org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: Exception...
  19. Replies
    4
    Views
    1,183

    DB Exception after login

    Hey Spring Experts,
    I’m trying to add Spring Security (2.0.3) to an existing Spring 2.5 Application.
    My web.xml looks like this:


    <context-param>...
  20. thank you for your reply. In your solution...

    thank you for your reply. In your solution everybody could access these static objects (pictures, js scripts etc). But, I want to extend my application later and control who is allowed to see the...
  21. InternalResourceViewResolver only for certain requests?

    Hey,
    first of all I’m a Spring noob, and yes I used the search function, so please be kind ;). I did the Spring 2.5 MVC tutorial and everything works fine.
    Now I want to extend the current...
  22. Replies
    9
    Views
    1,674

    By the way, it would be nice if there was a...

    By the way, it would be nice if there was a method in the SimpleMappingExceptionResolver to specify the exception class by type (incl. subclasses like in a try-catch block) and not only by name ;)
  23. Replies
    9
    Views
    1,674

    Thank you!

    Thank you!
  24. Replies
    9
    Views
    1,674

    Ok then it was my mistake. But I’m still...

    Ok then it was my mistake. But I’m still wondering why Spring dosen’t translate the hibernate exceptions in one of these exceptions: CleanupFailureDataAccessException,...
  25. Replies
    9
    Views
    1,674

    No, I’m not using OpenSessionInViewInterceptor....

    No, I’m not using OpenSessionInViewInterceptor. I’m using Acegi Security but that should’t be the problem when I’m already logged in. In fact I tried to cause exceptions at several points in my...
Results 1 to 25 of 30
Page 1 of 2 1 2