Re: Avoiding unnecessary pass-by-value copies

2007-09-07 Thread Jean-Sebastien Delfino
ant elder wrote: No comments on this for a while so if no one shouts i'm going to do this to fix TUSCANY-1559. ...ant +1 from me to move the logic to enforce pass by value into a separate interceptor, out implementation-java-runtime. I think it should be in the core-databinding module

Including the SCA spec XSDs in the Tuscany distribution?

2007-09-07 Thread Jean-Sebastien Delfino
This has come up several times but I've not seen any conclusion. Here are the relevant JIRAs: http://issues.apache.org/jira/browse/TUSCANY-181 http://issues.apache.org/jira/browse/TUSCANY-678 http://issues.apache.org/jira/browse/TUSCANY-1389 To resolve these JIRAs I think we should include the S

Re: SCA Specifications starting up in OASIS

2007-09-07 Thread Jean-Sebastien Delfino
Mike Edwards wrote: Folks, The SCA specifications which are implemented by Tuscany have just started out a new phase - they are moving to OASIS for formal standardization. This is being done as a series of OASIS technical committees, each dealing with one or more of the SCA specifications.

Re: What is Message.set/getCallableReference used for?

2007-09-06 Thread Jean-Sebastien Delfino
I'm OK with everything else said in thread so I cut it out to keep this readable. [snip] Raymond Feng wrote: - A new Message.replyTo endpoint reference field should be added as the "replyTo" endpoint can be different from the "from" endpoint and callback information should be carried in that

Re: What is Message.set/getCallableReference used for?

2007-09-05 Thread Jean-Sebastien Delfino
example, the DataBindingInterceptor can tell the PassByValueInvoker to skip the copy. * Carry binding-specific context in the Message, for example, SOAP headers for binding.ws or JMS properties for binding.jms. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EM

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-09-05 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/5/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: On 8/30/07, ant elder <[EMAIL PROTECTED]> wrote: This thread has gone quiet but there's been more discussion on this in TUSCANY-1654 (in case people aren't reading

Re: Issue with dynamic creation of NotificationReferenceBindingProvider

2007-09-05 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Comments inline. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 05, 2007 9:03 AM Subject: Re: Issue with dynamic creation of NotificationReferenceBindingProvider [sn

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-09-05 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/30/07, ant elder <[EMAIL PROTECTED]> wrote: This thread has gone quiet but there's been more discussion on this in TUSCANY-1654 (in case people aren't reading all the jira comments). How about we just have a ServletHost getContextPath() modeled after the Servlet APIs g

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: [snip] Simon Laws wrote: I've done a bit more investigation now. For the signature String foo() Axis2 Java2WSDL generates http://www.w3.org/2001/XMLSchema"; attributeFormDefault="qualified" elementFo

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/5/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: I'm trying to understand the overall picture before choosing a side: - tolerate what Axis2 generates in our isWrapped() algorithm? Is it really just the wsdl that Axis2 (1.2) generates? What a

Re: Issue with dynamic creation of NotificationReferenceBindingProvider

2007-09-05 Thread Jean-Sebastien Delfino
[snip] Raymond Feng wrote: At this moment, the code works as Ignacio described. We defer the activation of a reference to the first time it's used for invocation. If we decide that we need to agressively start the reference bindings, we can add the part back to CompositeActivatorImpl. Thanks,

Re: Wrapper style test in WSDL processing?

2007-09-05 Thread Jean-Sebastien Delfino
[snip] Simon Laws wrote: I've done a bit more investigation now. For the signature String foo() Axis2 Java2WSDL generates http://www.w3.org/2001/XMLSchema"; attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://test/xsd";>

Re: What is Message.set/getCallableReference used for?

2007-09-04 Thread Jean-Sebastien Delfino
a bag of things that are convenient to pass around this way but not absolutely necessary. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Monday, September 03, 2007 7:03 PM Subject: What is Message.set/getCallabl

Re: Rationalizing SCA Domain implementations

2007-09-04 Thread Jean-Sebastien Delfino
Comments at the bottom Simon Laws wrote: On 9/4/07, Simon Laws <[EMAIL PROTECTED] > wrote: On 8/31/07, Simon Laws < [EMAIL PROTECTED]> wrote: On 8/31/07, Raymond Feng < [EMAIL PROTECTED]> wrote: In the same JVM, we now use a singleton object to keep all the metadata for the

