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

2007-08-30 Thread Venkatakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatakrishnan reassigned TUSCANY-1482: Assignee: Venkatakrishnan CompositeProcessor does not write out Property

Re: [RDB DAS] Consistent use of Parameters in Config

2007-08-30 Thread Amita Vadhavkar
Thanks Kevin, for correcting the example, I actually meant what you have assumed :) Also, another question in JDK5 context, the code will be very precise and type checking/assumptions about types can be avoided in many places in DAS using JDK5 generics. Other features from JDK5 can be used too.

Re: Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-30 Thread Simon Laws
On 8/30/07, haleh mahbod [EMAIL PROTECTED] wrote: done On 8/29/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [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.

Re: Tuscany plugin for Geronimo moved from Geronimo sandbox to Geronimo Plugins

2007-08-30 Thread ant elder
I'm getting a compile error building this as one of the Tuscany interfaces has been changed recently. Is it intended to be used with the Tuscany trunk or with a particular release of Tuscany? ...ant On 8/29/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Hi, I have moved the Tuscany

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

2007-08-30 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1500: Attachment: ImplementationProvider2.java This file is part of patch 4. It must be added to the

Re: implementation.osgi and SCA annotations

2007-08-30 Thread Rajini Sivaram
Haleh, At the moment implementation.osgi/ looks like this: tuscany:implementation.osgi bundle=supplychain.Customer bundleLocation=file:target/factory/Customer.jar scope=STATELESS allowsPassByReference=supplychain.OSGiCustomerImpl / The bundle location is in

Re: implementation.osgi and SCA annotations

2007-08-30 Thread ant elder
On 8/29/07, Rajini Sivaram [EMAIL PROTECTED] wrote: Hello, We would like to start supporting SCA annotations in implementation classes used inside OSGi bundles to make implementation.osgi consistent with implementation.java. In the current implementation, SCA annotations are only

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

2007-08-30 Thread ant elder
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 downloads available for

Re: implementation.osgi and SCA annotations

2007-08-30 Thread Rajini Sivaram
Ant, Thank you. I was planning to remove the support for implementation.osgi/ attributes, making it not backward compatible. That was one of the reasons I wanted to introduce the change before 1.0. Is that a problem? Thank you... Regards, Rajini On 8/30/07, ant elder [EMAIL PROTECTED]

Re: implementation.osgi and SCA annotations

2007-08-30 Thread ant elder
If thats the way to go then doing it now would be better than after 1.0 is out. But why can't the SCDL attributes be kept as well as supporting annotations and doesn't supporting both then mean non-SCA aware OSGi bundles can still be used with Tuscany? (not particularly concerned about this,would

Re: [SDO Java] What shall we do next?

2007-08-30 Thread kelvin goodson
Hi Amita, I'm not aware of anyone planning to fix 761. There were a couple of possible approaches, either or both of which could be developed. Ron Gavlin painted a scenario in the JIRA where dropping of individual types from a namespace would be the right thing to do. There's also discussion of

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

2007-08-30 Thread kelvin goodson
I agree with ant. I had an issue recently with SDO relying on a back-level release that had been removed.So I think the thing to do is to help new users avoid the trip hazard of inadvertently downloading a back level release by structuring our web pages helpfully. Kelvin. On 30/08/2007, ant

Re: implementation.osgi and SCA annotations

2007-08-30 Thread Rajini Sivaram
Ant, The defaults used by implementation.osgi match the default behaviour of OSGi bundles. Scope is set to COMPOSITE, remotable interfaces use pass-by-value, and properties can only be set/read using standard OSGi mechanisms. The attributes provided in implementation.osgi/ which are being

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

2007-08-30 Thread Simon Laws
On 8/30/07, Venkata Krishnan [EMAIL PROTECTED] wrote: Sounds ok to me. In an earlier version of the RMI Binding, I did something like this with the getUri method of Binding class. - Venkat On 8/29/07, ant elder [EMAIL PROTECTED] wrote: I've not yet been able to find any good way to

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

2007-08-30 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523826 ] ant elder commented on TUSCANY-1326: The main issue would be that the scaDomain.js script is dynamically

Writing Composite and Component Properties

2007-08-30 Thread Venkata Krishnan
Hi, I am working on https://issues.apache.org/jira/browse/TUSCANY-1482 and its mostly done - just the only thing related writing the property values. The Property class has this value as a xml Document already and it would be good if we could simply write that out. Right now I don't see a way

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

2007-08-30 Thread Venkatakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatakrishnan reassigned TUSCANY-1539: Assignee: Venkatakrishnan The assembly model does not contain the annotated

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

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

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

2007-08-30 Thread ant elder
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 method to the Tuscany ServletHost

Re: Tuscany plugin for Geronimo moved from Geronimo sandbox to Geronimo Plugins

2007-08-30 Thread ant elder
The changes are pretty recent, though you might not have seen then unless you use mvn -U. I could give you a patch to get passed the compile error if you like - is this code in the Geronimo JIRA system to raise and attach a patch to? ...ant On 8/30/07, Vamsavardhana Reddy [EMAIL PROTECTED]

Re: Tuscany plugin for Geronimo moved from Geronimo sandbox to Geronimo Plugins

2007-08-30 Thread Vamsavardhana Reddy
I have created a JIRA for this plugin move into Geronimo plugins. See https://issues.apache.org/jira/browse/GERONIMO-3447. Please attach any patches to this JIRA. Thanks, Vamsi On 8/30/07, ant elder [EMAIL PROTECTED] wrote: The changes are pretty recent, though you might not have seen then

Re: implementation.osgi and SCA annotations

2007-08-30 Thread Raymond Feng
Hi, What java classes do you expect to be annotated with SCA annotations in the OSGi bundle? Thanks, Raymond - Original Message - From: Rajini Sivaram [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org; [EMAIL PROTECTED] Sent: Thursday, August 30, 2007 4:05 AM Subject: Re:

Please apply patch 4 for TUSCANY-1500

2007-08-30 Thread Simon Nash
Please can someone review and apply the patch for TUSCANY-1500 that I posted earlier today (patch 4). There's one new file and a number of changes to existing files. Many thanks. Simon - To unsubscribe, e-mail: [EMAIL

Re: Tuscany plugin for Geronimo moved from Geronimo sandbox to Geronimo Plugins

2007-08-30 Thread Vamsavardhana Reddy
Thanks for the patch. I committed it to svn. Vamsi On 8/30/07, ant elder [EMAIL PROTECTED] wrote: The changes are pretty recent, though you might not have seen then unless you use mvn -U. I could give you a patch to get passed the compile error if you like - is this code in the Geronimo

Issue with dynamic creation of NotificationReferenceBindingProvider

2007-08-30 Thread Ignacio Silva-Lepe
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 activation time of components

Re: Writing Composite and Component Properties

2007-08-30 Thread Raymond Feng
Hi, There are a few ways you can handle this: 1) Use the code in the databinding module: Node2XMLStreamReader and then XMLStreamSerializer 2) Use a BSD-licensed StAXUtils at https://stax-utils.dev.java.net/nonav/javadoc/utils/index.html. // create a DOMSource Document doc =

