[jira] Commented: (AXIS2-1714) AXIS2 V1.1: java2wsdl.bat does not work.

2007-01-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463913 ] Carsten Ziegeler commented on AXIS2-1714: - I have the same problems with all Axis2 versions (including 1.1.1

Re: [jira] Resolved: (AXIS2-1008) Reopen bug AXIS-987

2006-08-14 Thread Carsten Ziegeler
Christ Hi, I want to reopen bug AXIS-987. This bug was solved at revision 429647 but at revision 430196 the bug reappeared an the patching code was removed. Please add the patch from AXIS-987 to fix this bug again. thanks, Fabian -- Carsten Ziegeler - Open Source Group, SN AG http

[jira] Created: (AXIS2-1025) Better Implement for getProperties in MessageContext

2006-08-14 Thread Carsten Ziegeler (JIRA)
Components: core Reporter: Carsten Ziegeler Attachments: patch.txt The implementation of the getProperties() method is not taking the different environments into account. The applied patch fixes this problem. The patch has been discussed some weeks ago in the mailing list

[jira] Created: (AXIS2-1009) org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute is missing

2006-08-11 Thread Carsten Ziegeler (JIRA)
Axis 2.0 (Axis2) Issue Type: Bug Components: databinding Reporter: Carsten Ziegeler The current svn generates calls to org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute() which is missing in the class. -- This message is automatically generated

Re: [jira] Updated: (AXIS2-963) Problems with complex xml schemas in wsdl2java

2006-08-03 Thread Carsten Ziegeler
is a valid schema. Or do you mean something different? Thanks Carsten -- Carsten Ziegeler - Open Source Group, SN AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/ - To unsubscribe, e-mail: [EMAIL PROTECTED

[jira] Created: (AXIS2-963) Problems with complex xml schemas in wsdl2java

2006-08-02 Thread Carsten Ziegeler (JIRA)
Reporter: Carsten Ziegeler Attachments: authentication.wsdl When trying to generate a service code using wsdl2java (latest svn), I get different errors depending on the databinding used. With -d none I get: xception in thread main org.apache.axis2

[jira] Updated: (AXIS2-963) Problems with complex xml schemas in wsdl2java

2006-08-02 Thread Carsten Ziegeler (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-963?page=all ] Carsten Ziegeler updated AXIS2-963: --- Attachment: authentication.wsdl Problems with complex xml schemas in wsdl2java -- Key

Re: [Axis2] Problems with MessageContext

2006-07-13 Thread Carsten Ziegeler
:) (Because the current impl always returns an empty map). I updated the patch to create an unmodifiable map and added some javadocs. Carsten -- Carsten Ziegeler - Open Source Group, SN AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/ Index: D:/dev/workspace/axis2/modules/core/src/org

Re: [Axis2] Problems with MessageContext

2006-07-12 Thread Carsten Ziegeler
. Hmm, but in this case has the MessageContext no control about what has been changed, because it happens outside of its context. But I will come up with another patch which will handle put and remove as well. Carsten -- Carsten Ziegeler - Open Source Group, SN AG http://www.s-und-n.de http

Re: [Axis2] Problems with MessageContext

2006-07-12 Thread Carsten Ziegeler
Carsten Ziegeler schrieb: Deepal Jayasinghe wrote: Hi Carsten; I went through your patch and realized that , you are giving read only access to the properties . So if someone want to change the value of property (properties) then he wont be able to do that. I think we need to provide way

Re: [Axis2] Problems with MessageContext

2006-07-11 Thread Carsten Ziegeler
Sanjiva Weerawarana wrote: On Mon, 2006-07-10 at 11:33 +0200, Carsten Ziegeler wrote: While playing around with implementing my own handler, I found out, that the getProperties() method of the MessageContext is not implemented correctly: MessageContext overrides the property handling

Re: [Axis2] Problems with MessageContext

2006-07-11 Thread Carsten Ziegeler
Sanjiva Weerawarana wrote: On Tue, 2006-07-11 at 08:19 +0200, Carsten Ziegeler wrote: So in effect the properties hashtable inherited from the superclass is not used by the MessageContext class. Yes, except in the getProperties() method. If you do a setProperty(A, B) on the message context

[Axis2] Problems with MessageContext

2006-07-10 Thread Carsten Ziegeler
the servlet context. Is this by mistake or by design? If it's the latter, how can I access the servlet context? Thanks Carsten -- Carsten Ziegeler - Open Source Group, SN AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael

Re: [jira] Commented: (AXIS-1825) Use WSDL to validate incomming messages

2005-02-22 Thread Carsten Ziegeler
: Axis Type: Improvement Reporter: Carsten Ziegeler Currently Axis doesn't use a WSDL file; even if you already have one you use wsdl2java and then deploy the result into Axis. During this deployment the wsdl file is not deployed as well. The main problem with this is that some validation

[jira] Created: (AXIS-1825) Use WSDL to validate incomming messages

2005-02-19 Thread Carsten Ziegeler (JIRA)
Use WSDL to validate incomming messages --- Key: AXIS-1825 URL: http://issues.apache.org/jira/browse/AXIS-1825 Project: Axis Type: Improvement Reporter: Carsten Ziegeler Currently Axis doesn't use a WSDL file; even if you

[Fwd: Validating a document using WSDL?]

2005-02-13 Thread Carsten Ziegeler
could use? Or is there something else I can do? I read somewhere that Axis currently doesn't valid ws against the wsdl if document style is used. Is this true? Thanks Carsten -- Carsten Ziegeler - Open Source Group, SN AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/ ---End Message---

Re: [Fwd: Validating a document using WSDL?]

2005-02-13 Thread Carsten Ziegeler
Davanum Srinivas wrote: Do you mean validating the xml inside the soap message against the schema specified in the wsdl? Yes :) Carsten -- dims On Sun, 13 Feb 2005 14:47:02 +0100, Carsten Ziegeler [EMAIL PROTECTED] wrote: Forwarding to dev list, perhaps someone has an idea? Thanks! Carsten

Re: [Fwd: Validating a document using WSDL?]

2005-02-13 Thread Carsten Ziegeler
Davanum Srinivas wrote: You can always use XMLBeans or Castor as the data-binding layer and let them handle the validation part. Hmm, yes, but how easy is it to extract the schema from the wsdl? Is there anything that supports this task? Thanks Carsten -- Carsten Ziegeler - Open Source Group, SN

Re: [Fwd: Validating a document using WSDL?]

2005-02-13 Thread Carsten Ziegeler
Davanum Srinivas wrote: We use WSDL4J and that has support to extract information from wsdl. Thanks Dims! Will look into that. Carsten -- Carsten Ziegeler - Open Source Group, SN AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/