Re: Distribution zips and what they contain, was: SCA runtimes

2008-02-04 Thread ant elder
On Feb 3, 2008 7:49 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip One thing looking at those Spring downloads is that i think they're more comaprable to out SCA, SDO, and DAS downloads. I don't understand why you're saying that. I was following a scheme similar to Spring in my

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

2008-02-04 Thread Thomas Greenwood (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565331#action_12565331 ] Thomas Greenwood commented on TUSCANY-1999: --- BTW I'd like the patch committed

Any hints as to where to look to fix problem with nested composites?

2008-02-04 Thread Mark Combellack
Hi, I've just raised a bug about nesting an implemtation.composite within another implementation.composite - see https://issues.apache.org/jira/browse/TUSCANY-2027 I'm having problems working out how to fix the issue. I think it is an assembly problem as the target of the Reference does

Re: [Java SDO] getEncoding() during load() - issues + TUSCANY-1545

2008-02-04 Thread Amita Vadhavkar
Looks like there are 2 issues 1] with InputSource(reader) in JDK5 - ignores pre-existing encoding and sets it to ASCII 2] with null encoding (done by XMLDocument.setEncoding(null))in EMF - give NPE during save at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.save(XMLSaveImpl.java:242) Not sure about

[jira] Commented: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565399#action_12565399 ] Mark Combellack commented on TUSCANY-2027: -- I've managed to find the problem. It

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

2008-02-04 Thread Simon Laws
On Feb 4, 2008 12:25 PM, Thomas Greenwood (JIRA) tuscany-dev@ws.apache.org wrote: [ https://issues.apache.org/jira/browse/TUSCANY-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565331#action_12565331] Thomas Greenwood commented on

Re: WSDLLess Deployment Implementation Question

2008-02-04 Thread Scott Kurz
Sebastien, When you wrote: - The generator should use the databinding metadata (including any knowledge of handwritten XSD representing the business data and generation capabilities like the SDO XSDGenerator) to generate proper XSD in the WSDL. How were you thinking a particular XSD would be

Re: Bypassing unnecessary transforms by Tuscany databinding framework

2008-02-04 Thread Raymond Feng
Hi, I think we should further understand what roles the core, binding and implementation can play to enforce the pass-by-value semantics. Implementation extension: knows the setting of @AllowsPassByReference, might know if the implement code would modify the input data and if the output

[SDO Java] IRC chat on release contents

2008-02-04 Thread kelvin goodson
This is a follow-up invitation for you to influence the current SDO Java release content that Amita is managing. We tried having an IRC slot in Amita's working day (actually starting at 9:30PM her time; summary posted at [1]), but didn't get participation, which may have been due to the early

Re: Using security policies in the Bigbank scenario, was Re: Policy Framework Scenarios.

2008-02-04 Thread Venkata Krishnan
Hi Sebastien, From the history of this mail, I suspect that you haven't got my post in http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg27575.html. I am certainly eager to fix this. Let me know your thoughts on what I have asked there. Thanks. On Feb 3, 2008 12:50 PM,

[jira] Assigned: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack reassigned TUSCANY-2027: Assignee: Mark Combellack Problem using implementation.composite that is

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread ant elder
If this is just for itests then to keep runtime cleaner how about moving it all out of the main runtime code into the maven-web-junit module? So move WebTestRunner, XMLFormatter, add a new ITestTuscanyServletFilter that extends the TuscanyServletFilter to add the /junit hook and revert

Re: Exception-Fault mapping

2008-02-04 Thread Raymond Feng
Hi, We had some explanations in the same thread before. Please see it below. Simply speaking, when a SCA programmer works with Web Services, it uses Java exceptions to represent WS faults. If she/he starts from WSDL, WSDL2Java tool will generate the java exception from the WS fault. If she/he

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

2008-02-04 Thread Thomas Greenwood (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565329#action_12565329 ] Thomas Greenwood commented on TUSCANY-1999: --- Simon - I noticed that this issue

[jira] Created: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
Problem using implementation.composite that is another implementation.composite with promoted references Key: TUSCANY-2027 URL:

[jira] Updated: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack updated TUSCANY-2027: - Attachment: recursive2.jar Test case that illustrates the problem Problem using

[jira] Commented: (TUSCANY-1974) Chat webapp sample misses chat messages

2008-02-04 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565402#action_12565402 ] ant elder commented on TUSCANY-1974: test Chat webapp sample misses chat messages

RE: Any hints as to where to look to fix problem with nested composites?

2008-02-04 Thread Mark Combellack
I think I have managed to find the problem. The code for diving down through the composites to resolve all the references had been commented out in the wireCompositeReferences() method of CompositeWireBuilder. I've uncommented out the code and it now correctly resolves multiple level nested

[jira] Commented: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565316#action_12565316 ] Mark Combellack commented on TUSCANY-2027: -- Whilst debugging the code, the

Re: JMS Web applications

2008-02-04 Thread Luciano Resende
I think this is a common scenario, and it would be great to have it available in Tuscany. I have created a jira [1] for this. [1] http://issues.apache.org/jira/browse/TUSCANY-2026 On Feb 1, 2008 12:44 AM, ant elder [EMAIL PROTECTED] wrote: On Jan 31, 2008 7:45 PM, Luciano Resende [EMAIL

Re: Adding phase-based ordering support for invokers/interceptors in the InvocationChain

2008-02-04 Thread Raymond Feng
Please see my comments below. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Saturday, February 02, 2008 2:09 PM Subject: Re: Adding phase-based ordering support for invokers/interceptors in the InvocationChain

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread ant elder
Fine sorry i'd misunderstood before, the bit about adjusting the sample-calculator-webapp to use this had me thinking the intention was to add this in to all the samples. ...ant On Feb 4, 2008 5:09 AM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, There are two objectives here: 1) Reuse our

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread Raymond Feng
Hi, I don't have a strong preference. Let's try to get the basic function working well first. A few points to think about before we refactor it. 1) maven-web-junit is a maven plugin under tools. We need to add another runtime project under modules folder. 2) host-webapp adds the junit as a