Re: Issue with dynamic creation of NotificationReferenceBindingProvider

2007-09-04 Thread Jean-Sebastien Delfino
Ignacio Silva-Lepe wrote: Part of the design of binding-notification is that NotificationReferenceBindingProvider serves as a producer service to handle subscription requests from consumers. Because of this, the code was relying on NotificationReferenceBindingProvider being created early, at acti

[jira] Commented: (TUSCANY-1516) Possible promotion problem with Tuscany

2007-09-04 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524852 ] Jean-Sebastien Delfino commented on TUSCANY-1516: - This seems to use old APIs

[jira] Updated: (TUSCANY-1638) SDO command-line code generator behaves differently than standalone when invoked in Eclipse

2007-09-04 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1638: Affects Version/s: (was: Java-SCA-1.0) Java

What is Message.set/getCallableReference used for?

2007-09-03 Thread Jean-Sebastien Delfino
Could somebody help me understand what Message.set/getCallableReference is used for? If I comment it then some callback test cases start to fail, but I don't really understand why we need to store a CallableReference in the message, and its relationship with the from and to EndpointReferences,

Renaming http-* modules to host-*

2007-09-03 Thread Jean-Sebastien Delfino
To be more consistent with the other host-* modules, I'd like to rename http-jetty to host-jetty and http-tomcat to host-tomcat. If there's no objection I'll do this in the next couple days. -- Jean-Sebastien - To unsubscribe

Re: Build failure in binding-echo-extension

2007-09-03 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I'm seeing the following issue under revision #572386 [INFO] Compilation failure D:\dev\Opensource\Apache\Tuscany\source\java\sca\samples\binding-echo-extension\src\main\java\echo\impl\EchoBindingProcessor.java:[51,12] cannot find symbol symbol : class PolicyAttachPointP

Re: Including the XQuery sample in the next release?

2007-09-03 Thread Jean-Sebastien Delfino
Vasil Vasilev wrote: Hi, Isn't in the official repository some older version of Saxon. May be we could try to run the prototype with this older version. Bye, Vasil If the Saxon project really doesn't want to publish newer JARs then I guess we're going to have to use the 8.7 version alr

[jira] Resolved: (TUSCANY-1345) Many StAXArtifactProcessor implementations read policy but do not write it

2007-09-03 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1345. - Resolution: Fixed Fixed as part of a big fix to the

Re: Including the XQuery sample in the next release?

2007-09-03 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/2/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Hi, I'm thinking that we should include the XQuery implementation that Vasil has contributed in our next release as I think that XQuery gives us a great way to work with / mediate / transform XML data s

Re: [DAS] Transaction support - a bigger picture question

2007-09-02 Thread Jean-Sebastien Delfino
[snip] Luciano Resende wrote: I guess your suggestion for starting simple is fine, and I guess implementation.das could get integrated with SCA Policy and DAS would have the necessary support, unless we find some bugs on the DAS side. I'll see if I can get to this in the coming weeks... BTW, wha

Including the XQuery sample in the next release?

2007-09-02 Thread Jean-Sebastien Delfino
Hi, I'm thinking that we should include the XQuery implementation that Vasil has contributed in our next release as I think that XQuery gives us a great way to work with / mediate / transform XML data sources. To get ready for that and help Tuscany users understand what they can do with XQue

Sharing XQuery Configuration object, was: Current XQuery implementation issues

2007-09-02 Thread Jean-Sebastien Delfino
Starting a new thread to discuss how to keep the Saxon Configuration around... [snip] >> 4. I would like to know if a can use some kind of context, which is associated with given request and if I can use this context to put some data there. I do not want this context to be transferred in web

[jira] Updated: (TUSCANY-1639) I would suggent a improvement on WSDLInterfaceProcessor

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1639: Fix Version/s: Java-SCA-Next > I would suggent a improvement

[jira] Commented: (TUSCANY-1639) I would suggent a improvement on WSDLInterfaceProcessor

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524247 ] Jean-Sebastien Delfino commented on TUSCANY-1639: - Hi Right, it is sometimes useful to be able to

