RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-18 Thread Clemens Utschig - Utschig
To: tuscany-dev@ws.apache.org Subject: Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace Clemens Utschig - Utschig wrote: simon - the testcase is quite large - especially the server side

RE: [jira] Commented: (TUSCANY-2033) java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is ignoring the namespace

2008-02-18 Thread Clemens Utschig - Utschig
Sebastian, it works :) thank you very much .. would you kindly explain what this changed in the behavior? thx clemens -Original Message- From: Simon Nash (JIRA) [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 3:11 PM To: tuscany-dev@ws.apache.org Subject: [jira] Commented:

RE: [jira] Commented: (TUSCANY-2033) java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is ignoring the namespace

2008-02-18 Thread Clemens Utschig - Utschig
-Original Message- From: Clemens Utschig - Utschig [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 7:37 PM To: tuscany-dev@ws.apache.org Subject: RE: [jira] Commented: (TUSCANY-2033) java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is ignoring the namespace

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-16 Thread Clemens Utschig - Utschig
To: tuscany-dev@ws.apache.org Subject: Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace Clemens Utschig - Utschig wrote: I got the dynamic wsdl import to work, thx guys - however, the wrong namespace

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-15 Thread Clemens Utschig - Utschig
- From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: 2/11/08 6:33 PM Subject: Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace Clemens Utschig - Utschig wrote

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-11 Thread Clemens Utschig - Utschig
: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace Clemens Utschig - Utschig wrote: would it help to have a interface.wsdl? that contains the whole thing - rather than generating it from the annonated java

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-10 Thread Clemens Utschig - Utschig
To: tuscany-dev@ws.apache.org Subject: Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace Jean-Sebastien Delfino wrote: Clemens Utschig - Utschig wrote: Folks, I have a simple composite as below - which

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-10 Thread Clemens Utschig - Utschig
Delfino wrote: Clemens Utschig - Utschig wrote: Folks, I have a simple composite as below - which makes use of SDO through SOAP in the reference ?xml version=1.0 encoding=UTF-8? composite xmlns=http://www.osoa.org/xmlns/sca/1.0; targetNamespace=/model/common/ xmlns:dbsdo=http

tuscany 1.1 - possible bug in Java2WSDLHelper

2008-02-08 Thread Clemens Utschig - Utschig
Hey tuscany team, I was playing with tuscany 1.1 and interop on SDO and got a nullpointer on line 194 org.apache.tuscany.sca.interfacedef.wsdl.java2wsdl.Java2WSDLHelper for (int i = 0; i nodeMap.getLength(); i++) { for a null nodeMap -- adding a nullcheck before fixed that. I debuged into

Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-08 Thread Clemens Utschig - Utschig
Folks, I have a simple composite as below - which makes use of SDO through SOAP in the reference ?xml version=1.0 encoding=UTF-8? composite xmlns=http://www.osoa.org/xmlns/sca/1.0; targetNamespace=/model/common/

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-08 Thread Clemens Utschig - Utschig
] Sent: Friday, February 08, 2008 4:10 PM To: tuscany-dev@ws.apache.org Subject: Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace Clemens Utschig - Utschig wrote: Folks, I have a simple composite

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-08 Thread Clemens Utschig - Utschig
: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace Clemens Utschig - Utschig wrote: Folks, I have a simple composite as below - which makes use of SDO through SOAP in the reference ?xml version=1.0

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-08 Thread Clemens Utschig - Utschig
https://issues.apache.org/jira/browse/TUSCANY-2033 and https://issues.apache.org/jira/browse/TUSCANY-2034 latter one contains the patch /clemens -Original Message- From: Clemens Utschig - Utschig [mailto:[EMAIL PROTECTED] Sent: Friday, February 08, 2008 4:14 PM To: tuscany-dev

Re: Using scenarios, was: Proposed approach for M2

2006-07-02 Thread Clemens Utschig - Utschig (Oracle)
Comments linline ... Jim Marino wrote: On Jul 2, 2006, at 2:02 PM, Simon Nash wrote: My comments are inline below. Simon Jeremy Boynes wrote: Jean-Sebastien Delfino wrote: 1. Use scenarios to drive the M2 work Start a community discussion on the end to end scenarios that we want

Re: Using scenarios, was: Proposed approach for M2

2006-07-02 Thread Clemens Utschig - Utschig (Oracle)
I completly miss an end-to-end scenario .. like accessing a service through tuscany ... say from a website (preferrably JSF).. helloworld via tuscany ... am I missing something? Jim Marino wrote: On Jul 2, 2006, at 2:51 PM, Clemens Utschig - Utschig (Oracle) wrote: Comments linline

Re: Using scenarios, was: Proposed approach for M2

2006-07-02 Thread Clemens Utschig - Utschig (Oracle)
yup, this is the reason why I ask :-) can someone add that (me?) /clemens Jeremy Boynes wrote: On 7/2/06, Clemens Utschig - Utschig (Oracle) [EMAIL PROTECTED] wrote: I completly miss an end-to-end scenario .. like accessing a service through tuscany ... say from a website (preferrably JSF

Re: Using scenarios, was: Proposed approach for M2

2006-07-02 Thread Clemens Utschig - Utschig (Oracle)
integration, that would be fantastic. Jim On Jul 2, 2006, at 3:52 PM, Jim Marino wrote: On Jul 2, 2006, at 3:43 PM, Clemens Utschig - Utschig (Oracle) wrote: yup, this is the reason why I ask :-) can someone add that (me?) /clemens Jeremy Boynes wrote: On 7/2/06, Clemens Utschig - Utschig

Re: Using scenarios, was: Proposed approach for M2

2006-07-02 Thread Clemens Utschig - Utschig (Oracle)
Jim how would I discover an exposed entry point? end of day - it's a wsdl ... (looking into the API, some kind of entrypoint explorer functionality would be cool ...) /clemens Jim Marino wrote: Cool! When you have questions, ask away. Jim On Jul 2, 2006, at 4:09 PM, Clemens Utschig