Re: Web deployment broken?

2006-08-21 Thread ant elder
On 8/21/06, Rick [EMAIL PROTECTED] wrote: Tried that, see below NPE that I get. Doing this seems to from what I can see autowire the binding before the ServletHost is initialized. The Axis2BindingBuilder gets null for the servletHost. Later when it registers the NPE Ant is any of these

Re: svn commit: r432722 [1/2] - in /incubator/tuscany/java/sca/containers/container.spring/src: main/java/org/apache/tuscany/container/spring/config/ main/java/org/apache/tuscany/container/spring/impl

2006-08-21 Thread ant elder
The bit I was specifically asking about was in the license header having Copyright 2002-2006 the original author or authors., with the authors being Adrian and Rod. I'm not sure if we can have that copyright in our ASF source files, but as we're not the copyright holders I don't think we can

Re: Can no longer build?

2006-08-21 Thread Jojo
Hi Andy, I was trying to build Tuscany over the weekend and was stuck with the same problem. The funny thing is I was able to build previously, but cleaned my maven repository and after that not able to build anymore. Some further investigation showed that the sca\plugin project has a

Re: svn commit: r432722 [1/2] - in /incubator/tuscany/java/sca/containers/container.spring/src: main/java/org/apache/tuscany/container/spring/config/ main/java/org/apache/tuscany/container/spring/i

2006-08-21 Thread Andy Piper
At 12:05 21/08/2006, ant elder wrote: The bit I was specifically asking about was in the license header having Copyright 2002-2006 the original author or authors., with the authors being Adrian and Rod. I'm not sure if we can have that copyright in our ASF source files, but as we're not the

Re: binding.ws (xmlbeans) sending empty soap message

2006-08-21 Thread Chris Wall
Hey Raymond. Were you able to look into this issue? (http://issues.apache.org/jira/browse/TUSCANY-646) Regarding question #2, what do you mean by driver? -Chris - Original Message - From: Raymond Feng [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: August 18, 2006 2:02 PM

RE: OSGi host

2006-08-21 Thread Hawkins, Joel
Hi Andy, Thanks for the link. You bring up a question that's been troubling me about some of this. What is the role of OSGi in SCA? How does it differ from the role of something like Spring? Or, asked in the larger sense, where does SCA fit into the world of Containers? My assumption has been

[jira] Resolved: (TUSCANY-646) binding.ws (xmlbeans) sending empty soap message

2006-08-21 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-646?page=all ] Raymond Feng resolved TUSCANY-646. -- Resolution: Invalid Assignee: Raymond Feng Hi, It is a problem in the application code. The getString operation requires that you pass in a string

Re: Inconsistencies in the .95 SCA Assembly Model Spec

2006-08-21 Thread Pete Robbins
Chris, The first occurrence of sca.module in section 1.5.3.1 is simply a type. It should read xxx.composite. The Packaging and Deployment section has not yet been updated for the recursive model so should be ignored. I'm assuming that the default.scdl file is part of the Tuscany Java

Fwd: svn commit: r433258 - in /incubator/tuscany/java/sca: commands/launcher/src/main/resources/META-INF/tuscany/composite.scdl runtime/webapp-host/src/main/resources/META-INF/sca/composite.scdl test/

2006-08-21 Thread Jim Marino
Hi Raymond, Can point me to the steps that were causing this as none of the current test cases check for this? I assume it was in the builder. Thanks, Jim Begin forwarded message: From: [EMAIL PROTECTED] Date: August 21, 2006 8:01:06 AM PDT To: tuscany-commits@ws.apache.org Subject: svn

Re: New site sample

2006-08-21 Thread Venkata Krishnan
Hi Haleh, David... I am trying to rephrase what I tried to convey over the IRC about the diagram at http://www.zerovec.com/tuscany/AssemblyDiagram.png If this is the diagram of our websites front page, In my opinion the diagram seems to put more emphasis on the SCA project detailing it more

Re: svn commit: r433258 - in /incubator/tuscany/java/sca: commands/launcher/src/main/resources/META-INF/tuscany/composite.scdl runtime/webapp-host/src/main/resources/META-INF/sca/composite.scdl test/s

