Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-03-30 Thread Harshana Eranga Martin
Hi Andreas, On 21 March 2011 12:39, Andreas Veithen andreas.veit...@gmail.com wrote: On Fri, Feb 18, 2011 at 12:05, Harshana Eranga Martin harshan...@gmail.com wrote: Hi Andreas, On 5 February 2011 18:04, Andreas Veithen andreas.veit...@gmail.com wrote: On Thu, Jan 27, 2011 at

[jira] [Commented] (AXIS2-4992) Incorrect default requrest wrapper class name is used

2011-03-30 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013641#comment-13013641 ] Jarek Gawor commented on AXIS2-4992: As according to JAX-WS 2.2 spec in 3.6.2.1:

[jira] [Commented] (AXIS2-4990) Typo error for variable name in JAXWSProxyHandler

2011-03-30 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013649#comment-13013649 ] Jarek Gawor commented on AXIS2-4990: How is the ThrowException patch related to this

[jira] [Commented] (AXIS2-4990) Typo error for variable name in JAXWSProxyHandler

2011-03-30 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013655#comment-13013655 ] Jarek Gawor commented on AXIS2-4990: Committed your AXIS-4990-TypoError.patch to trunk

[jira] [Commented] (AXIS2-3495) WSDL2Java can not modify the Skeleton code in order to generate changes according to the WSDL

2011-03-30 Thread liz (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013736#comment-13013736 ] liz commented on AXIS2-3495: This issue can be solved by implementing the code in another way.

Jenkins build is back to normal : axis2-1.6 #24

2011-03-30 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/axis2-1.6/24/changes - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org

[jira] [Commented] (AXIS2-4990) Typo error for variable name in JAXWSProxyHandler

2011-03-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013744#comment-13013744 ] Hudson commented on AXIS2-4990: --- Integrated in axis2-1.6 #24 (See

[jira] [Commented] (AXIS2-4984) Use a property to force to use the post web method rules

2011-03-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013743#comment-13013743 ] Hudson commented on AXIS2-4984: --- Integrated in axis2-1.6 #24 (See

[jira] [Closed] (AXIS2-4990) Typo error for variable name in JAXWSProxyHandler

2011-03-30 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan closed AXIS2-4990. --- Resolution: Fixed Fix Version/s: 1.7.0 1.6.0 Thanks, Jarek, I will open another JIRA for

Re: Using custom securitypolicy tokens in server side

2011-03-30 Thread Amila Jayasekara
Hi Shyameni, I believe you implemented new token by extending Token class. If so please override serialize(XMLStreamWriter writer) method. See serialize method of UsernameToken for a better understanding. Thanks AmilaJ On Tue, Mar 29, 2011 at 7:56 PM, Shyameni Wijekoon shyame...@gmail.com