How can we insert a DataBindingInterceptor for the outbound wire of a composite-level reference?

2006-09-19 Thread Raymond Feng
Hi, I raised a similar issue on this list before but I didn't get any responses. When I debugged a test case from Rick today, I found it was due to same problem. Let's assume we have composite level reference with Axis2 web service binding. endpoint="http://soapinterop.org/#ws

Re: Hving Problems Getting Started

2006-09-19 Thread Venkata Krishnan
Hi Robert, I deleted stax from my repo and tried. It failed the first couple of times and then it succeed pulling stax down from a mirror site... here is that line from the console log... Downloading: http://mirrors.dotsrc.org/maven2//stax/stax-api/1.0.1/stax-api-1.0. 1.jar 25K downloaded So c

Re: Registry proposal, was: Delivery Status Notification (Failure)

2006-09-19 Thread Jim Marino
Hi Yang, Looking at the implementation, I think there may be a rather large disconnect in our views of what needs to be accomplished. So, I will start by describing what I thought we are and are not trying to do... I thought we were trying to provide a registry which would resolve *WSDL*

Launch code has got a bit messy

2006-09-19 Thread Jeremy Boynes
To say the least :-) As part of setting up the RuntimeInfo for Meeraj I am going to clean this up a little and fix 648 in the process. I am going to refactor the command-line host so that it is similar to the structure used by the webapp host. There will be a "standalone" host that will all

Re: Where are we with release content?

2006-09-19 Thread Ignacio Silva-Lepe
Jeremy, For async callbacks, your assumption is basically correct. The only item that needs to be verified is ws/axis2 callbacks. The code is there as are a couple of preliminary test cases. But in order to perform more rigorous testing there was a dependency on the databinding framework that

[jira] Assigned: (TUSCANY-648) Launcher only runs from jars on the file system

2006-09-19 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-648?page=all ] Jeremy Boynes reassigned TUSCANY-648: - Assignee: Jeremy Boynes > Launcher only runs from jars on the file system > --- > > Key:

Re: Where are we with release content?

2006-09-19 Thread Raymond Feng
Hi, Please see some updates from me below. Thanks, Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 19, 2006 1:03 PM Subject: Where are we with release content? I'd to checkpoint on where we are for the release, get people's input

[jira] Resolved: (TUSCANY-226) Generated SDO Factories/Packages should not automatically register in EPackage.Registry.INSTANCE

2006-09-19 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-226?page=all ] Raymond Feng resolved TUSCANY-226. -- Resolution: Duplicate Duplicate of TUSCANY-684 > Generated SDO Factories/Packages should not automatically register in > EPackage.Registry.INSTANCE > ---

Re: Where are we with release content?

2006-09-19 Thread Luciano Resende
Some updates on DAS and some other areas I'm looking at... 4) Optional extensions binding.jsonrpc - in or out? I was planning to take a look at that, but working on BigBank first...no big feelings about going in or out... BigBank application - any progress? Looks like bigbank can be dep

Re: Update on dependency work

2006-09-19 Thread Jeremy Boynes
It would set the component up - you would want to define an autowire to it e.g. public class WarMavenRepository extends ${some repo baseclass} { public WarMavenRepository(@Autowire WarRuntimeInfo runtimeInfo) { this.runtimeInfo = runtimeInfo} } } Injection would be performed by the

Re: Update on dependency work

2006-09-19 Thread Meeraj Kunnumpurath
Jeremy, That should work nicely for me. Also, I guess the host environment will inject the right runtime info instnace into the artifcat repo instance? Thanks for your help Meeraj From: Jeremy Boynes <[EMAIL PROTECTED]> Reply-To: tuscany-dev@ws.apache.org To: tuscany-dev@ws.apache.org Subje

Re: Where are we with release content?

2006-09-19 Thread Frank Budinsky
The SDO api changes were committed in revision 442403. I think that may be after the snapshot was taken. Thanks, Frank. Jeremy Boynes <[EMAIL PROTECTED]> wrote on 09/19/2006 04:03:13 PM: > I'd to checkpoint on where we are for the release, get people's input > on what they are working on and t

Re: Update on dependency work

2006-09-19 Thread Jeremy Boynes
On Sep 19, 2006, at 12:42 PM, Meeraj Kunnumpurath wrote: Ok, thinking about this further, I have a couple of ideas ... Have an abstract class AbstractMavenRepository with two specializations, 1. WarMavenRepository 2. StandaloneMavenRepository Both will get injected an instance of RuntimeIn

Where are we with release content?

2006-09-19 Thread Jeremy Boynes
I'd to checkpoint on where we are for the release, get people's input on what they are working on and try and pin down when we think we will be in a position to start cutting binaries. I've summarized below where I think we are, please fill in the gaps and add anything that you think needs

RE: Update on dependency work

2006-09-19 Thread Meeraj Kunnumpurath
Ok, thinking about this further, I have a couple of ideas ... Have an abstract class AbstractMavenRepository with two specializations, 1. WarMavenRepository 2. StandaloneMavenRepository Both will get injected an instance of RuntimeInfo that is specific to the runtime environment in which the r

Re: Hving Problems Getting Started

2006-09-19 Thread Robert Nielsen
Venkat, I meant I was starting from scratch ... a clean repository ... using maven to download what is needed. Unfortunately, it doesn't download that particular JAR file. Robert On 9/19/06, Venkata Krishnan <[EMAIL PROTECTED]> wrote: Hi Robert, Yes you need the stax-api jar file in your l

Re: Queries related to Component Property Loading

2006-09-19 Thread Jeremy Boynes
Couple of comments inline - I'll leave other areas to Raymond. On Sep 19, 2006, at 10:54 AM, Venkata Krishnan wrote: 1) I find that the DefaultValue in the class Property is supposed to be present as a Document instance. //Added by Venkat for this mail : should the following line b

Re: Who Framed Singleton Rabbit :-)

2006-09-19 Thread Jeremy Boynes
Quite a few people: http://www.google.com/search?q=singletons+are+evil I disagree that SCA is a singleton model - everything in SCA but especially the programming model is based on externalization of dependencies and the ability of an external agent (be it the runtime or a user) to define w

Re: Hving Problems Getting Started

2006-09-19 Thread Venkata Krishnan
Hi Robert, Yes you need the stax-api jar file in your local maven repository. I did not quite get 'building up my repository' unless you are installing the jars manually. From what I know, if you do a build maven will handle downloading the dependent jars and installing them in the repo. - Ven

Queries related to Component Property Loading

2006-09-19 Thread Venkata Krishnan
Hi Jeremy / Raymond, The context of my queries relate to the phase of loading Property and PropertyValues by reading the componentType info and the component definitions and then populating the spi model classes - Property and PropertyValue respectively. 1) I find that the DefaultValue in the cl

Hving Problems Getting Started

2006-09-19 Thread Robert Nielsen
Everyone, I'm building up my repository for SCA java ... and when I run maven for the first time I get the following errors: [INFO] [compiler:compile] Compiling 96 source files to C:\tuscany\java\sdo\impl\target\classes [INFO] -

Who Framed Singleton Rabbit :-)

2006-09-19 Thread Yang ZHONG
There's a recent discussion complaining SDO TypeHelper singleton keeps Types from one Test Case and affects the following ones. I have a different thought, however more importantly, I suggest to think further more through and complains further more concrete. I understand saying TypeHelper.INSTANC

Re: Request for Project Ideas for M.Sc Students

2006-09-19 Thread Geoffrey Winn
I've added a page to the Wiki to cover Community Building issues and following on from yesterday's IRC chat I've listed the various project ideas that were mentioned. I've also added some background about what a proposal would need to look like to get University approval. I'll add more detail to t

Re: [jira] Closed: (TUSCANY-541) support pluggable databinding and data transformation

2006-09-19 Thread Raymond Feng
Hi, Ant. Yes, the code is mostly there and it works for Axis2 binding with Axiom and SDO databindings which are plugged into the framework. FYI, I'm planning to put together a document for the databinding framework. If you have any questions, please feel free to bring up on this list. Thanks

[jira] Created: (TUSCANY-734) SCDL Validation tool

2006-09-19 Thread Rick Rineholt (JIRA)
SCDL Validation tool Key: TUSCANY-734 URL: http://issues.apache.org/jira/browse/TUSCANY-734 Project: Tuscany Issue Type: New Feature Components: Java SCA Tools Reporter: Rick Rineholt A tool is ne

Re: [SDO for C++] How to integrate stdcxx as a build option?

2006-09-19 Thread Geoffrey Winn
I've added a section to the Wiki ( http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes) explaining the changes I made to get SDO to build with stdcxx on XP with MSVC 7.1. The corresponding changes should work for any other C++ project on XP. Geoff.

Re: Question on databinding framework

2006-09-19 Thread Rajith Attapattu
Thanks Raymond, I really appreciate it. I am looking forward to the document as well. Let me digest this a bit more and I will fire more questions. When I submit the jms patch please take a look at it from the databinding stuff and correct me if I have taken the wrong approach. Regards, Rajith

[jira] Assigned: (TUSCANY-733) Version information should not be in war plugin source code

2006-09-19 Thread Meeraj Kunnumpurath (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-733?page=all ] Meeraj Kunnumpurath reassigned TUSCANY-733: --- Assignee: Meeraj Kunnumpurath > Version information should not be in war plugin source code > ---

Re: [jira] Updated: (TUSCANY-732) errors in helloworldjsonrpc Java SCA example

2006-09-19 Thread Jeremy Boynes
On Sep 19, 2006, at 7:21 AM, Lee Surprenant (JIRA) wrote: Had problems trying to create a patch which created files... If it helps, I believe they get included if you "svn add" the file before using "svn diff" -- Jeremy ---

[jira] Created: (TUSCANY-733) Version information should not be in war plugin source code

2006-09-19 Thread Jeremy Boynes (JIRA)
Version information should not be in war plugin source code --- Key: TUSCANY-733 URL: http://issues.apache.org/jira/browse/TUSCANY-733 Project: Tuscany Issue Type: Bug Compone

[jira] Updated: (TUSCANY-732) errors in helloworldjsonrpc Java SCA example

2006-09-19 Thread Lee Surprenant (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-732?page=all ] Lee Surprenant updated TUSCANY-732: --- Attachment: jsonrpcPatch.patch tuscany.zip Had problems trying to create a patch which created files... Therefore, the patch includes u

[jira] Updated: (TUSCANY-715) Update tools module to use latest XmlSchema version

2006-09-19 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-715?page=all ] Venkatakrishnan updated TUSCANY-715: Attachment: Tuscany-sca-tools-update-Sept-19.diff HI I have cleaned up the java2wsdl and have updated it to support schema generation for extra clas

Re: [jira] Closed: (TUSCANY-541) support pluggable databinding and data transformation

2006-09-19 Thread ant elder
I'd like to start looking at getting JavaScript/E4X working with the databinding framework. Is this a good time to start this work, you've closed this so I guess the databinding code should be mostly working and stable now? ...ant On 9/18/06, Raymond Feng (JIRA) wrote: [ http://issues.

Update on dependency work

2006-09-19 Thread Meeraj Kunnumpurath
Jeremy, I have checked in the first cut for the ArtifactRepository implementation. It currently supports transitive dependency resolution from the local maven repo and a set of configured remote repos. There is a simple test case (which I will extend tonight). Outstanding stuff, 1. Define the ma

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

2006-09-19 Thread Meeraj Kunnumpurath
Ant, I have got only a partial view of the world. Anyway, this is my understanding .. 1. Each composite has its own classloader. 2. Multiple composite classloaders can load classes from the same JAR file. 3. However, I would assume each composite classloader will have its own instance of the load

Re: Mobile

2006-09-19 Thread Oisin Hurley
On 18 Sep 2006, at 21:19, Hamdi, Louenas wrote: Hello, My name is louenas Hamdi and I work for SAP Research. My interest is mainly in the mobile platforms. while I was reading the Tuscany white paper I thought that this could be good for Mobile clients as well. Do you think that Tuscany specifi