[jira] Closed: (TUSCANY-884) Update JSON-RPC binding and sample to use Dojo Toolkit support SMD

2007-01-11 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-884. - Resolution: Fixed Has been applied. Good stuff Birt, thanks for the patch. Update JSON-RPC binding

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Pete Robbins
On 11/01/07, Adriano Crestani [EMAIL PROTECTED] wrote: Thanks Pete, I thought there would be an easier way to do this. But if you say so, I think it's the only way. Thanks again! That is what is in the spec. Maybe we could propose a bool Type::hasProperty(std::string propertyName); method

[jira] Closed: (TUSCANY-874) NPE occurs on binding.ws when JAXB data type gets involved in service

2007-01-11 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-874. - Resolution: Fixed NPE occurs on binding.ws when JAXB data type gets involved in service

[jira] Closed: (TUSCANY-737) Adding extensions to tuscany war pluging results in non - intialized webapp

2007-01-11 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-737. - Resolution: Fixed Fixed Adding extensions to tuscany war pluging results in non - intialized webapp

Re: Building, Running and Debugging SCA Standalone samples...

2007-01-11 Thread Dan Murphy
Seems like this could be a very useful this to have on the wiki... in line with a number of recent comments obviously isn't clear enough on existing pages... On 10/01/07, Luciano Resende [EMAIL PROTECTED] wrote: I have been thinking about writing something about this subject for a long time,

TUSCANY-1039 help

2007-01-11 Thread Rick
Looking at http://issues.apache.org/jira/browse/TUSCANY-1039 Right now for me the axis2 binding is not loading in a standalone because of this: There is a NoClassDefFoundError loading org.apache.tuscany.binding.axis2.Axis2BindingBuilder because it's not finding javax/servlet/Servlet. I know

[jira] Commented: (TUSCANY-1019) WSDL2Java should offer option to generate Java signature with non-wrapper style mapping from doc-lit-wrapped WSDL

2007-01-11 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463905 ] Scott Kurz commented on TUSCANY-1019: - Thanks for investigating. I'd assume you'd be able to use any

Re: Spec proposal for setting the current CompositeContext

2007-01-11 Thread Jeremy Boynes
I wasn't no - I was trying to keep it small and just address the issue with what's there in that there is no way to set the value. In Tuscany we added the SCA class but never proposed that to the spec group and in practice it is not working well. On the other hand, there are issues with

Re: Spec proposal for setting the current CompositeContext

2007-01-11 Thread scabooz
Yes. I don't think we'd need the get API anymore because your proposal (as I read the API) not only sets the context but also inits the context as current and returns it to the bootstrapping environment. I don't know what the environment would do with a get API since the set returns the same

Re: Latest code from tuscany cannot find repositories

2007-01-11 Thread kelvin goodson
Hasan, I'm sorry I dropped the ball with your enquiry. I have only just spotted your response when searching the mail archive. I am now seeing similar things for the woodstox dependency and I haven't got to the bottom of it yet. I notice that for all versions of woodstox at

[jira] Updated: (TUSCANY-909) Current Tuscany driver Spec API inconsistence with Spec 0.95

2007-01-11 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-909: --- Attachment: TUSCANY-909.patch Current Tuscany driver Spec API

[jira] Assigned: (TUSCANY-824) DataBinding: Is it a concern of Programming Model vs. Assembly?

2007-01-11 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-824: Assignee: Raymond Feng DataBinding: Is it a concern of Programming Model vs. Assembly?

Re: Latest code from tuscany cannot find repositories

2007-01-11 Thread kelvin goodson
I have now fixed the woodstox issue by changing the groupid and adding another repository to the sdo/impl/pom.xml. The repositories that were already listed and contained a woodstox jar did not have pom files. I haven't seen this with emf, but it sounds like the symptom you were experiencing.

[jira] Resolved: (TUSCANY-418) JavaScript components using E4X with service references

2007-01-11 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-418. -- Resolution: Fixed JavaScript components using E4X with service references

[jira] Assigned: (TUSCANY-437) StAX loader framework cannot handle xsi:type

2007-01-11 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-437: Assignee: Raymond Feng StAX loader framework cannot handle xsi:type

Re: CompositeContext method names

2007-01-11 Thread Raymond Feng
Hi, You first need to configure the ssh in user.home/.m2/settings.xml with the following content: ?xml version=1.0 encoding=UTF-8? settings servers server idapache.snapshots/id usernameyour_apache_id/username !-- Default value is ~/.ssh/id_dsa --

[Java SDO and SCA] repository pom files missing for woodstox and jaxen artifacts

2007-01-11 Thread kelvin goodson
I've just managed to fix one of these issues, where none of the repositories listed in our pom had pom files to accompany the woodstox distribution. I added http://repository.codehaus.org to the local sdo/impl/pom.xml (and incidentally updated the groupId at the same time) This allowed my

