| Author |
Session Scoped Beans loading from Application Context file
|
chiranjeevi gunturu
Ranch Hand
Joined: Mar 02, 2007
Posts: 56
|
|
Hi All,
I am working on an application where JSF framework is used.
Some of the functionality of the same application can be accessed using web services and am working on it.
My problem here is that I need to use a bean with session scope which is also used by GUI (JSF- Faces config.xml).
In Faces config file,it is defined the scope as session. But when i try to use the same bean in my web service implementation class, i got an exception: " No Scope registered for "session"".
I am trying to get the bean using ClassPathXmlApplicationContext. Can anyone help me how to register the scope programatically to slove this?
ApplicationContext.xml
Thanks
|
 |
 |
|
|
subject: Session Scoped Beans loading from Application Context file
|
|
|