[jira] Created: (TUSCANY-1651) Implement support for SCA security policy intents

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
: Java SCA Assembly Model Affects Versions: Java-SCA-Next Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 We should implement support for the security policy intents described in the SCA Policy spec 1.0 sections 1.7.1 and 1.7.2. It shouldn't be too hard to lev

[jira] Created: (TUSCANY-1649) Implement SCA transaction policy intents

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
Model Affects Versions: Java-SCA-Next Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-Next Implement a model, XML syntax support, and runtime for transaction policy intents. The SCA spec for this is not ready yet, but a discussion has started on the subject there

[jira] Updated: (TUSCANY-1494) Implement a functional SCA Policy Framework

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1494: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Created: (TUSCANY-1648) WS Binding WSDL generation should follow the rules in section 2.3.5 of the WS binding spec

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
Project: Tuscany Issue Type: Bug Components: Java SCA Axis Binding Extension Affects Versions: Java-SCA-0.99 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 The WSDL automatically generated by the Web Service binding should be

[jira] Created: (TUSCANY-1647) Web Service binding doesn't handle SOAP1/2 policy intent

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
: Bug Components: Java SCA Axis Binding Extension Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 The Web Service binding should use SOAP 1.2 when configured with a soap/1.2 policy intent, as described in section 2.3.1 of the SCA WebService binding spec. -- This messa

[jira] Created: (TUSCANY-1646) Web Service binding doesn't handle wsdli:wsdlLocation

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
nents: Java SCA Axis Binding Extension Affects Versions: Java-SCA-0.99 Reporter: Jean-Sebastien Delfino Fix For: Java-SCA-1.0 According to the Web Service binding spec, it should be possible to specify the location of the WSDL file used to configure a Web Service binding.

Re: Boolean instead of boolean for autowire attributes

2007-08-31 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I'm reviewing our support for autowiring and found out there is an issue with our Composite/Component/ComponentReference models. By the assembly spec, there is difference between the following two cases: a) b) Case a) will inherit the autowire from the containing

[jira] Updated: (TUSCANY-1511) Conversational - spec funnies and other improvements

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1511: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1142) Need to allow generation of wrapped Java intf from doc-lit-wrap WSDL with named complexType

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1142: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

Re: Monitoring, logging and exceptions (again)

2007-08-31 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 8/31/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: What would be put in specific logging properties? The usual logging configuration, what we want our default logging level to be on a module by module bases

[jira] Updated: (TUSCANY-1633) To support for SCA Binding using URI on r558780

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1633: Fix Version/s: Java-SCA-1.0 > To support for SCA Binding using URI

[jira] Updated: (TUSCANY-1642) WSDL2Java cannot handle spaces in the path on Windows

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1642: Fix Version/s: Java-SCA-1.0 > WSDL2Java cannot handle spaces in the p

[jira] Commented: (TUSCANY-1636) There should not be an SCABinding created under reference if there is no target on the reference 558780

2007-08-31 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524179 ] Jean-Sebastien Delfino commented on TUSCANY-1636: - Raymond is correct, it is valid to have a

Re: Monitoring, logging and exceptions (again)

2007-08-31 Thread Jean-Sebastien Delfino
Simon Laws wrote: What would be put in specific logging properties? The usual logging configuration, what we want our default logging level to be on a module by module bases, what handlers to use, configuration of the handlers e.g. if it's a file handler where to put the file and what t

Re: Monitoring, logging and exceptions (again)

2007-08-31 Thread Jean-Sebastien Delfino
[snip] Simon Laws wrote: Ok, so we know there is no generally acceptable logging interface. Has been proved time and time again. All we can hope to do is use something that suits us and doesn't mess up anyone who wants to embed our code. I'm perfectly happy to +1 JDK logging. However wit

Re: [jira] Commented: (TUSCANY-1499) Core wiring framework should create pseudo-services and pseudo-references for callbacks

2007-08-31 Thread Jean-Sebastien Delfino
nd simple design to me, I also like the fact that the service is named exactly like the callback reference. Any thoughts or comments on this, or other suggestions? Simon Simon Nash wrote: See inline. Simon Jean-Sebastien Delfino wrote: (cut) The # symbol has a special meaning in

JDKLogger calls, was: Monitoring, logging and exceptions (again)

