Re: Fw: [jira] Commented: (TUSCANY-1884) Allow the setting of the contribution root in the web.xml

2007-11-08 Thread ant elder
I like this idea a lot. For one thing it would mean applications don't have to know anything about Tuscany so could avoid all the problems with dependencies in build scripts. ...ant On Nov 2, 2007 7:29 AM, Bob Marbeck [EMAIL PROTECTED] wrote: Could there be a command line version of this so

Re: OSGi-based Tuscany runtime

2007-11-08 Thread Rajini Sivaram
Simon, Thank you. Yes, I would really appreciate your help in sorting out the poms. Thank you... Regards, Rajini On 11/8/07, Simon Laws [EMAIL PROTECTED] wrote: Hi Rajini I'd forgotten about project-info-reports. Thanks for reminding me!. I think the answer here is for us to get our

Re: Fw: [jira] Commented: (TUSCANY-1884) Allow the setting of the contribution root in the web.xml

2007-11-08 Thread Simon Laws
On 11/8/07, ant elder [EMAIL PROTECTED] wrote: I like this idea a lot. For one thing it would mean applications don't have to know anything about Tuscany so could avoid all the problems with dependencies in build scripts. ...ant On Nov 2, 2007 7:29 AM, Bob Marbeck [EMAIL PROTECTED]

Re: OSGi-based Tuscany runtime

2007-11-08 Thread Rajini Sivaram
Simon, maven-bundle-plugin can be used to generate manifest files for the jar files, but the recommended practice is to explicitly specify the exported packages rather than export everything from the jar. I tried to use this to generate manifest files for all the third party jars separately, but

Composite and Components

2007-11-08 Thread Giorgio Zoppi
Hi, i'm going to create a CompositeHandler with the following interface: public interface CompositeHandler { /* FIXME: This can be added to a a Composite Definition */ void addComponent(MetaComponent componentDefinition, Composite composite); void

Re: Composite and Components

2007-11-08 Thread Simon Laws
On 11/8/07, Giorgio Zoppi [EMAIL PROTECTED] wrote: Hi, i'm going to create a CompositeHandler with the following interface: public interface CompositeHandler { /* FIXME: This can be added to a a Composite Definition */ void addComponent(MetaComponent componentDefinition,

Re: [VOTE] Release Tuscany SCA Java 1.0.1-incubating (RC5)

2007-11-08 Thread Ignacio Silva-Lepe
Hi Raymond, I took a look at the binary distro and it looks good. +1 from me Thanks for pulling this through On Nov 7, 2007 5:35 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Please review and vote on the 1.0.1-incubating release artifacts of Tuscany SCA for Java. The RC5 contains a few

Re: [VOTE] Release Tuscany SCA Java 1.0.1-incubating (RC5)

2007-11-08 Thread Simon Laws
On 11/7/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Please review and vote on the 1.0.1-incubating release artifacts of Tuscany SCA for Java. The RC5 contains a few fixes to issues discovered in RC4. Thank you for reporting and fixing the issues promptly. SVN Tag:

Re: [VOTE] Release Tuscany SCA Java 1.0.1-incubating (RC5)

2007-11-08 Thread Luciano Resende
Hi Raymond I ran the webapp samples and couple other ones, and they all seemed ok. Building the source distro from a clean maven repo also looks good. I also verified the SDO license issue and looks good now. +1 from me. On Nov 8, 2007 7:55 AM, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote:

RE: Shopping Store Tutorial for ApacheCon

2007-11-08 Thread Antollini, Mario
Thanks Raymond... Jean-Sebastien, I overlooked this email (http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg25134.html). I now understand the code structure. I will work on the cart (http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tutorial/www -cloud/cart-amazon/) now. BTW,

Re: Shopping Store Tutorial for ApacheCon

