Search:

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

Search: Search took 0.02 seconds.

  1. Hi, I investigated further and it looks like...

    Hi,

    I investigated further and it looks like the problem is a SQL Server one. It is due to the way SQL Server optimizer dynamically chooses lock granularity.

    To understand what happens, I first...
  2. OK. So this is the way we already do it. But we...

    OK. So this is the way we already do it. But we have lock problems with SQL Server and this is why I asked for help.

    I investigated further with SQL Server profiler and it looks like each...
  3. Well, I have 100 tables with generated ids, not...

    Well, I have 100 tables with generated ids, not very nice to have 100 more tables just for ids ...
  4. Well, I can't see any diffrence with my code. And...

    Well, I can't see any diffrence with my code. And it doesn't work. Or do you mean I need one table for every id ?
  5. Here is an extract the stack trace we sometimes...

    Here is an extract the stack trace we sometimes get (sorry some messages are in french) :


    10 mai 2011 09:35:50 org.hibernate.id.MultipleHiLoPerTableGenerator doWorkInCurrentTransaction
    GRAVE:...
  6. If you mean SQL Server dialect, yes I do use it.

    If you mean SQL Server dialect, yes I do use it.
  7. Long transactions and locks with TableGenerator

    Hi,

    We use @TableGenerator JPA annotation in entities to generate ids a DBMS independent way. It works well most of time, but we have problems with SQL Server 2008 because of long transactions...
  8. Problem with ReflectionTestUtils on transactional components

    Hi,

    I have the following Spring component with an autowired field.


    @Service
    @Transactional(propagation=Propagation.REQUIRED, rollbackFor=Throwable.class)
    public class PlageCalculServiceImpl...
  9. HTTP 404 error when adding interceptor on controllers implementing an interface

    Hi,

    I encounter a strange problem using interceptors on controllers implementing an interface.

    When I call the controller from a web browser, I have a 404 HTTP error. I added loggs in both...
  10. Replies
    0
    Views
    981

    View rendering interceptor ?

    Hi,

    I need to display some variables on all JSPs of my application. These variables come from database, they are loaded at application startup and stored in a component that I called...
  11. Replies
    12
    Views
    48,824

    One more problem : With so many problems I...

    One more problem :



    With so many problems I wonder if it's really a good idea to use Spring IDE on Eclipse Galileo for the moment :confused:
  12. Replies
    12
    Views
    48,824

    Hi, I tried to install Spring IDE plugin from...

    Hi,

    I tried to install Spring IDE plugin from the milestone update site you gave us, but I have the following error :



    Any idea ?
  13. Hi. I am very interested with this patch, but...

    Hi.

    I am very interested with this patch, but it seems it is not compatible with Springmodules 0.8. Did anyone write it for 0.8 release ?

    Thanks

    Olivier
  14. Well, I'm not a security specialist so I don't...

    Well, I'm not a security specialist so I don't really know where the threat could come from. But all other methods will be secured (available only for authenticated and authorized users), so I want...
  15. Yes, something like that. The method to get user...

    Yes, something like that. The method to get user details returns important informations like user password, so I want to secure it and authorize only authentication provider to call it.
  16. I'm not sure to understand :confused: Does it...

    I'm not sure to understand :confused: Does it mean there is a problem with my accessDecisionManager ?

    Here is how I configured it :

    <bean id="accessDecisionManager"...
  17. Yes, I want to secure the call to the service...

    Yes, I want to secure the call to the service method that gets user infos.
  18. Here is the log output : 2007-04-02...

    Here is the log output :


    2007-04-02 09:32:42,868 DEBUG [org.acegisecurity.providers.ProviderManager] - Authentication attempt using org.acegisecurity.providers.dao.DaoAuthenticationProvider...
  19. OK, I think I understood the idea behind...

    OK, I think I understood the idea behind runAsManager, but I can't make it work :( I still have an access denied message when runnning the getCompteUtilisateur method.

    Here is a part of the Java...
  20. How to assign a role to authentication provider

    Hi,

    I built my own authentication provider, based on Spring classes generated by AndroMDA. To retrieve userdetails, I need to call a getUserAccount method on a ServiceAccess class. I want this...
  21. Replies
    4
    Views
    913

    Yes you're right. In fact you need three slashes...

    Yes you're right. In fact you need three slashes (file:///) and I had only two.
  22. Replies
    4
    Views
    913

    Thanks, it works now :)

    Thanks, it works now :)
  23. Replies
    4
    Views
    913

    Message files out of a web application

    Hi,

    Not sure I post in the right section ... I want my message files to be in a file out from my web app directory. So I configured the messageSource bean the following way :


    <bean...
Results 1 to 23 of 23