Re: Sandbox build broken

2006-06-27 Thread Jeremy Boynes
On 6/26/06, Kenneth Tam [EMAIL PROTECTED] wrote: The sandbox build is broken right now (looks like issues around switching to a sandbox version of the spec project). Rather than risk adding to the confusion with another couple of checkins that I can't validate, I'm going to hold off until this

Re: Creating multiple / smaller SPI projects

2006-06-27 Thread Jim Marino
On Jun 26, 2006, at 4:20 PM, Jeremy Boynes wrote: On 6/26/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Here are a few thoughts and questions on our SPI story. I'd like to start a discussion on these items and get your thoughts. Cool. My first thought is that what you're describing

Re: SCA in OSGi - was SCA Spec Update and Recursive Core presentation

2006-06-27 Thread Jim Marino
Yea that was my bad. Jeremy just cleaned it up so if you can sync that would work better. I imagine you are going to run into many sharp objects but since you mountain bike I imagine you're used to it :-). What is in the OSGi project is really bare bones. Jeremy and Rick are having an

Re: Making invokers/interceptors actual components

2006-06-27 Thread Jim Marino
On Jun 26, 2006, at 5:10 PM, Jean-Sebastien Delfino wrote: I'm looking at the Invoker/interceptor contribution mechanism and I'd like to propose to make them actual components. Currently an interceptor is not a component, it's an object added to an invocation chain by a Builder component.

Re: Sandbox build broken

2006-06-27 Thread Jeremy Boynes
On 6/26/06, Jeremy Boynes [EMAIL PROTECTED] wrote: I've disabled the checkstyle stuff for now - I will be adding it back in soon. It's now back in as part of a sourcecheck profile $ mvn -Psourcecheck -- Jeremy - To

Re: Dynamic change for SDO Types

2006-06-27 Thread Edward Slattery
I can speak for the Tuscany C++ implementation. In this version the data factory keeps a record of all types and their properties. When the first data object is created, the metadata becomes read-only, and properties can no longer be added to types. The only way to add dynamic content to a type

[jira] Updated: (TUSCANY-471) Crash when 2 WS EntryPoint services with different System Root paths are accessed

2006-06-27 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-471?page=all ] Andrew Borley updated TUSCANY-471: -- Attachment: TUSCANY-471.patch This patch uses a singleton pattern to keep a single EntryPointProxy object (containing a single TuscanyRuntime object).

[jira] Commented: (TUSCANY-484) Attribute groups only working if defined in the default namespace

2006-06-27 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-484?page=comments#action_12417989 ] Pete Robbins commented on TUSCANY-484: -- This is caused by the schema parser treating the nam= attribute as a qname when it is not. Patch: Index:

Re: [jira] Updated: (TUSCANY-471) Crash when 2 WS EntryPoint services with different System Root paths are accessed

2006-06-27 Thread Pete Robbins
Sounds good. I'll give it a go. On 27/06/06, Andrew Borley (JIRA) tuscany-dev@ws.apache.org wrote: [ http://issues.apache.org/jira/browse/TUSCANY-471?page=all ] Andrew Borley updated TUSCANY-471: -- Attachment: TUSCANY-471.patch This patch uses a

Re: [jira] Updated: (TUSCANY-471) Crash when 2 WS EntryPoint services with different System Root paths are accessed

2006-06-27 Thread Pete Robbins
Works a treat. Patch is checked in. Thanks On 27/06/06, Pete Robbins [EMAIL PROTECTED] wrote: Sounds good. I'll give it a go. On 27/06/06, Andrew Borley (JIRA) tuscany-dev@ws.apache.org wrote: [ http://issues.apache.org/jira/browse/TUSCANY-471?page=all ] Andrew Borley updated

[jira] Created: (TUSCANY-498) FAQ entry: MSVC 7 tries to generate stubs for WSDL files

2006-06-27 Thread Simon Laws (JIRA)
FAQ entry: MSVC 7 tries to generate stubs for WSDL files Key: TUSCANY-498 URL: http://issues.apache.org/jira/browse/TUSCANY-498 Project: Tuscany Type: Improvement Components: C++ SCA Versions:

[jira] Created: (TUSCANY-499) FAQ entry or better error message: Missing DLLs cause

2006-06-27 Thread Simon Laws (JIRA)
FAQ entry or better error message: Missing DLLs cause -- Key: TUSCANY-499 URL: http://issues.apache.org/jira/browse/TUSCANY-499 Project: Tuscany Type: Improvement Components: C++ SCA Environment: Windows XP

