[jira] Commented: (TUSCANY-67) ClassLoader issues with SDO

2008-02-06 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566484#action_12566484 ] Amita Vadhavkar commented on TUSCANY-67: there has some work done in this area and

Re: Consistent URI for binding.ws in J2SE and Web environment

2008-02-06 Thread Luciano Resende
On Feb 6, 2008 3:28 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > Hi, > > When we run a Tuscany application with binding.ws in the J2SE (w/ embedded > Jetty or Tomcat), the base URI of the service binding is > http://locahost:/. If we package the same artifacts into a WAR and > deploy it to a web c

Consistent URI for binding.ws in J2SE and Web environment

2008-02-06 Thread Raymond Feng
Hi, When we run a Tuscany application with binding.ws in the J2SE (w/ embedded Jetty or Tomcat), the base URI of the service binding is http://locahost:/. If we package the same artifacts into a WAR and deploy it to a web container such as Tomcat, the base URI becomes http://localhost://. The

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-02-06 Thread Greg Dritschler
Is the authentication policy going to bear any resemblance to the policy described in section 1.7.3.1 of the Policy spec, or is it completely different? Greg

PolicyHanders

2008-02-06 Thread Greg Dritschler
I have been looking at the PolicyHandler support for Java implementations and overall I like the direction this is going. I have some comments about it. 1. If a given component/operation has multiple policy sets that are handled by the same PolicyHandler, it appears that one PolicyHandler is cre

Re: Bypassing unnecessary transforms by Tuscany databinding framework

2008-02-06 Thread Raymond Feng
- Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 06, 2008 9:56 AM Subject: Re: Bypassing unnecessary transforms by Tuscany databinding framework Raymond Feng wrote: I was initially thinking about the interceptors. But I realized

Re: Graduation next steps

2008-02-06 Thread Raymond Feng
I prefer to keep the JIRA notifications on the tuscany-dev list. IMHO, we developers should pay attensions to issues in addition to adding features :-). In some projects like Axis2, they seem to use JIRA to drive the development activities. A simple mail filter can help organize the inbox if yo

Re: Resolving Component type files

2008-02-06 Thread Luciano Resende
I guess we have couple scenarios here : - Considering contribution A importing a java package from Contribution B, we can have the componentType in either Contribution A(supported today) or contribution B (not working: TUSCANY-1873). - We can also consider Contribution A importing a java package

[jira] Commented: (TUSCANY-1999) ConversationAttributes and expiry doesn't work with Stateless Conversational components

2008-02-06 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566237#action_12566237 ] Simon Laws commented on TUSCANY-1999: - Sorry about that. User error. The new code I s

Re: Bypassing unnecessary transforms by Tuscany databinding framework

2008-02-06 Thread Jean-Sebastien Delfino
Raymond Feng wrote: I was initially thinking about the interceptors. But I realized that service binding providers usually don't add an interceptor to the invocation chain. Instead, they register a listener to the binding protocol layer to route the call into SCA. If the service provider recei

Re: JMS & Web applications

2008-02-06 Thread ant elder
Do we really need a "sample" for this? I've been wondering if our samples are getting a bit out of control and we're using them as tests instead of things that users would really want to see. For this JMS case the < binding.jms> element in the .composite would be identical to whats already there fo

Re: Graduation next steps

2008-02-06 Thread Simon Nash
sebb wrote: On 05/02/2008, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Nash wrote: Jean-Sebastien Delfino wrote: [snip] - route the JIRA traffic out of the dev list as suggested by Matthieu I understand that this traffic can get a bit overwhelming at times, but I'd like to make

Re: Graduation next steps

2008-02-06 Thread Simon Nash
Venkata Krishnan wrote: Typically these discussions have multiple aspects to it and we end up bringing perspectives to each aspect. If there is such a topic then I'd think the WIKI is a good place. There could be one description of the problem and comments by the community at various points. S

Re: Graduation next steps

2008-02-06 Thread kelvin goodson
My top 3 in http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Graduation+Next+Stepsare 11,12,13,19,22,32/33,38 and 18 but modified to have a policy of being vocal early when no-one has the bandwidth to address an incoming JIRA. I know that's not 3, but hey! I can't see on the wiki page the

Re: Bypassing unnecessary transforms by Tuscany databinding framework

2008-02-06 Thread Raymond Feng
I was initially thinking about the interceptors. But I realized that service binding providers usually don't add an interceptor to the invocation chain. Instead, they register a listener to the binding protocol layer to route the call into SCA. If the service provider receives data from a transp

