Search:

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

Search: Search took 0.05 seconds.

  1. Spring Security standard table fields VS Hibernate required fields

    Looks like clash between standard Spring Security DB tables fields and requirements of Hibernate for fields,in particularly, id field.

    From one side, have standard Spring...
  2. This bean is annotated as: @ManagedBean...

    This bean is annotated as:
    @ManagedBean
    @SessionScoped

    It's used for JSF 2.0

    After I changed annotation to @Service, NPE was thrown about can't initialize bean. Am I missed something?
  3. Method is not secured with @PreAuthorize annotation

    Hi, I would like to secure method in my managed session bean for role `ROLE_ADMIN`

    applicationContext-security.xml:




    bean's secured method:
  4. Advanced alternative to org.springframework.batch.test.DataSourceInitializ er

    Hi dear forummates.
    We use org.springframework.batch.test.DataSourceInitializer class in order to init DB on basis of .sql scripts.

    After trigger was added to .sql,init failed.

    After...
  5. Hello, wriggle. Have you solved your problem?...

    Hello, wriggle.

    Have you solved your problem?

    I met the same one.

    tried :


    EntityManager em = entityManagerFactory.createEntityManager();
Results 1 to 5 of 5