2006-08-21 Thread Raymond Feng
Hi, I was getting NPE (without my fix) from the BigBank sample: Running bigbank.BigBankTestCase Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.784 sec FA ILURE! test(bigbank.BigBankTestCase) Time elapsed: 2.684 sec ERROR! java.lang.NullPointerException at

Re: adding an interceptor

2006-08-21 Thread Raymond Feng
Hi, For the data transformation to be handled by a databinding interceptor, let's assume we have the following case: * The source side uses SDO. import.sdo location=xsd/customer.xsd/ int getCreditScore(@databinding.sdo(namespace=http://customer; name=Customer)Customer customer); *

Re: New site sample

2006-08-21 Thread Robbie Minshall
In the diagram DAS is represented as a single component. A DAS is simply a service that loads/stores and optionaly creating types for SDO object graphs. As SDO becomes adopted I hope, and anticipate that a variety of DAS implementations will emerge. I would think that if the DAS was

RE: svn commit: r433258 - in /incubator/tuscany/java/sca: commands/launcher/src/main/resources/META-INF/tuscany/composite.scdl runtime/webapp-host/src/main/resources/META-INF/sca/composite.scdl

2006-08-21 Thread Meeraj Kunnumpurath
I am getting the same as well. -Original Message- From: Raymond Feng [mailto:[EMAIL PROTECTED] Sent: 21 August 2006 18:29 To: tuscany-dev@ws.apache.org Subject: Re: svn commit: r433258 - in /incubator/tuscany/java/sca: commands/launcher/src/main/resources/META-INF/tuscany/composite.scdl

Re: svn commit: r433258 - in /incubator/tuscany/java/sca: commands/launcher/src/main/resources/META-INF/tuscany/composite.scdl runtime/webapp-host/src/main/resources/META-INF/sca/composite.scdl test/s

2006-08-21 Thread Jim Marino
Did you sync to the latest repo version? This was caused by a regression introduced from a checkin I did that didn't have any test coverage. Jim On Aug 21, 2006, at 10:55 AM, Meeraj Kunnumpurath wrote: I am getting the same as well. -Original Message- From: Raymond Feng

binding.ws, SDO, NPE

2006-08-21 Thread Chris Wall
Hey Raymond. Thanks for finding my silly getString(str) bug. I'd like to understand more about binding.ws. It looks like with your recent check-ins binds SDO to binding.ws. With that, all outgoing and incoming objects are converted to SDO objects to be manipulated by the Axis2 binding. To

Re: binding.ws, SDO, NPE

2006-08-21 Thread Raymond Feng
1) import.sdo loads the WSDL/XSD to create SDO types for your model. 2) For the NPE, can any of the SDO folks take a look? 3) The SDO dependency for the Axis2 binding.ws is a temporary hack. It will be removed when we have the pluggable databinding in place. Please refer to another thread with

[jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-21 Thread Rick Rineholt (JIRA)
Port WSDL2Java and Java2WSDL from M1 Key: TUSCANY-651 URL: http://issues.apache.org/jira/browse/TUSCANY-651 Project: Tuscany Issue Type: Improvement Components: Java SCA Tools Affects

[jira] Created: (TUSCANY-652) Create implied relationships when possible

2006-08-21 Thread Brent Daniel (JIRA)
Create implied relationships when possible -- Key: TUSCANY-652 URL: http://issues.apache.org/jira/browse/TUSCANY-652 Project: Tuscany Issue Type: Improvement Components: Java DAS RDB

[jira] Assigned: (TUSCANY-652) Create implied relationships when possible

2006-08-21 Thread Brent Daniel (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-652?page=all ] Brent Daniel reassigned TUSCANY-652: Assignee: Brent Daniel Create implied relationships when possible -- Key: TUSCANY-652

SCDL extensions to define data types for parameters and return value

2006-08-21 Thread Raymond Feng
Hi, I'm trying to define the XML schema for the tuscany databinding extension to describe the data types for input and output. Here's an example. Please note databinding will be an extension to the interface type. interface.java interface=sample.CreditReportService tuscany:databinding

DAS Article

2006-08-21 Thread Kevin Williams
Just want to mention that Brent and I published a DAS-related article in this month's JDJ. It is available at: http://java.sys-con.com/read/260053.htm Thanks, --Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: OSGi host

2006-08-21 Thread nicole
Hi Joel and other OSGi interested guys, What is the role of OSGi in SCA? I see several roles of OSGi in SCA: 1) OSGi Binding and Reference: a) A SCA application can access an OSGi application running outside of the SCA container via a reference/external service. b) A Service Component could be

