Re: [VOTE] Release updated parent pom and buildtools

2007-02-22 Thread Raymond Feng
Hi, The parent pom references checkstyle and PMD plugins. Should we set them to the latest released versions instead of SNAPSHOTs? Everything else looks good to me. Thanks, Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 21, 200

Re: Help updating a standalone sample application with includes to run on current kernel

2007-02-22 Thread Jim Marino
I think there may be a couple of issues here. Samples should demonstrate something that works properly and this type of check should be done as a unit test (although the iTest plugin is cool :-) ). For a examples of how to use the standalone runtime, I would start with Calculator and Loan

[jira] Commented: (TUSCANY-981) Capability to Remove / Undeploy Applications from Tuscany

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475260 ] Jean-Sebastien Delfino commented on TUSCANY-981: I'm going to start looking into this patch. At firs

[jira] Assigned: (TUSCANY-981) Capability to Remove / Undeploy Applications from Tuscany

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-981: -- Assignee: Jean-Sebastien Delfino (was: Rick Rineholt) > Capability to

[jira] Updated: (TUSCANY-982) WSDL Definitions need to be unregistered from Registry

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-982: --- Fix Version/s: Java-SCA-integration Affects Version/s: Java-SCA-integ

[jira] Updated: (TUSCANY-983) Schema Definitions need to be unregistered from Registry

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-983: --- Fix Version/s: Java-SCA-integration Affects Version/s: Java-SCA-integ

[jira] Assigned: (TUSCANY-983) Schema Definitions need to be unregistered from Registry

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-983: -- Assignee: Jean-Sebastien Delfino > Schema Definitions need to be unreg

[jira] Commented: (TUSCANY-983) Schema Definitions need to be unregistered from Registry

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475259 ] Jean-Sebastien Delfino commented on TUSCANY-983: I'm going to start to look at this issue and more g

[jira] Commented: (TUSCANY-982) WSDL Definitions need to be unregistered from Registry

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475257 ] Jean-Sebastien Delfino commented on TUSCANY-982: I'm going to start to look at this issue and more g

[jira] Assigned: (TUSCANY-982) WSDL Definitions need to be unregistered from Registry

2007-02-22 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-982: -- Assignee: Jean-Sebastien Delfino > WSDL Definitions need to be unregis

[jira] Commented: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475247 ] Frank Budinsky commented on TUSCANY-1130: - Hasan, I have 2 concerns with this fix: 1) The performance - i

[jira] Resolved: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1093. - Resolution: Fixed > isSet returning false when boolean set to false, or int set to 0 >

[jira] Commented: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475242 ] Frank Budinsky commented on TUSCANY-1093: - Yang, 1) We need to override isUnsettable() in class Reference

WSDL2Java - something in Axis2 to watch for

2007-02-22 Thread Scott Kurz
I was running WSDL2Java against a recent pull of Axis2 (like a week ago), newer than 1.1.1 and was failing running WSDL2Java. Just thought I'd get this down on paper for whenever we are ready to make this move... Axis2 introduced a 'codegen' boolean in their service builder building the AxisSer

Re: [VOTE] Release updated parent pom and buildtools

2007-02-22 Thread Rick Rineholt
core and core_samples built. I assume this covers these artifacts functionality. so +1 Jeremy Boynes wrote: The parent pom and buildtools were recently updated and as these are used by all other modules I think we should formally release them. These are distributed through the maven repo rather

Re: Help updating a standalone sample application with includes to run on current kernel

2007-02-22 Thread Jeremy Boynes
I'm confused on "working" - doesn't this have duplicate names and hence should not run? I also struggle to see how this is a sample - what is this showing a user? Isn't this more of an itest and if so how about using the itest plugin? -- Jeremy On Feb 22, 2007, at 3:09 PM, Luciano Resende

Help updating a standalone sample application with includes to run on current kernel

2007-02-22 Thread Luciano Resende
I use to have an working application, that had the following scdl structure : default.scdl http://www.osoa.org/xmlns/sca/1.0"; name="HelloComposite"> hello1.scdl http://www.osoa.org/xmlns/sca/1.0"; name="Hello1"> HelloComponent Hello1 he

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475183 ] Frank Budinsky commented on TUSCANY-1132: - I think there should be an xsi:type on the root element: , or so

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475174 ] Fuhwei Lwo commented on TUSCANY-1132: - Frank, I narrowed it down this has nothing to do with xpath and whether

