Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread Raymond Feng
Hi, Jim. Sure, I'll check out the refactored core/groovy container and try to upgrade the Spring prototype over with your help. I'm available tomorrow, do you prefer to have a face-to-face discussion or IRC? Thanks, Raymond - Original Message - From: Jim Marino [EMAIL PROTECTED]

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread ant elder
I expect there will be a lot of people likely interested in this, both in Spring and also whats going on in the sandbox, so please could these discussion be done openly. Thanks, ...ant On 5/23/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Jim. Sure, I'll check out the refactored

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread Jim Marino
Hi Raymond, That won't be able to make that due to other calls. Would 11PST work for people to discuss Spring? Jim On May 23, 2006, at 9:25 AM, Raymond Feng wrote: Sorry, I meant to have the IRC chat at 8:30am PDT tomorrow. Hope it works for all. Yes, I'm looking into the refactored

[jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-22 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng updated TUSCANY-415: - Attachment: tuscany-container-spring.zip Here's a prototype which allows Tuscany consumes components implemented as a Spring bean. Add a Spring container

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-22 Thread Jim Marino
Hi Raymond, I took a look at the implementation and have a few observations: - It appears that a Spring application context is created for each method on a bean. Was this intentional, since I would have thought that a Spring application context would be created per composite? In other

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-22 Thread Raymond Feng
Here's an addtional point about the Spring scoping: In Spring 1.x, it only supports singleton or prototype. Moving in to 2.0 (not released yet), there're new scopes as quoted below. 3.2.3. New bean scopes Previous versions of Spring had