Big Bank requiring session scope

2006-09-26 Thread Rick
Hello, BB needs session scope, and I'm seeing following exception: org.apache.tuscany.spi.component.ScopeNotFoundException: Scope object factory not registered for scope [SESSION] org.apache.tuscany.runtime.webapp.ServletLauncherInitException:

Re: Big Bank requiring session scope

2006-09-26 Thread Jeremy Boynes
On Sep 26, 2006, at 2:39 PM, Jim Marino wrote: On Sep 26, 2006, at 2:24 PM, Rick wrote: Thanks Jim for replying. The WebAppRuntimeImpl is not a component implementation it boots up the sca runtime in a webaap environment. Seems like chick/egg situation. Maybe I misunderstood. I'm not

Re: Big Bank requiring session scope

2006-09-26 Thread Jim Marino
\ My understanding of the init levels is that it's scope of influence is for components in a composite. Yes that's correct and if you have dependencies across modules, it's not going to help. What we need is for the dependency thingy Meeraj and Jeremy were working on to resolve out

Re: Big Bank requiring session scope

2006-09-26 Thread Jeremy Boynes
On Sep 26, 2006, at 6:38 PM, Jim Marino wrote: \ My understanding of the init levels is that it's scope of influence is for components in a composite. Yes that's correct and if you have dependencies across modules, it's not going to help. What we need is for the dependency thingy Meeraj