2007-08-30 Thread Jean-Sebastien Delfino
Raymond Feng wrote: I just created https://issues.apache.org/jira/browse/TUSCANY-1635 to track the aspectj-based tracing. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 29, 2007 11:06 AM Subject

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-30 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: I've not yet been able to find any good way to reliably work out the complete service URL in all environments. What i think maybe the best approach is to add a getBaseURI me

Re: Is there value in keeping download links for old releases?

2007-08-30 Thread Jean-Sebastien Delfino
ant elder wrote: The Eclipse STP project isn't using M2 because they accidentally downloaded the wrong release, its what was current at the time and they haven't migrated to a newer release yet. I think its good to keep old releases to (1) show the release history, and (2) have historical downlo

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-30 Thread Jean-Sebastien Delfino
ant elder wrote: I've not yet been able to find any good way to reliably work out the complete service URL in all environments. What i think maybe the best approach is to add a getBaseURI method to the Tuscany ServletHost interface so that can be used by bindings. So then it would be down to each

Re: Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-29 Thread Jean-Sebastien Delfino
[snip] haleh mahbod wrote: Should this be added to this guide? http://incubator.apache.org/tuscany/sca-java-development-guide.html If yes, I'll add it in. Yes I think it'll be useful. Thanks :) -- Jean-Sebastien - To un

Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-29 Thread Jean-Sebastien Delfino
Hi all, I just thought I'd share this as I found it pretty useful when working with our Webapp samples. If you're using Eclipse WTP and want to get WTP Web Projects generated for our Webapp samples you can simply pass a -Dwtpversion=1.5 option to the usual mvn eclipse:eclipse command, like t

[jira] Updated: (TUSCANY-1337) The JSONRPC biding fails when transforming SDO to JSON

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1337: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1345) Many StAXArtifactProcessor implementations read policy but do not write it

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1345: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1500) Many callback tests don't run

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1500: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1279) tuscany-databinding-jaxb and tuscany-databinding-sdo jar's contain test classes

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1279: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1549) itest/recursive RecursiveCompositeTestCase fails with an NPE

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1549: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1634) Review the propagation of callable/service references over various bindings

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1634: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1308) Need to find a solution for log4j warning messages on sca core libs and test cases

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1308: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Resolved: (TUSCANY-1497) Add full support for service references (which can be passed accross binding protocols)

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1497. - Resolution: Fixed Looks like this has been implemented now. Please

[jira] Updated: (TUSCANY-1539) The assembly model does not contain the annotated intent information

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1539: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-966) getRequestContext() does not return a Context

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-966: --- Fix Version/s: (was: Java-SCA-Next) Java-SCA

[jira] Updated: (TUSCANY-1208) Service using callback and methods that don't perform callback over WS binding hangs

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1208: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1347) IndexOutOfBoundsException thrown when trying to locate a service that includes a callback

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1347: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1516) Possible promotion problem with Tuscany

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1516: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1451) Fix the algorithm to determine references for an unannotated java class

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1451: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Updated: (TUSCANY-1482) CompositeProcessor does not write out Property objects completely

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1482: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

[jira] Resolved: (TUSCANY-1605) web-resource sample ant script does a compile as part of "ant run"

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1605. - Resolution: Fixed > web-resource sample ant script does a compile

[jira] Commented: (TUSCANY-1605) web-resource sample ant script does a compile as part of "ant run"

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523647 ] Jean-Sebastien Delfino commented on TUSCANY-1605: - This turned to be a more complex issue :) 1. A

[jira] Updated: (TUSCANY-1605) web-resource sample ant script does a compile as part of "ant run"

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1605: Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.0

Re: Monitoring, logging and exceptions (again)

2007-08-29 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 8/20/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 8/20/07, Simon Nash <[EMAIL PROTECTED] > wrote: See inline. Simon Raymond Feng wrote: Comments inline. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino&qu

Re: some error when i test the samples

2007-08-29 Thread Jean-Sebastien Delfino
flying fish wrote: hi , i have some questions to ask for help , thank you at first! when i want to test the samples , like the tuscany-sca-1.0-incubator-M2-samples\standalone\calculator when i Building and Running the Samples , i input mvn -N install in , however, there are the errors inform

[jira] Resolved: (TUSCANY-1481) TuscanyServlet looks for servlets using path info and not the whole path

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1481. - Resolution: Won't Fix When we package services in a webapp, I

