This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Session Scoped Beans loading from Application Context file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Session Scoped Beans loading from Application Context file" Watch "Session Scoped Beans loading from Application Context file" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Session Scoped Beans loading from Application Context file
 
Similar Threads
commandLink param problem
PropertyNotFoundException: Can't set managed bean property
JSF Dependency Injection inheritence issue
a JSF configure question
Obtaining an instance of a Managed Bean declared with Application Level Scope