Re: [Java SDO and SCA] repository pom files missing for woodstox and jaxen artifacts

2007-01-11 Thread Raymond Feng
Hi, Kelvin. I just checked http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/ and I can see the POM files are there for various version. Thanks, Raymond - Original Message - From: kelvin goodson [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Thursday,

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Yang ZHONG
if(hasProperty) getProperty else is 2 trips, either which or try/catch seems a Programming Model which could be further simplified such as const Property _*_ getProperty (const std::string* propertyName) const or const Property _*_ getProperty (const QName propertyName) const On the other

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Adriano Crestani
I think it wouldn't be a good idea, because if you want to check if there is a property with the specified name using hasProperty method and later to get the property with getProperty(string) it would look for the property name twice in the property list, for example: if (hasProperty(ID)) { //

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Pete Robbins
The reason getProperty throws an exception is that it's a exceptional condition ;-) The expectation is that you KNOW the names of the properties on the SDO that you are dealing with. If not, then you would use getPropertyList or getInstanceProperties and iterate over the list. I'm assuming in

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Pete Robbins
Maybe the best solution would be to return a PropertyPtr (we do not like returning raw pointers to our internal data so this is better than Property* ... avoids lifetime of the Pointee problems): PropertyPtr x = myType-getProperty(ID); if (x) {

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Yang ZHONG
Agree, neither Property* nor Property tracks references. On 1/11/07, Pete Robbins [EMAIL PROTECTED] wrote: Maybe the best solution would be to return a PropertyPtr (we do not like returning raw pointers to our internal data so this is better than Property* ... avoids lifetime of the Pointee

[jira] Updated: (TUSCANY-1040) DAS C++

2007-01-11 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated TUSCANY-1040: -- Attachment: DAS_CPP_01_11_2007.zip DAS C++ --- Key:

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Pete Robbins
Just one more thought. It comes down to how often you think the property will not be found. returning a pointer (or even a re counting ptr object) requires the user to ALWAYS code an if (xxx) following the getProperty. This is why the API is as it is today so that the normal use case is simple

[jira] Created: (TUSCANY-1045) NPE caused by null Constructor Definition when using componentType side file

2007-01-11 Thread Lou Amodeo (JIRA)
NPE caused by null Constructor Definition when using componentType side file - Key: TUSCANY-1045 URL: https://issues.apache.org/jira/browse/TUSCANY-1045 Project: Tuscany

[jira] Updated: (TUSCANY-1045) NPE caused by null Constructor Definition when using componentType side file

2007-01-11 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lou Amodeo updated TUSCANY-1045: Attachment: test-CallBackCType.zip NPE caused by null Constructor Definition when using

[jira] Created: (TUSCANY-1046) NPEO

2007-01-11 Thread Lou Amodeo (JIRA)
NPEO Key: TUSCANY-1046 URL: https://issues.apache.org/jira/browse/TUSCANY-1046 Project: Tuscany Issue Type: Bug Components: Java SCA Integration Tests Reporter: Lou Amodeo -- This message is automatically

[jira] Updated: (TUSCANY-1046) NPE in MemoryStore.insertRecord() when @SCOPE(CONVERSATION)

2007-01-11 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lou Amodeo updated TUSCANY-1046: Description: r494421 test-CallBackSetCallbackConv - This test attempts to use

[jira] Updated: (TUSCANY-1047) Add Integration Test Cases for Callbacks and Conversations

2007-01-11 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lou Amodeo updated TUSCANY-1047: Attachment: CallBackandConversationITests.zip Add Integration Test Cases for Callbacks and

Re: SDO C++ doubts about Type.h

2007-01-11 Thread Adriano Crestani
OK, there is no problem to keep it as an exception. But it would be easier to code if it wasn't. I agree with leave it as an exception to explicity to mean that it's an EXCEPTION. I'm actually coding from DAS Java to DAS c++ and there is one part of the code that requires to check if exists a

Re: Anyone seeing this on the build ?

2007-01-11 Thread Ignacio Silva-Lepe
Yes, I see the same error, was wondering if it was just me as well. On 1/11/07, Luciano Resende [EMAIL PROTECTED] wrote: [INFO] [ERROR] BUILD ERROR [INFO]

[jira] Created: (TUSCANY-1048) SDO CTS. Contribute Paramatized Test Cases, and application server test harness

2007-01-11 Thread Robbie Minshall (JIRA)
SDO CTS. Contribute Paramatized Test Cases, and application server test harness - Key: TUSCANY-1048 URL: https://issues.apache.org/jira/browse/TUSCANY-1048 Project:

Re: [SDO CTS] addition of paramatized tests, application server harness

2007-01-11 Thread Robbie Minshall
I have opened *TUSCANY-1048https://issues.apache.org/jira/browse/TUSCANY-1048 * to track this topic. The initial drop of the cts code had some contributions from Brian Murray and myself. I have made some significant modifications to these which I hope will better fit into the framework. The

[jira] Updated: (TUSCANY-1048) SDO CTS. Contribute Paramatized Test Cases, and application server test harness

2007-01-11 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Minshall updated TUSCANY-1048: - Attachment: tuscany-1048-paramatizedTests1.zip SDO CTS. Contribute Paramatized Test

[jira] Commented: (TUSCANY-1040) DAS C++

2007-01-11 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464022 ] Luciano Resende commented on TUSCANY-1040: -- Adriano, could you please reattach the initial drop of the

[jira] Commented: (TUSCANY-1048) SDO CTS. Contribute Paramatized Test Cases, and application server test harness

2007-01-11 Thread Robbie Minshall (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464024 ] Robbie Minshall commented on TUSCANY-1048: -- I have attached tuscany-1048-paramatizedTests1.zip This is a

Re: Move Tuscany wiki to Apache CWIKI?

2007-01-11 Thread Raymond Feng
Hi, As the first step, I have filed a JIRA issue (https://issues.apache.org/jira/browse/INFRA-1107) to request to create a space for Tuscany on the CWIKI site. Once it's created, we can start to play with it and then decide if we should move. Thanks, Raymond - Original Message -

[jira] Assigned: (TUSCANY-1047) Add Integration Test Cases for Callbacks and Conversations

2007-01-11 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1047: - Assignee: Raymond Feng Add Integration Test Cases for Callbacks and Conversations

Re: DAS C++ needing volunteers and advises

2007-01-11 Thread Jean-Sebastien Delfino
[snip] Pete Robbins wrote: On 09/01/07, Luciano Resende [EMAIL PROTECTED] wrote: To get more people helping on this I was wondering if we should add the code to the trunk, where more people would have access to review and contribute to the code. Could you guys advise me where is best for me

[jira] Created: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject XMLDocumentImpl#load for options

2007-01-11 Thread Yang ZHONG (JIRA)
Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject XMLDocumentImpl#load for options -

Heads-up - changing CompositeContext interface, was: CompositeContext method names

2007-01-11 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, You first need to configure the ssh in user.home/.m2/settings.xml with the following content: ?xml version=1.0 encoding=UTF-8? settings servers server idapache.snapshots/id usernameyour_apache_id/username !-- Default value is ~/.ssh/id_dsa --

[jira] Updated: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject XMLDocumentImpl#load for options

2007-01-11 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-1049: Attachment: prototype.1049 Enable XMLStreamHelper#loadObject for unqualified/local elements and

[jira] Created: (TUSCANY-1050) For some schemas, the code generated will not compile (notication and settable problems)

2007-01-11 Thread David T. Adcox (JIRA)
For some schemas, the code generated will not compile (notication and settable problems) Key: TUSCANY-1050 URL: https://issues.apache.org/jira/browse/TUSCANY-1050

[jira] Updated: (TUSCANY-1050) For some schemas, the code generated will not compile (notication and settable problems)

2007-01-11 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1050: Attachment: TUSCANY1050.xsd For some schemas, the code generated will not compile

[jira] Updated: (TUSCANY-1050) For some schemas, the code generated will not compile (notication and settable problems)

2007-01-11 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1050: Attachment: TUSCANY1050.patch For some schemas, the code generated will not compile

[jira] Commented: (TUSCANY-1050) For some schemas, the code generated will not compile (notication and settable problems)

2007-01-11 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464069 ] David T. Adcox commented on TUSCANY-1050: - I've attached a patch file to address this issue. One item of

[jira] Commented: (TUSCANY-917) XMLHelper.load() should demand-create global properties not defined in the SDO type system

2007-01-11 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464071 ] Yang ZHONG commented on TUSCANY-917: http://issues.apache.org/jira/browse/TUSCANY-1049 may enable loading

[jira] Commented: (TUSCANY-1049) Enable XMLStreamHelper#loadObject for unqualified/local elements and BTW enable XMLStreamHelper#loadObject XMLDocumentImpl#load for options

2007-01-11 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464074 ] Yang ZHONG commented on TUSCANY-1049: - This improvement may help

Re: [jira] Created: (TUSCANY-1038) SDO databinding for Axis2

2007-01-11 Thread Angel Todorov
Hi Anthony, Thanks. I will keep you updated on the progress. Regards, Angel On 1/11/07, ant elder [EMAIL PROTECTED] wrote: Its great you'd like to contribute! Unfortunately you can't get Apache SVN access until you're a committer so for now you have to submit patches. Maybe as a start I