[jira] [Commented] (AXIS2-5317) import and element within types->schema failing

2012-08-08 Thread John Patrick (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431381#comment-13431381 ] John Patrick commented on AXIS2-5317: - I don't understanding your comment. I was aski

[jira] [Created] (AXIS2-5384) org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement messages

2012-08-08 Thread Ranjani Kannappan (JIRA)
Ranjani Kannappan created AXIS2-5384: Summary: org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement messages Key: AXIS2-5384 URL: https://issues.apache.org/jira/browse/A

RE: SSL vulnerability in Apache Axis2

2012-08-08 Thread Martin Gainty
Hi Gary you'll need to refactor UsernamePasswordCredentials out of axis2-kernel org.apache.axis2 axis2-kernel how about using Kerberos instead? http://thejavamonkey.blogspot.com/2008/09/axis-2-kerberos-web-services-featuring.html can you suggest another alternative to commons-httpcli

RE: About Kerberos support in 1.6.2

2012-08-08 Thread Martin Gainty
you can as long as you set JAAS properties to use kerberos e.g. System.setProperty( "sun.security.krb5.debug", "true"); System.setProperty( "java.security.krb5.realm", "EXAMPLE.COM"); System.setProperty( "java.security.krb5.kdc", "localhost"); System.setProperty( "java.security.auth.login.config"

Re: About Kerberos support in 1.6.2

2012-08-08 Thread abdelrahman almahmoud
This means that there is no way to currently retrieve tickets from kerberos and verify them? Sincerely, Abdel On Wed, Aug 8, 2012 at 2:00 PM, Amila Jayasekara wrote: > Hi Abdel, > > Kerberos support is not integrated into 1.6.2. > > Thanks > AmilaJ > > On Wed, Aug 8, 2012 at 5:55 AM, abdelrahman

Re: About Kerberos support in 1.6.2

2012-08-08 Thread Amila Jayasekara
Hi Abdel, Kerberos support is not integrated into 1.6.2. Thanks AmilaJ On Wed, Aug 8, 2012 at 5:55 AM, abdelrahman almahmoud wrote: > Hi > > If I remember, there were plans to include kerbside in 1.6.2, but I > can't seem to find any information on that > Can rampart currently request kerberos

[jira] [Created] (RAMPART-386) Rampart should allow password validation in callback

2012-08-08 Thread Simon Jongsma (JIRA)
Simon Jongsma created RAMPART-386: - Summary: Rampart should allow password validation in callback Key: RAMPART-386 URL: https://issues.apache.org/jira/browse/RAMPART-386 Project: Rampart Issu