[jira] Created: (TUSCANY-501) Crash on SDOTypeNotFound exception

2006-06-27 Thread Simon Laws (JIRA)
Crash on SDOTypeNotFound exception -- Key: TUSCANY-501 URL: http://issues.apache.org/jira/browse/TUSCANY-501 Project: Tuscany Type: Bug Components: C++ SCA Versions: Cpp-current Environment: Windows XP Reporter:

[jira] Created: (TUSCANY-500) Failure on use of croncrete complex types in WSDL

2006-06-27 Thread Simon Laws (JIRA)
Failure on use of croncrete complex types in WSDL -- Key: TUSCANY-500 URL: http://issues.apache.org/jira/browse/TUSCANY-500 Project: Tuscany Type: Bug Components: C++ SCA Versions: Cpp-current

[C++] SCA usability

2006-06-27 Thread Simon Laws
I've spent a little time playing with the C++ SCA implementation. I want to replay my understanding to see if it is correct. When constructing a service that will have a web service binding you have to provide a number of things including myservice.h to define the class that is the service

[jira] Created: (TUSCANY-502) Regression with test using java.util.Date

2006-06-27 Thread Kevin Williams (JIRA)
Regression with test using java.util.Date - Key: TUSCANY-502 URL: http://issues.apache.org/jira/browse/TUSCANY-502 Project: Tuscany Type: Bug Components: Java SDO Implementation Versions: Java-Mx Reporter:

Re: Java SDO Date exception?

2006-06-27 Thread Kevin Williams
I pulled the latest from the repository and the DAS test suite fails for me too with the same exception: java.lang.ClassCastException: The value of type 'class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar' must be of type 'class java.util.Date' This appears to be an SDO

Re: Java SDO Date exception?

2006-06-27 Thread Simon Laws
OK, thanks Kevin. Have to admit that I haven't got round to trying what Fuhwei Lwo suggested. S On 6/27/06, Kevin Williams [EMAIL PROTECTED] wrote: I pulled the latest from the repository and the DAS test suite fails for me too with the same exception: java.lang.ClassCastException: The

Re: [jira] Created: (TUSCANY-502) Regression with test using java.util.Date

2006-06-27 Thread Fuhwei Lwo
Kevin, Can you assign this JIRA to me? I can take a look. Thanks. Fuhwei Lwo Kevin Williams (JIRA) tuscany-dev@ws.apache.org wrote: Regression with test using java.util.Date - Key: TUSCANY-502 URL:

[jira] Resolved: (TUSCANY-502) Regression with test using java.util.Date

2006-06-27 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-502?page=all ] Frank Budinsky resolved TUSCANY-502: Resolution: Fixed Fixed in revision 417496. Regression with test using java.util.Date -

Re: [C++] SCA usability

2006-06-27 Thread Pete Robbins
On 27/06/06, Simon Laws [EMAIL PROTECTED] wrote: I've spent a little time playing with the C++ SCA implementation. I want to replay my understanding to see if it is correct. When constructing a service that will have a web service binding you have to provide a number of things including

Re: Java SDO Date exception?

2006-06-27 Thread Frank Budinsky
Simon, I just commited the fix for TUSCANY-502 and (likely) your problem. Please let me know if your test is still not working with the latest. Thanks, Frank. Simon Laws [EMAIL PROTECTED] wrote on 06/27/2006 11:46:33 AM: OK, thanks Kevin. Have to admit that I haven't got round to trying what

Re: [C++] SCA usability

2006-06-27 Thread Edward Slattery
Having been working on the Windows build today, I agree with your summary. There might even be problems to less new users. My saviours this afternoon hav been: 1) Running the axis http server in the debugger - loading the extra sca_ws dll and setting breakpoints. 2) Checking very very carefully

Tuscany and Axis2

2006-06-27 Thread Permaine Cheung
Hi, How can I build and run Tuscany with Axis2 only for webservices? Thanks, Permaine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: C++ M1 test distro

2006-06-27 Thread Rick
Was wondering if the download package names should have something that distinguishes between cpp and java? tuscany-cpp-sca-0.1.incubating-M1.tar.gz http://people.apache.org/%7Erobbinspg/tuscany_sca-0.1.incubating-M1.tar.gz ? We didn't do it for java but it is nice when you download both to

[jira] Commented: (TUSCANY-477) SDO runtime should report unresolved types in a meaningful way if xsd:import/include cannot be resolved

