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...
Type: Posts; User: sergionni; Keyword(s):
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...
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?
Hi, I would like to secure method in my managed session bean for role `ROLE_ADMIN`
applicationContext-security.xml:
bean's secured method:
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...
Hello, wriggle.
Have you solved your problem?
I met the same one.
tried :
EntityManager em = entityManagerFactory.createEntityManager();