2007-11-08 Thread Raymond Feng
Hi, Mario. The eBay/Amazon sample is under https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tutorial/www-cloud. You just have to use your own developer key to try it. Thanks, Raymond - Original Message - From: Antollini, Mario [EMAIL PROTECTED] To:

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-11-08 Thread Michael Yoder
Yes the issue applies to both Java/C++. The issue is that while global XSD elements map to single valued open content properties, types with an xsd:any element that is maxOccurs 1 may have open content that is multi-valued. I believe Frank Budinsky mentioned that Tuscany SDO Java has some sort

[jira] Resolved: (TUSCANY-1902) Input2InputTransformer doesn't handle null input going from SDO-AXIOM

2007-11-08 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1902. --- Resolution: Fixed Assignee: Raymond Feng Patch applied under r593250. Thank Scott

Re: Shopping Store Tutorial for ApacheCon

2007-11-08 Thread Raymond Feng
Hi, Mario. I'm not coming to ApacheCon as I'll speak at SOAWorld 2007, San Francisco on Nov. 12. Raymond - Original Message - From: Antollini, Mario [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, November 08, 2007 8:44 AM Subject: RE: Shopping Store Tutorial for

Re: [VOTE] Release Tuscany SCA Java 1.0.1-incubating (RC5)

2007-11-08 Thread Mark Combellack
Raymond Feng [EMAIL PROTECTED] writes: Hi, Please review and vote on the 1.0.1-incubating release artifacts of Tuscany SCA for Java. ... Thanks, Raymond Hi Raymond, Tried out some more samples again with the binary distribution on Linux and did not find any issues. Gets my +1

A script to automate the steps to create a SCA Java release was: Re: svn commit: r593259 - /incubator/tuscany/java/etc/release-sca.sh

2007-11-08 Thread Raymond Feng
Hi, I wrote a shell script to automate the steps to create a SCA java release. * Run svn copy to check out the release branch into a RC tag * Replace the version id by removing SNAPSHOT (I'm using sed at this moment and it can be replaced by maven release plugin) * Generate a RAT report *

Re: [VOTE] Release Tuscany SCA Java 1.0.1-incubating (RC5)

2007-11-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, Please review and vote on the 1.0.1-incubating release artifacts of Tuscany SCA for Java. The RC5 contains a few fixes to issues discovered in RC4. Thank you for reporting and fixing the issues promptly. SVN Tag:

[jira] Created: (TUSCANY-1903) An implementation openjpa work with policy-transaction is almost done

2007-11-08 Thread gengshaoguang (JIRA)
An implementation openjpa work with policy-transaction is almost done - Key: TUSCANY-1903 URL: https://issues.apache.org/jira/browse/TUSCANY-1903 Project: Tuscany Issue

[jira] Updated: (TUSCANY-1903) An implementation openjpa work with policy-transaction is almost done

2007-11-08 Thread gengshaoguang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] gengshaoguang updated TUSCANY-1903: --- Attachment: implementation-openjpa.zip Up to now, this module has a known shotcoming. The

[jira] Commented: (TUSCANY-1903) An implementation openjpa work with policy-transaction is almost done

2007-11-08 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541223 ] Luciano Resende commented on TUSCANY-1903: -- I took a quick look at this, and was trying to build with

Re: [DAS] Use datasource.getConnection(user, password) and datasource.getConnection() both

2007-11-08 Thread Luciano Resende
Hi Amita I finally found some time to spend on this issue, and had a question in mind. When using datasource, what's the difference from the username and password that can be defined on the datasource itself, and the one a user set on the connection property inside the das config ? In

Re: [DAS] DAS samples

2007-11-08 Thread Luciano Resende
Hi Amita I replied to this other thread [1] with some questions. But just FYI, I was able to run a slightingly modified version of company-webapp using a secured derby database in TC by specifying the username/password on the datasource definition. Resource name=jdbc/dastest

Re: [Native] VS build versus ant build

2007-11-08 Thread Adriano Crestani
In few minutes I'm going to commit das' samples and tests ant build. Yes, I finally got it working, sorry for the delay : ( Adriano Crestani On Nov 7, 2007 9:21 AM, Andrew Borley [EMAIL PROTECTED] wrote: Doh! Should have looked for something obvious like that! Many thanks! On Nov 7, 2007