Re: [VOTE] Release updated parent pom and buildtools

2007-02-22 Thread Ignacio Silva-Lepe
Here's my +1 On 2/21/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: The parent pom and buildtools were recently updated and as these are used by all other modules I think we should formally release them. These are distributed through the maven repo rather than as a end- user distribution. Please

Re: [VOTE] Release updated parent pom and buildtools

2007-02-22 Thread Jim Marino
On Feb 21, 2007, at 6:34 PM, Jeremy Boynes wrote: The parent pom and buildtools were recently updated and as these are used by all other modules I think we should formally release them. These are distributed through the maven repo rather than as a end-user distribution. Please vote to appr

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475164 ] Frank Budinsky commented on TUSCANY-1132: - Fuhwei. 1) the writeDataObject(DataObject, ObjectOutput) metho

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475163 ] Fuhwei Lwo commented on TUSCANY-1132: - Frank, I think I may have misunderstood the serialization format mention

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475146 ] Fuhwei Lwo commented on TUSCANY-1132: - Let me try with some code. ByteArrayOutputStream bos = new ByteArrayOut

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475136 ] Frank Budinsky commented on TUSCANY-1132: - Thanks Fuhwei, but I still don't think I understand. What do you

Re: java2wsdl error

2007-02-22 Thread Yang ZHONG
The interface doesn't tell concrete metadata, therefore the best java2wsdl can do is to generate parameter type as xsd:anyType or SDO:DataObject. Is that desired? A common Use Case is, a Java parameter type MyType is mapped to a WSDL parameter type my:Type or my:TypeMessage defined in XSD/WSDL. A

Re: [DAS] Questions regarding some details of DAS features

2007-02-22 Thread Brent Daniel
Amita, It seems like it might be better to require qualification of the stored procedure. It's probably around the same amount of work for the user, but makes the config and das implementation simpler. Brent On 2/21/07, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: Hi Kevin, Thanks a lot for the

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475118 ] Fuhwei Lwo commented on TUSCANY-1132: - Frank, I think Kelvin meant detach the target dataobject from the tree,

Re: Native M3 release status

2007-02-22 Thread Pete Robbins
On 22/02/07, Pete Robbins <[EMAIL PROTECTED]> wrote: On 22/02/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Pete Robbins wrote: > > On 22/02/07, Andrew Borley <[EMAIL PROTECTED] > wrote: > >> > >> On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > >> > On 21/02/07, Andrew Borle

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475113 ] Frank Budinsky commented on TUSCANY-1132: - Can someone explain why even a "disconnect" is needed? What exac

[jira] Updated: (TUSCANY-1117) Updates to CTS test suite

2007-02-22 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Minshall updated TUSCANY-1117: - Attachment: tuscany117_patch3.zip This renames the TestUtil and grants ASF licence. Do

[jira] Commented: (TUSCANY-1117) Updates to CTS test suite

2007-02-22 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475106 ] Robbie Minshall commented on TUSCANY-1117: -- Core, extended, undereview : I think that this would probably

[jira] Commented: (TUSCANY-1117) Updates to CTS test suite

2007-02-22 Thread Dan Murphy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475092 ] Dan Murphy commented on TUSCANY-1117: - Hi Robbie, Sorry fro the delay... got tied up end of last week and was i

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475088 ] Kelvin Goodson commented on TUSCANY-1132: - Fuhwei, I don't think we want to be copying in order to serial

[jira] Updated: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-22 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasan Muhammad updated TUSCANY-1130: Attachment: 1130_final.patch Aaah.. I didnt like one or two tabs that were too far away i

