Andrey Nikitin

Greenhorn
+ Follow
since Dec 29, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Andrey Nikitin

Hello.
I try to run the project based on JSF2.0 (where i use CDI instead ManagedBean) + SPRING, all these running on JBOSS 7.1

It seems like good, except each time there have created NEW SPRING OBJECT (but i use @Scope( "session" ) ) and new JSF object.
In my web.xml i have


?? How i can check the problem why SPRING creats new object each time ?
11 years ago
JSF
It is strange for me, but i have changed @ManagedBeen -> @Named (CDI)
and i have changed @SessionScoped as javax.enterprise.context.SessionScoped
and MyClass implements Serializable (it is need for CDI)
and problem pass away.
12 years ago
JSF
Are anybody alive HERE ?
12 years ago
JSF
Hello
Help please to understand my problem :
Why JBoss does not see property if it is there ?


I have "common" template file xhtml which contain :


also i have commonLoginForm.xhtml


and main login.xhtml


and i have UserManager.java


I run these on JBoss 7.1.0-CR1 why such problem is happend ?
12 years ago
JSF