[jira] Resolved: (TUSCANY-1627) alert aggregator demo feeds don't work (may be a wider problem with the way feed url's are managed in host-webapp environment)

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1627. - Resolution: Fixed Can you try again with the latest trunk? it should

[jira] Commented: (TUSCANY-1326) DWR binding should use endpoints as defined in the assembly spec 1.7.2

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523498 ] Jean-Sebastien Delfino commented on TUSCANY-1326: - I'm starting to work on this. To

[jira] Assigned: (TUSCANY-1326) DWR binding should use endpoints as defined in the assembly spec 1.7.2

2007-08-29 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-1326: --- Assignee: Jean-Sebastien Delfino > DWR binding should

Naming webapp samples *-webapp

2007-08-28 Thread Jean-Sebastien Delfino
Some of our webapp samples are missing a webapp suffix, I'm going to rename them as follows: - helloworld-jsonrpc -> helloworld-jsonrpc-webapp - helloworld-dojo -> helloworld-dojo-webapp - calculator-webapp-ws -> calculator-ws-webapp If there's no objection I'll do that sometime tomorrow. -- Je

Re: Changes to ScriptInvoker not compatible with JDK 5, was Re: svn commit: r570495 - in /incubator/tuscany/java/sca/modules: assembly/src/main/java/org/apache/tuscany/sca/assembly/builder/impl/ bindi

2007-08-28 Thread Jean-Sebastien Delfino
Sorry, I think I forgot to rebuild on JDK 5 after making that one. Thanks for fixing it :) I'm in the process of setting up an environment on my laptop to run builds using different JDKs (5 and 6 from different vendors). I initially wanted to build different targets from the same source tree,

Re: Adding the distributed runtime artifacts to the distribution

2007-08-27 Thread Jean-Sebastien Delfino
, but upto now, I'm in error of java2wsdl process. Are you doing thing on this error, or shall I do something on it for you and Tuscany? Gook Luck. Simon Laws <[EMAIL PROTECTED]> wrote: On 8/23/07, Jean-Sebastien Delfino wrote: Simon Laws wrote: I'm just in t

Re: Running samples in Tomcat 5.5.x

2007-08-27 Thread Jean-Sebastien Delfino
Simon Nash wrote: Should the webapp samples run in Tomcat 5.5.x? Mostly they do, but I tried calculator-webapp-ws and it needs Tomcat 6.0.x. I can run calculator-webapp in Tomcat 5.5.x. If Tuscany 0.99 does require 6.0.x, does it say that anywhere in README files? I couldn't find any statement a

Re: [DAS] Transaction support - a bigger picture question

2007-08-27 Thread Jean-Sebastien Delfino
Comments inline. [snip] Amita Vadhavkar wrote: I have not worked on the latest DAS-SCA integration so far, and am quite sure Lucinao will have good pointers in this area. But looking at the current tuscany-implementation-das, can see the following possible. Yes, I guess the idea is to: - acce

Re: Errors in java->wsdl generation process fixed

2007-08-27 Thread Jean-Sebastien Delfino
shaoguang geng wrote: Hi, everyone I tried lasted svn code at Friday, I noticed java2wsdl generation was added when binding.ws is used under a component. Compile on my computer goes well with axis2-1.2, but I found a error at wsdl generation(I post a mail at Friday). I check it over and final