[jira] Updated: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-22 Thread Hasan Muhammad (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasan Muhammad updated TUSCANY-1130: Attachment: 1130_new.patch Frank, I have attached a patch which basically overwrites the

Re: Native M3 release status

2007-02-22 Thread Simon Laws
On 2/22/07, Pete Robbins <[EMAIL PROTECTED]> wrote: On 22/02/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Pete Robbins wrote: > > On 22/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > >> > >> On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > >> > On 21/02/07, Andrew Borley <[E

Re: Java Kernel Release

2007-02-22 Thread Rick Rineholt
But if we have not done sufficient testing of the release that we feel confident that users won't have to immediately wait for a new "release" or go to snapshot what has it accomplished ? Jim Marino wrote: On Feb 22, 2007, at 7:49 AM, Rick Rineholt wrote: I was going with the scenario that

[jira] Created: (TUSCANY-1134) Getting started instructions for building samples

2007-02-22 Thread Glyn Normington (JIRA)
Getting started instructions for building samples - Key: TUSCANY-1134 URL: https://issues.apache.org/jira/browse/TUSCANY-1134 Project: Tuscany Issue Type: Improvement Components: Webs

Re: SDO CTS: TUSCANY-1117

2007-02-22 Thread Robbie Minshall
I intended to grant the licence. I am happy to leave it up there as is. If it is important to have the attachment with the ASF granted licence checked will upload it again and grant the licence. On 2/21/07, Geoffrey Winn <[EMAIL PROTECTED]> wrote: I'll take a look at this. Can I just chec

Re: Java Kernel Release

2007-02-22 Thread Jim Marino
On Feb 22, 2007, at 7:49 AM, Rick Rineholt wrote: I was going with the scenario that the release was out. Given that unlike past releases we've done where we had major number of bindings running and samples running to give a level of confidence that there was a fair amount that could be

Re: Native M3 release status

2007-02-22 Thread Pete Robbins
On 22/02/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Pete Robbins wrote: > On 22/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: >> >> On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: >> > On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: >> > > On 2/21/07, Pete Robbins <[EMAIL

[jira] Commented: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-02-22 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475066 ] Frank Budinsky commented on TUSCANY-1130: - Hasan, why don't you start by figuring out exactly what shared m

Re: Native M3 release status

2007-02-22 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 22/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrot

Re: Native M3 release status

2007-02-22 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 21/02/07, Pete Robbins <[EMAIL PROTECTED]> wrote: The Rest binding builds on Mac but is crashing when the SCARuntime loads the extension which tries to register the reference binding extension. I'll investigate that next. The Rest binding is crashing because of the

Re: Java Kernel Release

2007-02-22 Thread Rick Rineholt
I was going with the scenario that the release was out. Given that unlike past releases we've done where we had major number of bindings running and samples running to give a level of confidence that there was a fair amount that could be done with the release code that wouldn't require updat

[jira] Commented: (TUSCANY-1132) SDO Java serialization/deserialization throws an exception when the serialized data object is not the root and its container is of AnyTypeDataObject

2007-02-22 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475050 ] Fuhwei Lwo commented on TUSCANY-1132: - I found out the problem was caused by the HelperProviderImpl.writeDataOb

Re: Remove pom in tuscany/java

2007-02-22 Thread Rick Rineholt
Maybe I missed it, but is this documented today how to do this? What modules to build for the kernel? For extensions? I recall I started to help on a wiki page but can't seem to locate it now. I think I stopped since even I got a bit confused on it. Can I ask where this is? And is it curren

[jira] Commented: (TUSCANY-1129) Multiple Inheritance Broken In Generator Templates

2007-02-22 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475046 ] Kelvin Goodson commented on TUSCANY-1129: - Capturing a detail here: the javajet file for factories curren

Re: Java Kernel Release

2007-02-22 Thread Jim Marino
On Feb 22, 2007, at 6:47 AM, Rick Rineholt wrote: Jim Marino wrote: On Feb 22, 2007, at 4:40 AM, Rick Rineholt wrote: I didn't see any mention what bindings are supported or have been tested with this kernel release. In past we had several web services, RMI all validating that the kernel

Re: Java Kernel Release

2007-02-22 Thread Rick Rineholt
Jim Marino wrote: On Feb 22, 2007, at 4:40 AM, Rick Rineholt wrote: I didn't see any mention what bindings are supported or have been tested with this kernel release. In past we had several web services, RMI all validating that the kernel and the SPIs. We also had several implementation sup

Re: [C++] SCA PHP Extension patches

2007-02-22 Thread Simon Laws
On 2/22/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > Thanks. The apache mailing list seems sensitive to attachments. The > Jira is the right place for it anyway. > > Cheers, > > On 21/02/07, Caroline Maynard <[EMAIL PROTECTED] > wrote: > > I

[Native] PHP Client for Alert Sample

2007-02-22 Thread Simon Laws
I just checked in a PHP SCA client for the AlertAggregator sample ( http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/). It uses the PHP SCA implementation but doesn't use any of the PHP Extension functionality we are putting into the Native runtime i

Re: Native M3 release status

2007-02-22 Thread Pete Robbins
On 22/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > > > > > On

Re: Making changes to the bindingsTest integration tests

2007-02-22 Thread Dan Murphy
Sorry Sebastien, I was meaning databindings not bindings... ignore my "was going to write some..." comment - although still interested in your thoughts on databinding-test On 22/02/07, Dan Murphy <[EMAIL PROTECTED]> wrote: Actually, looking at the recent changes to the pom files... it seems lik

Re: Java Kernel Release

2007-02-22 Thread Jim Marino
On Feb 22, 2007, at 4:40 AM, Rick Rineholt wrote: I didn't see any mention what bindings are supported or have been tested with this kernel release. In past we had several web services, RMI all validating that the kernel and the SPIs. We also had several implementation supported Java scri

Re: Java Kernel Release

2007-02-22 Thread Rick Rineholt
I didn't see any mention what bindings are supported or have been tested with this kernel release. In past we had several web services, RMI all validating that the kernel and the SPIs. We also had several implementation supported Java script, Ruby. It was my experience that these really flesh

Re: Making changes to the bindingsTest integration tests

2007-02-22 Thread Dan Murphy
Actually, looking at the recent changes to the pom files... it seems like the unit tests aren't of any concern, so I'll stop looking at these unless anyone thinks otherwise On 22/02/07, Dan Murphy <[EMAIL PROTECTED]> wrote: HI Sebastien, Although not working on the bindingsTest currently, I wa

Re: Making changes to the bindingsTest integration tests

2007-02-22 Thread Dan Murphy
HI Sebastien, Although not working on the bindingsTest currently, I was planning to add some more test cases once I figured out why (and hopefully fixed) org.apache.tuscany.databinding.TransformationTestCase.testTransformation1which is failing since the SDO Implementation snapshot got updated...

Re: [C++] Binding/Language Extensions - packaging

2007-02-22 Thread Pete Robbins
On 30/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 30/11/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > On 11/30/06, Pete Robbins <[EMAIL PROTECTED] > wrote: > >> > >> On 30/11/06, Simon Laws <[EMAIL PROTECTED]> wrote: > >> > > >> > On 11/30/06, Pete Robb

Re: Native M3 release status

2007-02-22 Thread Andrew Borley
On 2/22/07, Pete Robbins <[EMAIL PROTECTED]> wrote: On 21/02/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > The Rest binding builds on Mac but is crashing when the SCARuntime loads > the extension which tries to register the reference binding extension. I'll > investigate that next. > > The R

Re: Native M3 release status

2007-02-22 Thread Andrew Borley
On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > On 21/02/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > > > On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: > > > > I now h

Re: Native M3 release status

2007-02-22 Thread Pete Robbins
On 21/02/07, Pete Robbins <[EMAIL PROTECTED]> wrote: The Rest binding builds on Mac but is crashing when the SCARuntime loads the extension which tries to register the reference binding extension. I'll investigate that next. The Rest binding is crashing because of the way TuscanyRuntime loa

FW: [JXTA user] Bouncycastle export notice

2007-02-22 Thread Meeraj Kunnumpurath
-Original Message- From: Mike [bondolo] Duigou [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007 11:21 PM To: [EMAIL PROTECTED] Subject: Re: [JXTA user] Bouncycastle export notice Export notices for distributing JXTA including Bouncy Castle have been filed by a number of org

Re: [C++] SCA PHP Extension patches

2007-02-22 Thread Simon Laws
On 2/21/07, Pete Robbins <[EMAIL PROTECTED]> wrote: Thanks. The apache mailing list seems sensitive to attachments. The Jira is the right place for it anyway. Cheers, On 21/02/07, Caroline Maynard <[EMAIL PROTECTED]> wrote: > I had attached it to my post, and it appeared to get through OK for