Re: Graduation next steps

2008-02-06 Thread kelvin goodson
I like to be able to look at a JIRA and readily find the discussion relating to it, so I find having technical discussion as a series of comments in the JIRA helpful. In this pattern it makes sense to copy JIRA comments to the dev list, as it forms the substance of our technical communication. I k

Re: Graduation next steps

2008-02-06 Thread Luciano Resende
If we are going to remove JIRAs from dev list, my personal preference would be to have a notification list and have JIRA, Build notifications, etc sent to this list. But I'm still not convinced that moving JIRA out of the dev mailing list is the best solution here. On Feb 6, 2008 5:26 AM, ant elde

JIRA backlog

2008-02-06 Thread ant elder
We've about 170 open JIRAs for SCA, (currently split over 3 versions but i'll go move all the SCA ones to SCA-next), what shall we do about them? There's various suggestions for how to improve JIRA handling listed at: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Graduation+Next+Steps, wh

Re: Graduation next steps

2008-02-06 Thread ant elder
On Feb 4, 2008 8:06 PM, Simon Nash <[EMAIL PROTECTED]> wrote: > - route the JIRA traffic out of the dev list as suggested by Matthieu > > > I understand that this traffic can get a bit overwhelming at times, but > I'd like to make the case that it does have value for new developers > (though not

Re: Graduation next steps

2008-02-06 Thread ant elder
On Feb 6, 2008 10:27 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > On Feb 6, 2008 10:23 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > > > > > On Jan 31, 2008 1:41 PM, ant elder <[EMAIL PROTECTED]> wrote: > > > > > I'd like to get some discussion going on what we want to do for > > > graduating t

[jira] Commented: (TUSCANY-1999) ConversationAttributes and expiry doesn't work with Stateless Conversational components

2008-02-06 Thread Thomas Greenwood (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566100#action_12566100 ] Thomas Greenwood commented on TUSCANY-1999: --- One other piece of explanation is

[jira] Commented: (TUSCANY-1999) ConversationAttributes and expiry doesn't work with Stateless Conversational components

2008-02-06 Thread Thomas Greenwood (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566099#action_12566099 ] Thomas Greenwood commented on TUSCANY-1999: --- JDKInvocationHandler and RuntimeWi

Re: Graduation next steps

2008-02-06 Thread ant elder
On Feb 6, 2008 10:23 AM, ant elder <[EMAIL PROTECTED]> wrote: > > > On Jan 31, 2008 1:41 PM, ant elder <[EMAIL PROTECTED]> wrote: > > > I'd like to get some discussion going on what we want to do for > > graduating to an Apache TLP. > > > > The attempt back in November raised issues about diversit

Re: Graduation next steps

2008-02-06 Thread ant elder
On Jan 31, 2008 1:41 PM, ant elder <[EMAIL PROTECTED]> wrote: > I'd like to get some discussion going on what we want to do for graduating > to an Apache TLP. > > The attempt back in November raised issues about diversity and since then > it feels like we've just been waiting around hoping diversi

[Cross Subproject Discussion] options for SDO Java in Apache

2008-02-06 Thread kelvin goodson
[I'm cross posting to tuscany-dev and tuscany-user again, to be sure all the Tuscany community sees this. Please use"reply" rather than "reply-all" so that we keep responses to the user list, to help make following the thread easier and continue to reach the wider audience] Some of you may be aw

[jira] Updated: (TUSCANY-2028) Conversation does not continue if a Service Reference is passed as a return value (not as a parameter)

2008-02-06 Thread Daniel Stucky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stucky updated TUSCANY-2028: --- Attachment: test.zip This is a small eclipse project. Inside you find 3 Interfaces Alpha, B

[jira] Created: (TUSCANY-2028) Conversation does not continue if a Service Reference is passed as a return value (not as a parameter)

2008-02-06 Thread Daniel Stucky (JIRA)
Conversation does not continue if a Service Reference is passed as a return value (not as a parameter) -- Key: TUSCANY-2028 URL: https://issues.apache.org/jira/bro

[jira] Resolved: (TUSCANY-1514) DataHelperImpl.toDate will report a NullPointerException

2008-02-06 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar resolved TUSCANY-1514. -- Resolution: Fixed Revision 564600 contains the code fix in DataHelperImpl.toDate() to

[jira] Commented: (TUSCANY-1838) HelperContext provided to createObjectOutputStream is inadvertantly ignored

2008-02-06 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566049#action_12566049 ] Amita Vadhavkar commented on TUSCANY-1838: -- See below analysis of what I underst