Re: SCA 1.0 release (was Re: Release management for next release, was: SCA 0.92 release?

2007-08-27 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/9/07, Venkata Krishnan <[EMAIL PROTECTED] > wrote: - Post 0.95, maybe a couple of weeks after the release, we'd cut another branch and head with that for 1.0 release. Being a 1.0 release, we prob. need a branch early as that so that we can whet the things we are tar

Re: [VOTE] Release Tuscany Java SCA 0.99-incubating RC2

2007-08-27 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, The source distro seems to have more modules than the binary distro. 1) databinding-saxon & databinding-fastinfoset are packaged in the src distro 2) a few resource files for binding-osgi slip into the src distro (such as META-INF/service/org.apache.tuscany.sca.core.Mo

[jira] Assigned: (TUSCANY-1541) XMLStreamException in when calling XMLHelper.load() with a large XML

2007-08-27 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-1541: --- Assignee: Raymond Feng Raymond, assigning this one to you since

Re: [VOTE] Release Tuscany Java SCA 0.99-incubating RC2

2007-08-26 Thread Jean-Sebastien Delfino
ant elder wrote: Omitted to vote myself ... +1 from me. ...ant I reviewed and tested RC2 on Linux and here's a summary of what I found: Signatures are OK. No license issues as far as I can tell. Successful build of the source distribution. A few minor issues with some of the sample

Re: [VOTE] Release Tuscany Java SCA 0.99-incubating RC2

2007-08-25 Thread Jean-Sebastien Delfino
ant elder wrote: Weird, mine does seem to work. It takes a few seconds but then does get results with both IE and firefox, eg Fires prompt Greek national alert - ... 25-Aug-2007 21:57:33 Deadly explosions hit Indian city - ... 25-Aug-2007 19:50:10 Curfew imposed in Iraqi capital - ... 25-Au

Re: [VOTE] Release Tuscany Java SCA 0.99-incubating RC2

2007-08-25 Thread Jean-Sebastien Delfino
[snip] Venkata Krishnan wrote: 1) The web-resource sample console does not have a message that indicates how to stop the server - which is by pressing the key. But the README has this documented - so I am ok with this. - Running the sample using the java command specified in the README ends m

Online store SCA tutorial, was: Standard SCA scenarios

2007-08-25 Thread Jean-Sebastien Delfino
Answers at the bottom. [snip] Vinod Jessani wrote: Hi Jean-Sebastien, I'm using tuscany-sca-1.0-incubating-SNAPSHOT which I downloaded from the website on the pdf document. BTW, I'm able to run the calculator sample that's bundled with the download. How do we go about debugging these proble

[jira] Resolved: (TUSCANY-1555) ClassCastException occurring on org.apache.tuscany.sca.binding.axis2.Axis2ServiceProvider.createJavaAxisService(Axis2ServiceProvider.java:205)

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1555. - Resolution: Cannot Reproduce We cannot reproduce this error. Could you

[jira] Updated: (TUSCANY-1562) Service method's "throws Exception" clause create problem at time of on fly generation of wsdl

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1562: Affects Version/s: Java-SCA-Next Java-SCA-0.99

[jira] Resolved: (TUSCANY-1512) SCA Binding - Combine local and remote implementations and extend to support ws protocol

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1512. - Resolution: Fixed I've looked at the code and this is now in pla

[jira] Updated: (TUSCANY-1559) Exception flowing a simple Java bean through a Web service with no WSDL

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1559: Affects Version/s: Java-SCA-Next Java-SCA-0.99

[jira] Updated: (TUSCANY-1558) Exception starting Web Service if business method declares an exception

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1558: Affects Version/s: Java-SCA-Next Java-SCA-0.99

[jira] Updated: (TUSCANY-1356) Clean up binding-echo and implementation-crud samples

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1356: Affects Version/s: Java-SCA-0.99 Marking that this is a limitation of

[jira] Updated: (TUSCANY-1326) Ajax binding should use endpoints as defined in the assembly spec 1.7.2

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1326: Affects Version/s: Java-SCA-Next Java-SCA-0.99

[jira] Updated: (TUSCANY-1326) DWR binding should use endpoints as defined in the assembly spec 1.7.2

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1326: Summary: DWR binding should use endpoints as defined in the assembly spec

[jira] Updated: (TUSCANY-1571) componentType files not supported for implementation.java

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1571: Priority: Major (was: Critical) Patch Info: [Patch

[jira] Updated: (TUSCANY-1541) XMLStreamException in when calling XMLHelper.load() with a large XML

2007-08-25 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1541: Affects Version/s: Java-SCA-0.99 Updated to mark that it affects the

[jira] Resolved: (TUSCANY-1600) The apachecon-training demo is an empty directory

2007-08-24 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1600. - Resolution: Fixed Fixed in revision r569591. This change only applies

[jira] Updated: (TUSCANY-1605) web-resource sample ant script does a compile as part of "ant run"

2007-08-24 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1605: Fix Version/s: (was: Java-SCA-0.99) Java

[jira] Commented: (TUSCANY-1605) web-resource sample ant script does a compile as part of "ant run"

2007-08-24 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522698 ] Jean-Sebastien Delfino commented on TUSCANY-1605: - I don't think that this is a big issue

<    6   7   8   9   10   11   12   13   14   15   >