[
https://issues.apache.org/activemq/browse/AMQ-912?page=comments#action_36967 ]
Kelly Campbell commented on AMQ-912:
------------------------------------
Hi Sepand,
After I apply the latest patch, there's a build failure in the Qdox stuff when
I run mvn package. What did you have to do to resolve that before? Any ideas?
Thanks,
-Kelly
java.lang.ArrayIndexOutOfBoundsException: 0
at
org.apache.xbean.spring.generator.QdoxMappingLoader.loadElements(QdoxMappingLoader.java:147)
at
org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:107)
at
org.apache.xbean.spring.generator.QdoxMappingLoader.loadNamespaces(QdoxMappingLoader.java:101)
at org.apache.xbean.maven.XBeanMojo.execute(XBeanMojo.java:153)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
> ActiveMQ support for SSL authentication and authorization
> ---------------------------------------------------------
>
> Key: AMQ-912
> URL: https://issues.apache.org/activemq/browse/AMQ-912
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Transport, Test Cases
> Reporter: Sepand Mavandadi
> Assigned To: Hiram Chirino
> Attachments: ssl_certifiacte_auth_patch.txt, svn_diff.txt,
> svn_diff.txt
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> This patch adds new Transports, Brokers, and Plugins needed for
> authentication and authorization based on SSL certificates.
> It also adds a few unit tests for the mentioned classes.
> The new (or heavily modified) SslTransport, SslTransportServer, and
> SslTransportFactory classes allow for access to the underlying socket's need
> and want client auth settings. If a certificate is found, it is set as the
> transportContext of the created connection.
> The JaasCertificateAuthenticationBroker uses the new CertificateLoginModule
> to authenticate certificates (this class is abstract to allow for different
> backends for certificate authentication, a concrete class is
> TextFileCertificateLoginModule).
> JaasCertificateAuthenticationBroker also sets the security context's user
> name to that provided for the certificate by the login module. This allows
> for authorization using the existing authorization broker.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira