Re: Does Tuscany support SOAP 1.1?

2006-01-10 Thread Raymond Feng
on the Call object. Raymond Feng Raymond Feng Proud owner of www.enjoyjava.com The Cyber Cafeteria to Enjoy Java! - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, January 10, 2006 11:23 AM Subject: Does Tuscany support SOAP 1.1? The current

Re: How to gen the generated EMF code?

2006-01-18 Thread Raymond Feng
The package name and prefix can be customized as follows: 1) Open the xxx.genmodel in Eclipse 2) Under the Property view, change the settings Base Package: org.apache.tuscany.container.java (the model package name like assembly will be appended to form the java package) Prefix: JavaAssembly

Re: AXIS2 integration (SDO--AXIOM and more...)

2006-01-27 Thread Raymond Feng
wouldn't have to worry about all usual issues like rpc/enc, SOAP 1.1 /1.2, attachments, MTOM etc. ...ant On 1/12/06, Raymond Feng [EMAIL PROTECTED] wrote: I would like to start the disucssion on AXIS2 integration for Tuscany. I started to prototype the AXIS2 support

Re: Defining WSDL to SDO

2006-03-02 Thread Raymond Feng
- Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, March 02, 2006 4:10 PM Subject: Re: Defining WSDL to SDO Jean-Sebastien Delfino wrote: ant elder wrote: For the new Axis2 based WS binding we need to get WSDL defined

[Document Patch] Building Tuscany (1st draft for M1)

2006-03-02 Thread Raymond Feng
Building Tuscany 1) Check out the Tuscany source code from the SVN repository Please make sure you have svn client (v1.3) and maven (2.0.2) installed and configurated. 1. Create a folder such as Tuscany_M1. 2. Open a command window

Re: svn commit: r383063 - /incubator/tuscany/java/sca/binding.axis2/src/main/java/org/apache/tuscany/binding/axis2/handler/WebServiceEntryPointServlet.java

2006-03-04 Thread Raymond Feng
Hi, I meant to help instead of a trouble-maker. 1) My Eclipse does have the template maven-eclipse-codestyle.xml loaded and I formatted the code based on it. I'm not sure why it produces different a format. 2) The acceptance testing was broken last night. After debugging, I found the service

Re: [jira] Commented: (TUSCANY-66) WebServiceEntryPointServlet doesn't popluate all the WS entry points into the Axis2 service registry (It only handles the 1st module)

2006-03-04 Thread Raymond Feng
) -- --- Key: TUSCANY-66 URL: http://issues.apache.org/jira/browse/TUSCANY-66 Project: Tuscany Type: Bug Environment: Windows XP Reporter: Raymond Feng Priority

Re: Axis2 WS binding next steps

2006-03-09 Thread Raymond Feng
Hi, Ant. I volunteer to look into the Axis2 DataBinding integration. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, March 09, 2006 5:51 AM Subject: Re: Axis2 WS binding next steps I've raised a bunch of JIRA's for

Re: Build fails

2006-03-12 Thread Raymond Feng
mvn clean helped. Thanks. Jeremy Boynes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Raymond Feng wrote: -- -- --- Battery: org.apache.tuscany.model.assembly.tests.SCDLAssemblyLoaderTestCase

WRONG content @ http://people.apache.org/~jboynes/maven2/axis2/axis2-adb/0.95-SNAPSHOT/axis2-adb-0.95-SNAPSHOT.jar

2006-03-19 Thread Raymond Feng
Hi, http://people.apache.org/~jboynes/maven2/axis2/axis2-adb/0.95-SNAPSHOT/axis2-adb-0.95-SNAPSHOT.jar is not pointing to the ADB jar. Please fix it. Thanks, Raymond

Re: [jira] Commented: (TUSCANY-118) Adding Serializer/Deserializer for DataObject using StAX for better Axis2 AXIOM integration

2006-03-20 Thread Raymond Feng
javax.xml.transform.Source and javax.xml.transform.Result seems to be the good cadidates. In JDK 1.4.x, there're three implementation classes for Source: DOMSource, SAXSource, StreamSource In JDK 1.6, there're more: DOMSource, JAXBSource, SAXSource, StAXSource, StreamSource Before we move

Re: Data flow on a wire

2006-03-22 Thread Raymond Feng
Re-posted since the previous one is missing the diagram Hi,I think I have an interesting picture for this topic.1) The data transformation capabilities for various databindings can be nicely modeled as a weighted, directed graph with the following rules. (Illustrated in the attached

Re: Data flow on a wire

2006-03-22 Thread Raymond Feng
Sorry, the attachment cannot go through. I added it to the wiki page @ http://wiki.apache.org/ws/Tuscany/DataMediation. Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, March 15, 2006 3:37 PM Subject: Data flow

Re: Eclipse warnings....

2006-03-22 Thread Raymond Feng
Hi, Ant. Can you apply the patch I submitted under JIRA 106 as well? It was to fix the illegal web.xml. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, March 22, 2006 3:54 PM Subject: Re: Eclipse warnings

Re: Framework for StAX-based model loading

2006-03-23 Thread Raymond Feng
Hi, Frank. I think I fully agree with you. An efficient databinding is what we're looking for. Ideally, if SDO later on supports lazy-loading (create the DataObject skeleton first and pull in properties as they're assessed) from XMLStreamReader, I assume we'll take advantage of the benifits

Re: A release for JavaOne?

2006-03-23 Thread Raymond Feng
Is ActiveMQ binding also candidate to support async PM? It seems that Celtix's JMS transport is based on Active MQ. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, March 23, 2006 12:22 PM Subject: Re: A

Re: A release for JavaOne?

2006-03-23 Thread Raymond Feng
that would be part of Tuscany. Jim On Mar 23, 2006, at 12:38 PM, Raymond Feng wrote: Is ActiveMQ binding also candidate to support async PM? It seems that Celtix's JMS transport is based on Active MQ. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED

Using maven assembly plugin to create local Tuscany distribution

2006-03-28 Thread Raymond Feng
Hi, I tried to run the Tuscany WSDL2Java tool in command line and found it's so painful to set the classpath. Do we have a script for that? I did some investigation and found that maven has a plugin for this purpose: http://maven.apache.org/plugins/maven-assembly-plugin/ 1) Adding the

Re: Project structure

2006-03-29 Thread Raymond Feng
There's a minor issue: the binding.axis is gone from the latest revision. Is it on purpose? It seems the helloworldaxis and helloworldaxissvc still have dependencies on it. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent:

Re: API for adding StAX support to SDO

2006-03-30 Thread Raymond Feng
Hi, I have a question about the save methods. Is the output to XMLStreamWriter consumable by another databinding which takes XMLStreamReader as the input? If not, I would like to see something like: XMLStreamReader getXMLStreamReader(XMLDocuement doc); Thanks, Raymond - Original

Re: API for adding StAX support to SDO

2006-03-30 Thread Raymond Feng
Hi, Should we allow the XMLStreamReader to be at START_DOCUMENT position for the following method? In this case, the root DataObject will be returned. /** * Create a DataObject from an element in a XML stream. * The reader must be positioned on a START_ELEMENT event. * * @param reader the

Re: Retrieving document ... messages

2006-04-06 Thread Raymond Feng
Hi, I guess you can turn it off by the following code WSDLReader.setFeature(javax.wsdl.verbose, false); Thanks, Raymond - Original Message - From: rick rineholt [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, April 06, 2006 1:14 PM Subject: Re: Retrieving document

Fw: [continuum] BUILD FAILURE: Tuscany Project

2006-04-17 Thread Raymond Feng
Hi, Here's a sample report from the Tuscany Continuum build. Please let me know if it provides any value if I add tuscany-dev@ws.apache.org to the notfication list. Raymond - Original Message - From: Tuscany Continuum Build tuscany-dev@ws.apache.org To: [EMAIL PROTECTED] Sent:

Tuscany maven continuum build: What to post and where?

2006-04-18 Thread Raymond Feng
As part of the effort to create nightly build for Tuscany, I set up a maven continuum build to check out and build the Tuscany code hourly. Now the question are: 1) What content should be uploaded so that it can be downloaded as a SNAPSHOT build? Just a big zip file containing everything or

A simple script to automate the Tuscany checkout/update and build

2006-04-18 Thread Raymond Feng
Here's a simple shell script I wrote to automate the code refresh. You may find it useful if you don't want to type multiple commands. Thanks, Raymond #!/bin/sh CURRENT_DIR=`pwd` TUSCANY_BUILD=C:/Tuscany/Build cd $TUSCANY_BUILD lines=0 if [ -d java ] then echo Updating the Tuscany code from

Re: Tuscany maven continuum build: What to post and where?

2006-04-19 Thread Raymond Feng
Hi, You're too quick. When I was in the middle of changing the pom.xml, I saw your commit. Anyway, I added the FTP support and tested with my own ftp server. I also found the upload is slow but my FTP server should be fast enough. It may be a problem with maven wagon-ftp plugin. Thanks,

Re: Tuscany maven continuum build: What to post and where?

2006-04-19 Thread Raymond Feng
Hi, Daniel. Thanks for all the tips. It's really helpful. I'm on Maven 2.0.3. Raymond - Original Message - From: Daniel Kulp [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Cc: Raymond Feng [EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 4:48 AM Subject: Re: Tuscany maven

Re: Tuscany maven continuum build: What to post and where?

2006-04-19 Thread Raymond Feng
Hi, Have we decided to upload the SNAPSHOT builds to the Apache respository on daily base? Another issue is that I'm NOT a committer yet and I don't have the write access to the Apache respository. Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To:

Re: Nightly build uploaded

2006-04-19 Thread Raymond Feng
Hi, Jeremy. Do you prefer to manually upload the build time by time for now or have the maven continuum to do so periodically? If it's later case, how can I access the Apache repository? Are you going to loan your account to me :-) ? Thanks, Raymond - Original Message - From:

Re: java to sdo back to java?

2006-04-21 Thread Raymond Feng
Hi, This is an interesting question. 1) What's your java object? Is it a JavaBean (or even further, generated from XSD)? 2) I think there were discussions on this mailing list to generate SDO from JavaBeans (approaches like wrapping, proxy or dynamic code generation). 3) If your java objects

Re: Hacking session at JavaOne

2006-04-24 Thread Raymond Feng
I'll help. Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: Tuscany Dev tuscany-dev@ws.apache.org Sent: Monday, April 24, 2006 11:14 AM Subject: Hacking session at JavaOne I think that quite a few of us will be in San Francisco at JavaOne and that

[PATCH] Patches are uploaded to JIRA for TUSCANY-243 and TUSCANY-61, please review and apply. eom

2006-05-04 Thread Raymond Feng

Re: Help on outstanding web services JIRAs

2006-05-04 Thread Raymond Feng
Hi, I have uploaded the patch for 243 and 61. I'll look into 120. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, May 04, 2006 6:18 AM Subject: Help on outstanding web services JIRAs There's only 5 open JIRA's

Re: Build Break?

2006-05-08 Thread Raymond Feng
, May 08, 2006 10:38 AM Subject: Re: Build Break? You might try deleting the entire org/eclipse folder. I did this and SDO and SDO tools now build fine. Raymond Feng wrote: Hi, By removing the EMF jars from m2 repository, the compiling problem is fixed. But the SDO code-gen failed

Re: Build Break?

2006-05-08 Thread Raymond Feng
Frank has checked in a workaround. Please refresh and build again. Thanks, Raymond - Original Message - From: Ignacio Silva-Lepe [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, May 08, 2006 1:18 PM Subject: Re: Build Break? Hi Raymond, Any luck with this? I am having

Re: Build Break?

2006-05-08 Thread Raymond Feng
Hi, I ran into the same problem. I'm using IBM JDK 5.0. Do we have a special reason to use the class which seems to me an interanal stuff? javax.xml.ws.WebServiceException: java.lang.ClassNotFoundException: com.sun.org. apache.xerces.internal.dom.DOMImplementationSourceImpl Thanks, Raymond

Instructions to create a distribution for Tuscany

2006-05-12 Thread Raymond Feng
Hi, You can now create the Tuscany java distribution in one shot. Assuming you check out the source code under tuscany/java, here are the simple steps: cd tuscany/java/distribution build-dist (or ./build-dist.sh for linux) You'll find the folder structure created as the result of the

Re: [VOTE] Publish Tuscany M1 release

2006-05-19 Thread Raymond Feng
Hi, Dan. I run it with IBM JDK. No breaks. Thanks, Raymond - Original Message - From: Daniel Kulp [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Cc: Jean-Sebastien Delfino [EMAIL PROTECTED] Sent: Friday, May 19, 2006 5:48 AM Subject: Re: [VOTE] Publish Tuscany M1 release +1

Re: Thread hangs in Axis2 binding code

2006-05-22 Thread Raymond Feng
The deadlock problem was due to the usuage of piped streams and it has been fixed for a while. Please try the M1 candidate. Thanks, Raymond - Original Message - From: Rashmi Hunt [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, May 22, 2006 2:01 PM Subject: Thread hangs

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-22 Thread Raymond Feng
at together. Jim On May 22, 2006, at 1:08 PM, Raymond Feng (JIRA) wrote: [ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng updated TUSCANY-415: - Attachment: tuscany-container-spring.zip Here's a prototype which allows Tuscany

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread Raymond Feng
of their programming model. Also, I'd like to ditch the notion of component type so we can work with a pure Spring model. I should be around tomorrow to discuss. Jim On May 22, 2006, at 9:58 PM, Raymond Feng (JIRA) wrote: [ http://issues.apache.org/jira/browse/TUSCANY-415?page=all ] Raymond Feng

JavaOne Impression: Tuscany, SCA SDO: http://www.theserverside.com/news/thread.tss?thread_id=40577

2006-05-23 Thread Raymond Feng
http://www.theserverside.com/news/thread.tss?thread_id=40577

Re: svn commit: r409076 - in /incubator/tuscany/sandbox/jboynes/sca/containers/container.spring: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/

2006-05-24 Thread Raymond Feng
Hi, Jim/Jeremy. I don't see XXXImplementationLoader (except SystemImplementationLoader) any more in the sandbox code. Are they just not implmented or do we now have a new model to populate the implementation metadata based on the bean properties for the implementation class? I don't see

Re: svn commit: r409076 - in /incubator/tuscany/sandbox/jboynes/sca/containers/container.spring: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/

2006-05-24 Thread Raymond Feng
/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/tuscany/ src/main/java/org/apache/tuscany/containe On 5/24/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Jim/Jeremy. I don't see XXXImplementationLoader (except SystemImplementationLoader) any

Re: svn commit: r409302 - in /incubator/tuscany/sandbox/jboynes/sca: core2/src/main/java/org/apache/tuscany/core/loader/ core2/src/main/java/org/apache/tuscany/core/system/loader/ spi/src/main/java/or

2006-05-24 Thread Raymond Feng
Hi, Jeremy. Can we make the loaderRegistry protected instead of private in ComponentTypeLoaderExtension.java? The sub-class may need to access it, for example, delegate to the registered ComponentTypeElementLoader to parse componentType element. Thanks, Raymond - Original Message -

Question and Patch for the sandbox core

2006-05-25 Thread Raymond Feng
Hi, Jim/Jeremy. I think I'm confused here. Are you saying the processor framework has already been in the trunk so that we need to copy them over to the sandbox? I need this feature to implement JavaComponentTypeLoader. Also attached is a patch with the following things: 1) Skeleton for

[PATCH] A patch for the sandbox container.spring code

2006-05-26 Thread Raymond Feng
The patch added support toresolve Resource from contextLocation. Index: java/org/apache/tuscany/container/spring/SCABeanDefinitionReader.java === --- java/org/apache/tuscany/container/spring/SCABeanDefinitionReader.java

Re: Deserializing SDOs using scoped registries

2006-05-26 Thread Raymond Feng
. - Ron - Original Message From: Raymond Feng [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, May 26, 2006 1:04:29 PM Subject: Re: Deserializing SDOs using scoped registries Hi, I have some comments as well. Thanks, Raymond - Original Message - From: Ron Gavlin

Re: ConfigurationLoadException: Unrecognized element .............. for a new binding type

2006-06-01 Thread Raymond Feng
Ideally, you can define the dependencies in the pom.xml and run mvn eclipse:eclipse to create eclipse meta files such as .project, .classpath. Thanks, Raymond - Original Message - From: Rashmi Hunt [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, June 01, 2006 8:06 AM

Re: support on WebLogic and WebSphere?

2006-06-02 Thread Raymond Feng
WebSphere 6.1 runs with JDK 5. Raymond - Original Message - From: Jim Marino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, June 02, 2006 9:42 AM Subject: Re: support on WebLogic and WebSphere? Hi Andrew, Doesn't the new version of WAS 6 support JDK5 (I thought I

Re: Recursive core architectural overview

2006-06-05 Thread Raymond Feng
Hi, I have created some basic slides and UML diagrams when I looked into the sandbox code last week (I need to do some adjustments since more refactorings were checked in). I can upload them into the wiki and Jim/Jeremy can verify to see if it's helpful. Thanks, Raymond - Original

[PATCH] Document for Tuscany-289

2006-06-05 Thread Raymond Feng
Hi, I have uploaded the 1st version of the document into Tuscany-289 with OpenOffice Text, PDF and the HTML format (converted from MS word document, not so nice in term of HTML but easier to view the UML diagrams). http://issues.apache.org/jira/browse/TUSCANY-289?page=all Please review.

UML diagrams and a draft PDF document for the sandbox core are uploaded to Tuscany Wiki

2006-06-06 Thread Raymond Feng
Hi, I uploaded a draft PDF document together with a set of UML class diagrams to Tuscany wiki @ http://wiki.apache.org/ws/Tuscany/TuscanyJava/SandboxCore. Please note these documents are work in progress and not guaranteed to be accurate and complete. They are produced based on my

Re: UML diagrams and a draft PDF document for the sandbox core are uploaded to Tuscany Wiki

2006-06-07 Thread Raymond Feng
of this refactor, I also renamed PojoImplementationWrapper to ImplementationWrapperImpl since it is generic and not specific to POJOs. Thanks, Jim On Jun 6, 2006, at 2:46 PM, Raymond Feng wrote: Hi, I uploaded a draft PDF document together with a set of UML class diagrams to Tuscany wiki @ http

XMLStreamHelper

2006-06-07 Thread Raymond Feng
Hi, Jeremy. I had an offline discussion about the XMLStreamHelper API for SDO and came out a question about the rationale behind the save() and saveObject() methods. http://svn.apache.org/repos/asf/incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/helper/XMLStreamHelper.java

Re: XMLStreamHelper

2006-06-07 Thread Raymond Feng
directly and dump nodes into the XMLStreamWriter if the quick way doesn't perform. Thanks, Raymond - Original Message - From: Daniel Kulp [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Cc: Raymond Feng [EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 3:10 PM Subject: Re

[PATCH] Porting SDO DataBinding to the new SPI in Jeremy's sandbox

2006-06-07 Thread Raymond Feng
Hi, Jeremy. Attached is a patch for the SDO DataBinding code in your sandbox. It ports the code to the new SPIs in the sandbox. Please review and apply. There're several TODOs in the code. We need to understand how to get the corresponding SDO TypeHelper for a given DeploymentContext.

Re: Type definitions in composites, was: [PATCH] Porting SDO DataBinding to the new SPI in Jeremy's sandbox

2006-06-08 Thread Raymond Feng
of composites? * what are the sharing rules for types? Are all types shared between a parent composite and its children? Are none? * if a type is defined in multiple places in a hierarchy, which one is used? Any thoughts on how we would like this to work? -- Jeremy Raymond Feng wrote: Hi, Jeremy

Re: Type definitions in composites

2006-06-08 Thread Raymond Feng
in composites Raymond Feng wrote: BTW, we already started a thread on scoping for SDO types. Could you post a link - I couldn't find it? Thanks -- Jeremy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Type definitions in composites, was: [PATCH] Porting SDO DataBinding to the new SPI in Jeremy's sandbox

2006-06-08 Thread Raymond Feng
in multiple places in a hierarchy, which one is used? Any thoughts on how we would like this to work? -- Jeremy Raymond Feng wrote: Hi, Jeremy. Attached is a patch for the SDO DataBinding code in your sandbox. It ports the code to the new SPIs in the sandbox. Please review and apply. There're

Re: Type definitions in composites, was: [PATCH] Porting SDO DataBinding to the new SPI in Jeremy's sandbox

2006-06-08 Thread Raymond Feng
and its children? Are none? * if a type is defined in multiple places in a hierarchy, which one is used? Any thoughts on how we would like this to work? -- Jeremy Raymond Feng wrote: Hi, Jeremy. Attached is a patch for the SDO DataBinding code in your sandbox. It ports the code to the new SPIs

Re: [PATCH] Upgrade container.spring in Jeremy's sandbox to Spring 2.0-M5 level

2006-06-08 Thread Raymond Feng
container.spring in Jeremy's sandbox to Spring 2.0-M5 level I think the patch got lost :) On 6/8/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Here's a patch to upgrade the container.spring to Spring 2.0-M5 level. Please review and apply. Thanks, Raymond

Question on the StAXElementLoader SPI in sandbox

2006-06-12 Thread Raymond Feng
Hi, Here's the StAXElementLoader definition in the sandbox code. public interface StAXElementLoaderT extends ModelObject { /** * Create the model object for an element in an XML stream. When this method returns the stream will be * positioned on the corresponding END_ELEMENT.

Re: UML diagrams and a draft PDF document for the sandbox core are uploaded to Tuscany Wiki

2006-06-12 Thread Raymond Feng
- thanks a bunch! On Jun 7, 2006, at 10:19 AM, Raymond Feng wrote: Hi, Jim. The UML diagrams on the wiki page (http://wiki.apache.org/ws/ Tuscany/TuscanyJava/SandboxCore) are now updated to reflect your changes. Thanks, Raymond - Original Message - From: Jim Marino [EMAIL PROTECTED

Re: SkittleViewer any interest?

2006-06-12 Thread Raymond Feng
This is interesting. I assume it is an assembly diagram viewer, right? It's nice to visualize the SCA module (or composite). Thanks, Raymond - Original Message - From: cr22rc [EMAIL PROTECTED] To: tuscdev tuscany-dev@ws.apache.org Sent: Monday, June 12, 2006 11:34 AM Subject:

ApacheCon US 2006 is calling for papers

2006-06-12 Thread Raymond Feng
Hi, ApacheCon US 2006 (Oct 9-13, Austin, TX, US) is calling for papers. Its deadline is June 28. http://www.us.apachecon.com/ Should we coordinate what/who to present? Thanks, Raymond

Re: [PATCH] Additional patch for Tuscany-118

2006-06-12 Thread Raymond Feng
Hi, Frank. Do you plan to apply the patch soon? I have more coming on top of this. Do you prefer to accept the incremental patches or should I create a new one containing all the changes? Thanks, Raymond - Original Message - From: Raymond Feng To: tuscany-dev@ws.apache.org

Question about XSD substitution support in SDO2

2006-06-13 Thread Raymond Feng
Hi, Taking the SCA 0.9 XSDs as an example, the implementation.java can substitute implementation. element name=implementation type=sca:Implementation/ complexType name=Implementation/ element name=implementation.java type=sca:JavaImplementation substitutionGroup=sca:implementation/

Re: Question about XSD substitution support in SDO2

2006-06-13 Thread Raymond Feng
I did some investigation on the EMF implementation and it seems that I need to test if the property is transient (in EMF term). Do we have the same capability in SDO? Thanks, Raymond - Original Message - From: Raymond Feng [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent

Re: Question about XSD substitution support in SDO2

2006-06-14 Thread Raymond Feng
- Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, June 14, 2006 6:23 AM Subject: Re: Question about XSD substitution support in SDO2 Raymond Feng wrote: I did some investigation on the EMF implementation and it seems that I need

Re: Question about XSD substitution support in SDO2

2006-06-14 Thread Raymond Feng
substitution support in SDO2 On 6/14/06, Raymond Feng [EMAIL PROTECTED] wrote: By the SDO spec, the component Type (which owns the implementation substitution group) is open and there will be two properties: implementation: normal property in Type.getProperties() list implementation.java: dynamic

Abstract submitted to ICSOC, you are invited to contribute to the final paper

2006-06-19 Thread Raymond Feng
Hi, I submitted an abstract to 4th International Conference on Service Oriented Computing (Chicago, USA, December 4-7, 2006, http://icsoc.org/). I would like to invite you to join me on the paper to make it a community effort. Please let me know if you're interested. We need to have the full

Re: [jira] Commented: (TUSCANY-487) Java 5.0 dependency in StAX2SAXAdapter.java

2006-06-21 Thread Raymond Feng
Hi, Even the assert won't be an issue, there are more things to check. I have one case at least. Now we have references to javax.xml.stream.XMLStreamReader which depends on javax.xml.namespace.NamespaceContext from JSE 5.0. I guess the best approach is to spin the StAX feature off as a

Re: Tuscany SPI interfaces

2006-06-21 Thread Raymond Feng
Hi, I guess one of the concerns is that some of the base classes create additional contracts which are not captured by the interfaces. It ends up that the extension developers have to understand more. Let's use the StAXElementLoader and LoaderExtension as an example. Interface

Re: Tuscany SPI interfaces

2006-06-21 Thread Raymond Feng
by wildcards against QNames Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, June 21, 2006 3:03 PM Subject: Re: Tuscany SPI interfaces Raymond Feng wrote: Hi, I guess one of the concerns is that some

Re: [PATCH] More improvements to SDO/StAX support

2006-06-21 Thread Raymond Feng
{ -throw new XMLStreamException(); -} +realReader.close(); } public int next() throws XMLStreamException { -prevState = state; int returnEvent = -1; switch (state) { -// Commented out by Raymond Feng. It's a bug in the Axis2 code

Re: Tuscany SPI interfaces

2006-06-21 Thread Raymond Feng
Hi, I have made some progress here. 1) Started to implement a very simple TCP/IP socket binding 2) Prototyped the databinding framework which can be used to hook with Tuscany message handler/interceptor. (please see my previous note). Thanks, Raymond - Original Message - From:

Re: [jira] Updated: (TUSCANY-120) Axis2 WS binding support for entryPoint without pre-existing WSDL

2006-06-22 Thread Raymond Feng
/jira/browse/TUSCANY-120 Project: Tuscany Type: Bug Components: Java SCA Axis Binding Versions: Java-Mx Reporter: ant elder Assignee: Raymond Feng Fix For: Java-Mx Attachments: java2wsdl-codegen.zip, xsdgen.zip Where the entryPoint doesn't use interface.wsdl

Re: [PATCH] Upgrade container.spring in Jeremy's sandbox to Spring 2.0-M5 level

2006-06-26 Thread Raymond Feng
A gentle reminder: Is anyone looking into the patch? I just tried it with Spring 2.0 RC1 and here's a new one updated to 2.0 RC1 level. Thanks, Raymond - Original Message - From: Raymond Feng [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, June 08, 2006 5:53 PM

Question about ReferenceExtension base class

2006-06-26 Thread Raymond Feng
1) The ReferenceExtension has addtional setXXX(...) methods which are not required by the Reference interface. What are the usages? Are these just helper methods for subclasses to access the protected fields? If so, the modifiers should be protected, right? 2) Are the extension developers

Question on java generics

2006-06-27 Thread Raymond Feng
Generics gurus, Assuming I have the following class: public class TestT { ... } 1) Is there a way to get the Class object for T in class Test? I know T.class is illegal. 2) Can I create the an instance of Test using a Class object myClass. I know new TestmyClass is not valid. Thanks, Raymond

Re: Status of databinding module in sandbox and DataMediation

2006-06-28 Thread Raymond Feng
Hi, Do you think if my prototype can be used as a seed to flush out a good data mediation story? If so, does it make sense that somebody commits it into the sandbox to get more people involved? I'll update the wiki page as I add more things. Thanks, Raymond - Original Message -

Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Raymond Feng
, such as content-based routing, data transformation etc. Cheers, Jervis -Original Message- From: Raymond Feng [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 12:37 AM To: tuscany-dev@ws.apache.org Subject: Re: Status of databinding module in sandbox and DataMediation Hi, Do you think if my

Re: Status of databinding module in sandbox and DataMediation

2006-06-29 Thread Raymond Feng
, June 28, 2006 10:23 PM Subject: Re: Status of databinding module in sandbox and DataMediation Hi Raymond, I think this would be really good to get it into the sandbox. Can you point me to the latest patch and we'll get it in ASAP? Jim On Jun 28, 2006, at 9:36 AM, Raymond Feng wrote: Hi

[PATCH] Need to upgrade maven surefire plugin to version 2.2

2006-07-01 Thread Raymond Feng
Hi, I hit a bug in surefire plugin: http://jira.codehaus.org/browse/MSUREFIRE-81. The issue was intiailly reported by Dan. :-) Here's the patch for the pom.xml. Please review and apply. Thanks, Raymond Index: pom.xml === ---

Re: Do we plan to move to JUnit 4.1?

2006-07-05 Thread Raymond Feng
, 2006 6:10 PM Subject: Re: Do we plan to move to JUnit 4.1? On Jul 5, 2006, at 5:05 PM, Raymond Feng wrote: I'm wondering if we plan to move to JUnit 4.1? I see more flexibilities and simplicities offered by JUnit 4.x. Now I can also use the wizards from Eclipse 3.2 to take advantage

Re: Do we plan to move to JUnit 4.1?

2006-07-05 Thread Raymond Feng
, Raymond Feng [EMAIL PROTECTED] wrote: Hmm, it seems that Surefire plugin 2.2 doesn't support JUnit 4.x yet. Here's the JIRA issue for the topic: http://jira.codehaus.org/browse/SUREFIRE-31 Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev

Re: Raymond's data transformation framework checked in for core2

2006-07-06 Thread Raymond Feng
Hi, Jim. Thank you for checking them into the sandbox. Here's a patch enabling the build and test for all the projects. I found out the Sun's jaxb-impl 2.0.1 has an incorrect dependency to jaxb-api 2.0.1 which doesn't exist. I downgraded it to jaxb-impl 2.0. I'll post a list of features and

Re: Databinding patch r420514

2006-07-10 Thread Raymond Feng
Hi, Jim. 1) The Castor code-gen works fine in my environment (Windows XP w/ IBM JDK 5). I guess the Castor code references Apache Xerces explicitly and it happens my JDK bundles Xerces while yous doesn't. If it's the case, we may have to add Apache Xerces to the dependency list. 2) Now we

Re: ApacheCon EU - Tuscany related blog posts

2006-07-10 Thread Raymond Feng
Hi, I suggest that we maintain a list of related blogs/articles commenting on SCA/Tuscany (@wiki?). The following links together with Luciano's post can be a starting point. Thanks, Raymond SCA http://www.davidchappell.com/blog/2006/04/why-service-component-architecture-is

Cannot build runtime/standalone in sandbox

2006-07-10 Thread Raymond Feng
I have trouble building runtime/standalone in the sandbox (please see the information below), even after removing the local maven repository. Does anybody run into this issue? Thanks, Raymond C:\Tuscany\Apache\sandbox\jboynes\sca\runtime\standalonemvn [INFO] Scanning for projects... [INFO]

Clickable SCA Composite Diagram

2006-07-10 Thread Raymond Feng
Hi, Here's a draft clickable diagram to illustrate the concepts for SCA composite. Multiple areas are defined with hyperlinks on the image. Please give a try to see if it's what we want on the web site. Thanks, Raymond -

Re: Clickable SCA Composite Diagram

2006-07-10 Thread Raymond Feng
- Original Message - From: haleh mahbod [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, July 10, 2006 6:05 PM Subject: Re: Clickable SCA Composite Diagram where is it? On 7/10/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Here's a draft clickable diagram to illustrate

Build problem: dependency to org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0.1-SNAPSHOT cannot be resolved

2006-07-11 Thread Raymond Feng
Hi, We have the following dependency in jboynes/sca/pom.xml dependency groupIdorg.apache.geronimo.specs/groupId artifactIdgeronimo-commonj_1.1_spec/artifactId version1.0.1-SNAPSHOT/version scopeprovided/scope

Re: best way to handle mixed content?

2006-07-11 Thread Raymond Feng
The mixed content can be accessed using SDO Sequence (property/value pairs). I observed that for pure text, the corresponding property is null. Thanks, Raymond - Original Message - From: Paul Tomsic [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, July 11, 2006 10:57 AM

Re: Build problems

2006-07-11 Thread Raymond Feng
of goes due to problems with downloads and plugins. Please let me know if there are still issues. -- Jeremy On Jul 11, 2006, at 10:51 AM, Raymond Feng wrote: Hi, We have the following dependency in jboynes/sca/pom.xml dependency groupIdorg.apache.geronimo.specs/groupId

Re: Chianti, was: Rules for Revolutionaries [was: M2]

2006-07-11 Thread Raymond Feng
Sometimes the respository is not very stable and you'll see the issues once a while. Retry helps most of the time. Thanks, Raymond - Original Message - From: Meeraj Kunnumpurath [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, July 11, 2006 5:21 PM Subject: RE: Chianti,

Re: SDO support for Java2WSDL

2006-07-12 Thread Raymond Feng
Hi, Do we want to fully disable the XSD generation from a SDO Type initially loaded from XSD? My impression of the spec is that you can still use XSDHelper.generate(Type) but the result could be different than the orginal XSD (XSD1 -- SDO Type -- XSD2). Maybe for Java2WSDL, we should have an

Re: [PATCH] Re: JAXB databinding - problem with test code leaking into output jar

2006-07-12 Thread Raymond Feng
, July 12, 2006 6:26 AM Subject: Re: [PATCH] Re: JAXB databinding - problem with test code leaking into output jar On Jul 11, 2006, at 11:18 PM, Raymond Feng wrote: Hi, Here's the patch to fix this problem. I'll adjust for other projects later on. Thanks Raymond, worked like a charm

Re: Commonality between Axis and Celtix bindings

2006-07-13 Thread Raymond Feng
I think it's a good idea to provide a common base for binding.ws. Maybe later on somebody can contribute a XFire or ActiveSOAP implementation. Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, July 13, 2006 8:24 AM

  1   2   3   4   5   6   7   8   9   10   >