Service, Reference and Binding models

2006-08-21 Thread Raymond Feng
Hi, I think the SPI models for SCDL service/reference/binding are now becoming out of sync with the SCA spec. The introduction of BindlessServiceDefinition (I view it as a service with NullBinding) also worries me. Here's the SCDL syntax extracted from the SCA spec 0.96 draft. service

Re: DAS Article

2006-08-21 Thread Jim Lynch
kudos to Kevin and Brent. I read this article over the weekend and it's great. Explains concepts well and make good use of an example and figures. great job!!...jim On 8/21/06, Kevin Williams [EMAIL PROTECTED] wrote: Just want to mention that Brent and I published a DAS-related article in

Re: Service, Reference and Binding models

2006-08-21 Thread Jim Marino
On Aug 21, 2006, at 4:21 PM, Raymond Feng wrote: Hi, I think the SPI models for SCDL service/reference/binding are now becoming out of sync with the SCA spec. The introduction of BindlessServiceDefinition (I view it as a service with NullBinding) also worries me. We discussed this

Re: [C++] Requirements for a pluggable C++ Tuscany implementation

2006-08-21 Thread Jean-Sebastien Delfino
Hi guys, I like this requirement based approach, a few +1, comments and questions below. Pete Robbins wrote: Hi Oisin, Here's the dumb question: What do you mean by Plugin? Is it a composite or group of composites? Cheers, Or just a set of extensions packaged in a library that you

Re: OSGi host

2006-08-21 Thread Jim Marino
Hi Nicole, Comments inline... On Aug 21, 2006, at 10:15 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Joel and other OSGi interested guys, What is the role of OSGi in SCA? I see several roles of OSGi in SCA: 1) OSGi Binding and Reference: a) A SCA application can access an OSGi

[jira] Created: (TUSCANY-653) Finish off stand-alone distribution of SDO for Java

2006-08-21 Thread Yang ZHONG (JIRA)
Finish off stand-alone distribution of SDO for Java --- Key: TUSCANY-653 URL: http://issues.apache.org/jira/browse/TUSCANY-653 Project: Tuscany Issue Type: Improvement Components:

[jira] Updated: (TUSCANY-653) Finish off stand-alone distribution of SDO for Java

2006-08-21 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-653?page=all ] Yang ZHONG updated TUSCANY-653: --- Attachment: licenses653.patch These files are changed according to HTTP://WWW.apache.org/legal/src-headers.html NOTICE files java files javajet

Re: [C++] Requirements for a pluggable C++ Tuscany implementation

2006-08-21 Thread Oisin Hurley
Pete Robbins wrote: Hi Oisin, Here's the dumb question: What do you mean by Plugin? Is it a composite or group of composites? Or just a set of extensions packaged in a library that you plug into the runtime? 'Plugin' means a piece of software that adds some functionality in the form of

[jira] Updated: (TUSCANY-652) Create implied relationships when possible

2006-08-21 Thread Brent Daniel (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-652?page=all ] Brent Daniel updated TUSCANY-652: - Attachment: Tuscany652.txt Attaching a patch to provide this function. This required some cleanup of MappingWrapper references in several places. Create

Re: [jira] Created: (TUSCANY-651) Port WSDL2Java and Java2WSDL from M1

2006-08-21 Thread Venkata Krishnan
Rick, I can with this. Please let me know what else needs to be done to the existing code in M1 in the context of M2 after you have moved the code over to the current trunk. Thanks - Venkat On 8/22/06, Rick Rineholt (JIRA) tuscany-dev@ws.apache.org wrote: Port WSDL2Java and Java2WSDL