Re: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project

2008-02-04 Thread Raymond Feng
Hi, The following failure seems to be a bit random. I couldn't reproduce it. Thanks, Raymond - Original Message - From: Continuum VMBuild Server [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, February 04, 2008 12:43 PM Subject: [continuum] BUILD FAILURE: Apache Tuscany

Re: Tuscany Java SCA Release 1.1-incubating and new Incubator distribution policy

2008-02-04 Thread Robert Burrell Donkin
On Feb 4, 2008 3:09 PM, Simon Laws [EMAIL PROTECTED] wrote: On Feb 3, 2008 7:04 PM, Robert Burrell Donkin [EMAIL PROTECTED] wrote: On Feb 3, 2008 5:10 PM, Simon Laws [EMAIL PROTECTED] wrote: On Feb 3, 2008 4:55 PM, Robert Burrell Donkin [EMAIL PROTECTED] wrote: On Feb 3, 2008

Re: Graduation next steps

2008-02-04 Thread Raymond Feng
The e-mail is getting long :-). I just want to add my +1 to these great ideas. I definitely willing to help in various areas. Thanks, Raymond - Original Message - From: Simon Nash [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, February 04, 2008 1:59 PM Subject: Re:

[jira] Commented: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12565551#action_12565551 ] Mark Combellack commented on TUSCANY-2027: -- SVN commit #618442 fixes the problem

[jira] Resolved: (TUSCANY-2027) Problem using implementation.composite that is another implementation.composite with promoted references

2008-02-04 Thread Mark Combellack (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Combellack resolved TUSCANY-2027. -- Resolution: Fixed Nested Composite References now work. Marking as fixed. Problem

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread ant elder
Could you say a bit more about why it needs to be a runtime module not just somewhere like maven-web-junit, and what the issue is in point 3? (as you can guess my preference is for this to not be in the core runtime :)) ...ant On Feb 4, 2008 9:57 PM, Raymond Feng [EMAIL PROTECTED] wrote:

[jira] Assigned: (TUSCANY-1206) DataBinding support for transform of Fault DataTypes should account for wrappered FaultBean in JAX-WS style

2008-02-04 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1206: - Assignee: Raymond Feng DataBinding support for transform of Fault DataTypes should

[jira] Resolved: (TUSCANY-1874) An outbound jms XA testcase run under policy-transaction

2008-02-04 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1874. --- Resolution: Fixed I have merged the patch into the itest/transaction test case. Thank you

[jira] Assigned: (TUSCANY-1678) Would like to improve performance by not doing a PBVInvoker.copy in a couple cases where it's unnecessary

2008-02-04 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1678: - Assignee: Raymond Feng Would like to improve performance by not doing a

[jira] Assigned: (TUSCANY-1679) PBVInvoker always uses service-side classloader to deserialize ... also doesn't handle checked/business excs

2008-02-04 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1679: - Assignee: Raymond Feng PBVInvoker always uses service-side classloader to deserialize

[jira] Assigned: (TUSCANY-1680) Need a way to detect that PBR can be used when building reference-side binding

2008-02-04 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1680: - Assignee: Raymond Feng Need a way to detect that PBR can be used when building

[jira] Updated: (TUSCANY-1206) DataBinding support for transform of Fault DataTypes should account for wrappered FaultBean in JAX-WS style

2008-02-04 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng updated TUSCANY-1206: -- Component/s: (was: Java SCA Core Runtime) Java SCA Data Binding Runtime

Re: Graduation next steps

2008-02-04 Thread Venkata Krishnan
My +1 as well to all the points that have been brought out. I am certainly for picking out a couple rightaway and starting with some baby steps. I think we must have an IRC session soon to review our JIRAs. Thanks - Venkat

Re: Distribution structure

2008-02-04 Thread Venkata Krishnan
+1. (sorry missed this mail... I see the v1.1 artifacts uploaded in this structure already). Thanks - Venkat On Feb 1, 2008 8:40 PM, Simon Laws [EMAIL PROTECTED] wrote: I'm looking at copying the 1.1 release artifacts up onto the new distribution infrastructure at