Re: Looking for a place to post DAS M2 RC1

2006-10-01 Thread kelvin goodson
Hi Luciano, I'm happy to put it alongside SDO at http://people.apache.org/~kelvingoodson Regards, Kelvin. On 30/09/06, Luciano Resende [EMAIL PROTECTED] wrote: Hi All I have DAS M2 RC1 ready, and would like to see where I can post it for review ? How would I go about posting it for

Re: SDO M2 branch created

2006-10-01 Thread kelvin goodson
Jeremy, yes EMF 2.2.1 is available, and I was looking to sort that on Friday afternoon when I realised I had missed the samples from the distribution. This again reflects the fact that our sub project organisation is a bit awkward, However, I do recall a fairly extended mail exchange about how

Re: Queries related to Component Property Loading

2006-10-01 Thread Venkata Krishnan
Hi Raymond, Just to keep you updated. I am working on this and have been able to get the simple type property working. i.e. properties are loaded properly from scdl. Then I have made some changes to the JavaComponentBuilder to build from these loaded properties. Right now I am trying to see

Re: Queries related to Component Property Loading

2006-10-01 Thread Jim Marino
Hi Venkat, One thing I wanted to make sure about below... On Oct 1, 2006, at 10:27 AM, Venkata Krishnan wrote: Hi Raymond, Just to keep you updated. I am working on this and have been able to get the simple type property working. i.e. properties are loaded properly from scdl. Then I

[jira] Updated: (TUSCANY-761) Support the ability to unregister all the SDO Types in a namespace

2006-10-01 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-761?page=all ] Frank Budinsky updated TUSCANY-761: --- Component/s: Java SDO Implementation Support the ability to unregister all the SDO Types in a namespace

Re: SDO M2 branch created

2006-10-01 Thread kelvin goodson
FYI Jeremy and I had a chat on IRC and here is the outcome, which Jeremy is going to act on while I get some sleep spec/sdo stays where it is samples/sdo gets moved to sdo/samples ditto distribution/sdo the sdo source distribution is split into a spec archive and an implementastion archive

Re: SDO M2 branch created

2006-10-01 Thread Jeremy Boynes
Kelvin summarized the chat nicely but I'd like to add a little background. Cutting the branch for SDO was a little fiddly and if we're going to do this on a regular basis then the process should be simpler. We can script it, but scripting something that's fairly fragile is not going to

Interface mismatch between String[] and GenericArrayTypeImpl

2006-10-01 Thread Rick
When wiring the stock quote service for BB there is a mismatch on the input parameters for the operation getQuotes at org.apache.tuscany.core.wire.jdk.JDKOutboundInvocationHandler.init(org.apache.tuscany.spi.wire.OutboundWire, org.apache.tuscany.spi.component.WorkContext) line: 68 The

SDO distribution - include maven plugin?

2006-10-01 Thread Jeremy Boynes
I noticed that the sdo distribution includes the maven plugin. I don't think that's really needed as normally this would be downloaded by maven from a pluginRepository rather that taken from some other distribution. I'd suggest removing it. -- Jeremy

Re: Interface mismatch between String[] and GenericArrayTypeImpl

2006-10-01 Thread Raymond Feng
Hi, Rick. I think we have some issues to deal with java interfaces using generics. The current JavaInterfaceIntrospector tries to capture the generic types as the ServiceContract. For example, interface DummyInterfaceT, S extends Base { T doSometing(T arg1, S arg2); } T will be the type

Re: NoClassDefFoundError, apparently in Axis2

2006-10-01 Thread Raymond Feng
Hi, Ignacio. I think the helloworldwsclient callback test case is different than the business callback cases covered by the SCA spec. For bidirectional interfaces, the initiator of the callback is in the business logic (with the help of the container to inject the callback proxy based on

[C++] Subversion property configuration

2006-10-01 Thread Jean-Sebastien Delfino
Hi, A number of text files under sca/samples/ contained Windows eol Ctrl+M characters at the end of all lines (mostly in .composite, .componentType, .wsdl, .py, .php and .rb files). I fixed them and removed all the Ctrl+M characters. I think that these characters are there because some of

Re: [C++] Subversion property configuration

2006-10-01 Thread Luciano Resende
I recall a discussion about this topic : http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg06338.html Did we ever made a template configuration available somewhere (e.g Wiki) ? - Luciano On 10/1/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi, A number of text files under