war plugin "extensions"

2006-09-16 Thread Jeremy Boynes
To allow the build to use the tuscany-war-plugin to build the samples I needed to remove the true element from the plugin configuration. Things still seem to work but is this a valid thing to have done? -- Jeremy - To uns

Re: build breaks (and how to fix them)

2006-09-16 Thread Jeremy Boynes
The pom hierarchy changes have now been done and the samples and distributions re-enabled. I would recommend removing all Tuscany artifacts from your local repo and doing a full build from "java" once you update to r446951 -- Jeremy On Sep 16, 2006, at 8:02 AM, Jeremy Boynes wrote: For th

Dispatch invocations over interceptor chain from service to the wired target component

2006-09-16 Thread Raymond Feng
Hi, When I update the Axis2 binding with IDL-independent ServiceContract/Operation model, I find the dispatching from Axis2 service to the wired component is based on the proxy of the component and the invocation is then constrained by the java interfaces implemented by the proxy. After the dis

Changes in core/spi to propagate type system from loaders to transformers, please review

2006-09-16 Thread Raymond Feng
Hi, As part of the databinding integration, we require some changes in the core/spi to support the propagation of type system information from the model loaders to databinding transformers. A type system defines the typing for a databinding. For example, ClassLoader/Class is the type system

Re: build breaks (and how to fix them)

2006-09-16 Thread Raymond Feng
Hi, Jeremy. I have some uncommitted changes (databinding and core/spi) and plan to check them in during the weekend. Thanks, Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Saturday, September 16, 2006 8:02 AM Subject: Re: build breaks (and how to f

[jira] Updated: (TUSCANY-705) XMLHelperImpl::createDocument() gives invalid XML when the element has xsi:nil=true

2006-09-16 Thread Geoff Winn (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-705?page=all ] Geoff Winn updated TUSCANY-705: --- Attachment: TUSCANY-705.patch The second patch supplied by Caroline contains a valid code change but the patch itself seems to be damaged. Ive re-packaged the c

Re: Binding Context?

2006-09-16 Thread Jeremy Boynes
On Sep 16, 2006, at 7:48 AM, Peter Cousins wrote: I was thinking application components would receive the information using push, which seems to be what you're thinking. Yes. I was thinking that the aspect components could access the context information using pull, because their behavior is

RE: Binding Context?

2006-09-16 Thread Peter Cousins
I was thinking application components would receive the information using push, which seems to be what you're thinking. I was thinking that the aspect components could access the context information using pull, because their behavior is dynamic and potentially difficult to expose deterministically

Re: build breaks (and how to fix them)

2006-09-16 Thread Jeremy Boynes
For the next phase of this I want to consolidate the parent POMs for extensions and kernel. As part of that I would like to do the move of the extensions into their own sub-directory and plan to reuse "services" for that. The resulting tree will look like: sca/services/bindings sca/services

[jira] Created: (TUSCANY-728) Upgrade to AXIOM 1.1

2006-09-16 Thread Jeremy Boynes (JIRA)
Upgrade to AXIOM 1.1 Key: TUSCANY-728 URL: http://issues.apache.org/jira/browse/TUSCANY-728 Project: Tuscany Issue Type: Improvement Affects Versions: Java-M2 Reporter: Jeremy Boynes Fix For:

Re: Any ideas to help solving a build issue : java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaCollection.mapNamespace

2006-09-16 Thread Jeremy Boynes
On Sep 15, 2006, at 10:32 PM, Luciano Resende wrote: I'm trying to build the trunk from /java after a mvn clean... and i'm getting some issues and would like to see if anyone have an idea on how to solve this... This looks similar to what Ignacio were experiencing in the thread : http://www.m

Fwd: [ANN] [AXIOM] Apache AXIOM 1.1 Released

2006-09-16 Thread Jeremy Boynes
FYI - hopefully we can start to move away from using SNAPSHOTs -- Jeremy Begin forwarded message: From: Eran Chinthaka <[EMAIL PROTECTED]> Date: September 15, 2006 10:09:34 PM PDT To: commons-dev@ws.apache.org Subject: [ANN] [AXIOM] Apache AXIOM 1.1 Released Reply-To: commons-dev@ws.apache.org

Re: Error building due to chars in jaxb pom

2006-09-16 Thread Jeremy Boynes
How odd. I checked on my machine and I also have squiffy characters in that file but I am able to build. I am on Intel OSX 10.4.7 with $ java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixe

Problem loading Component Property

2006-09-16 Thread Venkata Krishnan
Hi, I am trying to get the Ruby container to be able to handle component properites. I have created a sample Helloworld (obviously :)) component and have now added a property to it. I have added the property to the .componentType sidefile as well as to the .scdl. Now here are the problems I am

Error building due to chars in jaxb pom

2006-09-16 Thread Dan Murphy
Hi, I've been unable to build Tuscany on my Linux & Mac (I don't have windows so don't know if it works on this platform) The failure is in jaxb: Project ID: com.sun.tools.xjc.maven2:maven-jaxb-plugin Reason: Failed to build model from file '/opt/apache/maven/repository/com/sun/tools/xjc/maven

[jira] Commented: (TUSCANY-727) Transitive Dependencies in Composites

2006-09-16 Thread Meeraj Kunnumpurath (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-727?page=comments#action_12435205 ] Meeraj Kunnumpurath commented on TUSCANY-727: - This is a rough outline for the proposed mechanism for handling dependencies 1. Applications tha