2006-06-27 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-477?page=comments#action_12418100 ] Frank Budinsky commented on TUSCANY-477: Yang, the adjusted code you show isn't really the proper way to do it. The problem with the original code is that the

Re: Tuscany and Axis2

2006-06-27 Thread Jean-Sebastien Delfino
Permaine Cheung wrote: Hi, How can I build and run Tuscany with Axis2 only for webservices? Thanks, Permaine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Our binary

Re: XMLHelper(SDOUtil for the time being).getSubstitutionValues review

2006-06-27 Thread Yang ZHONG
The eMail thread of Question about XSD substitution support in SDO2 ( http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg04167.html) has the context. The proposed feature adding under reviewing is for SDO2 to support XSD substitution better. -- Yang ZHONG

Re: DAS Needs a new parameter marker (T-406)

2006-06-27 Thread Kevin Williams
I believe it is best for the DAS to not manipulate the provided SQL and also to require that clients provide SQL that conforms to the standard. I would like to remove support for named parameters if there is no objection. Thanks, --Kevin Kevin Williams wrote: The problem is that our marker

[C++] M1 test distro - sample compile issue

2006-06-27 Thread Rick
I down loaded the binary distro unpacked it downloaded Axis2C too and unpacked but didn't do anything else with it. Went in to samples and ran ./configure which looked ok. Then ran make and below is my output which doesn't look right. Running Fedora Core 4 make all-recursive make[1]: Entering

[jira] Created: (TUSCANY-503) XSD substitution support in SDO2

2006-06-27 Thread Yang ZHONG (JIRA)
XSD substitution support in SDO2 Key: TUSCANY-503 URL: http://issues.apache.org/jira/browse/TUSCANY-503 Project: Tuscany Type: New Feature Components: Java SDO Implementation Environment: Java Reporter: Yang ZHONG

[jira] Commented: (TUSCANY-503) XSD substitution support in SDO2

2006-06-27 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-503?page=comments#action_12418135 ] Yang ZHONG commented on TUSCANY-503: Raymond Feng Tue, 13 Jun 2006 16:43:09 -0700 Hi, Taking the SCA 0.9 XSDs as an example, the implementation.java can substitute

Re: XMLHelper(SDOUtil for the time being).getSubstitutionValues review

2006-06-27 Thread Yang ZHONG
JIRA issue TUSCANY-503 has been created to track the XSD substitution support in SDO2: http://issues.apache.org/jira/browse/TUSCANY-503 -- Yang ZHONG

[jira] Commented: (TUSCANY-503) XSD substitution support in SDO2

2006-06-27 Thread Yang ZHONG (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-503?page=comments#action_12418137 ] Yang ZHONG commented on TUSCANY-503: Frank and I propose adding this new method into XMLHelper API to support XSD substitution in SDO2: /** * Gets the Sequence

[jira] Assigned: (TUSCANY-433) User provided CUD with partial update results in NPE

2006-06-27 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-433?page=all ] Kevin Williams reassigned TUSCANY-433: -- Assign To: Kevin Williams Waiting for patch from Darius User provided CUD with partial update results in NPE

[jira] Created: (TUSCANY-504) Ability to find out if a property is required or not

2006-06-27 Thread Suraksha Vidyarthi (JIRA)
Ability to find out if a property is required or not Key: TUSCANY-504 URL: http://issues.apache.org/jira/browse/TUSCANY-504 Project: Tuscany Type: Bug Components: Java SDO Implementation Versions: Java-M1

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: Question on java generics

2006-06-27 Thread Yang ZHONG
1) No. T is erasable. 2) If myClass is a class or generic type, you should be able to new TestmyClass. On the other hand, if myClass is a pointer/variable, no you can't new TestmyClass On 6/27/06, Raymond Feng [EMAIL PROTECTED] wrote: Generics gurus, Assuming I have the following class:

Re: Any recursive composition sample?

2006-06-27 Thread Jim Marino
Thanks for volunteering! The Spring container that Ken is working on will demonstrate how composites function. However, just to be accurate, we do not have *any* samples in core2 yet - it's not just a question about recursion. If people want to develop them and help out that would be

Re: Tuscany SPI interfaces

2006-06-27 Thread Jim Marino
Why do you need to implement an interface as opposed to extend an abstract class when most of the methods are simple getters/setter pairs? This is a very common pattern in found in Servlets, Struts, WebWork, Srping and Hibernate, to name just a few. It allows people to progressively buy