Rationalizing SCA Domain implementations

2007-08-30 Thread Simon Laws
We now have a number of domain implementations in Tuscany Java SCA including - The SCADomain interface - DefaultSCADomain - EmbeddedSCADomain - HotUpdatableSCADomain - DistributedDomain/Node Covering a number of scenarios - running a domain in a single node - running a domain across multiple

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

2007-08-30 Thread haleh mahbod
Thank you for your input. I'll work on making the current releases more visible and leave the old ones as is. On 8/30/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: The Eclipse STP project isn't using M2 because they accidentally downloaded the wrong release, its what

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 method to the Tuscany

[jira] Resolved: (TUSCANY-1399) Generate SDO test classes using maven-sdo-plugin

2007-08-30 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1399. - Resolution: Fixed Added toolsTest project to the SDO reactor build and migrated

[jira] Resolved: (TUSCANY-961) DAS: Using deprected SDO method causes Type lookup failure

2007-08-30 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-961. - Resolution: Fixed Latest patch applied. DAS: Using deprected SDO method causes Type

[jira] Created: (TUSCANY-1637) Rationalize the SCA Domain implementations

2007-08-30 Thread Simon Laws (JIRA)
Rationalize the SCA Domain implementations -- Key: TUSCANY-1637 URL: https://issues.apache.org/jira/browse/TUSCANY-1637 Project: Tuscany Issue Type: Improvement Components: Java SCA Core

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

2007-08-30 Thread Sean Zhou (JIRA)
SDO command-line code generator behaves differently than standalone when invoked in Eclipse --- Key: TUSCANY-1638 URL: https://issues.apache.org/jira/browse/TUSCANY-1638

Re: Writing Composite and Component Properties

2007-08-30 Thread Venkata Krishnan
Hi Raymond, Thanks for responding. As far as I saw the stax-utils have only snapshots published. If this is indeed true then it seems like option 1 is better. But with option 1, is it good to bring in the databinding as a dependency into assembly-xml. To me assembly-xml seems to be at must

Re: Rationalizing SCA Domain implementations

2007-08-30 Thread ant elder
On 8/30/07, Simon Laws [EMAIL PROTECTED] wrote: We now have a number of domain implementations in Tuscany Java SCA including - The SCADomain interface - DefaultSCADomain - EmbeddedSCADomain - HotUpdatableSCADomain - DistributedDomain/Node Covering a number of scenarios - running a

[jira] Commented: (TUSCANY-544) WSDL2Java should support WSDLs with schema imports

2007-08-30 Thread Sean Zhou (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523924 ] Sean Zhou commented on TUSCANY-544: --- I encountered the same problem with schema imports. Please see the exception

Re: Writing Composite and Component Properties

2007-08-30 Thread Raymond Feng
Hi, I meant to re-use some of the code in databinding module instead of adding it as dependency to assembly-xml. BTW, writing a converter from DOM to XMLStreamWriter is probably not too complex. Thanks, Raymond - Original Message - From: Venkata Krishnan [EMAIL PROTECTED] To:

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

2007-08-30 Thread ant elder
On 8/30/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: 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

Multi-threading Testing

2007-08-30 Thread Fuhwei Lwo
Hi all, Can anyone share his/her experience on how multi-threading testing was conducted in the Apache open source projects? At first, I thought I can use GroboUtils but found out it's not in the people.apache.org/repo. Before going too far to make a request to add GroboUtils to the remote

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: tuscany-dev@ws.apache.org Sent: Wednesday, August 29, 2007 11:06 AM

[jira] Commented: (TUSCANY-1462) Consistent use of Parameters in Config

2007-08-30 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523965 ] Luciano Resende commented on TUSCANY-1462: -- I tried to apply the patch, but I'm getting failures (NPE) on

[jira] Commented: (TUSCANY-1630) On fly wsdl generation with axis2 1.3, coding suggestion draft

2007-08-30 Thread gengshaoguang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523985 ] gengshaoguang commented on TUSCANY-1630: Sorry every, I was wrong here, Tuscany's code is right, my

[jira] Assigned: (TUSCANY-544) WSDL2Java should support WSDLs with schema imports

2007-08-30 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-544: --- Assignee: Luciano Resende WSDL2Java should support WSDLs with schema imports