Also, where in you WAB is your bundle-context.xml file placed? I want to make sure it is being found and the 'workbench' bean is actually being created.
Chris
------------------------------------------------
Chris Frost, Twitter @cgfrost
Springsource, a divison of VMware.
from the stack trace you provide I see you use Vaadin. We encountered a similar problem when using RAP on Virgo.
There is a sandbox project named "com.codeaffine.mvc.demo.virgo/" at GitHUB /fappel/RWT_SPRING where you can find a working example using session scoped beans.
Carlos Salinas Messages: 32 Registered: March 2011 Location: Avd. de la Argentina 132,...
Member
Hi guys,
I cannot work in this issue until today. Firstly thank to Floridian for your github project. I finally were able to resolve the problem. But in my conclusion if i want to use Scope Session Beans i cannot use Spring DM to create the Application Context for me, so i have to move the spring descriptors to another place different from the spring dir in the META-INF, making them not enable to Spring DM and load them through the web descriptor as follow: