[jboss-jira] [JBoss JIRA] Commented: (JBAS-3478) Make jsse provider pluggable in testsuite
Anil Saldhana (JIRA)
jira-events at jboss.com
Tue Aug 8 16:05:12 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3478?page=comments#action_12340860 ]
Anil Saldhana commented on JBAS-3478:
-------------------------------------
SecurityProviderUtil class has been added in the test module that can pick up the JSSE provider/SSL protocol handler from system properties, as part of test setup [Defaults to the Sun VM settings which will work on Sun/JRockit VMs]
If you need to plugin your providers, pass two system properties as part of the test setup (my current investigation shows that this is unnecessary on IBM JDK)
jsse.provider.class=com.ibm.jsse.IBMJSSEProvider
www.protocol.class=com.ibm.net.ssl.internal.www.protocol
> Make jsse provider pluggable in testsuite
> -----------------------------------------
>
> Key: JBAS-3478
> URL: http://jira.jboss.com/jira/browse/JBAS-3478
> Project: JBoss Application Server
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Ryan Campbell
> Assigned To: Anil Saldhana
> Fix For: JBossAS-5.0.0.Beta, JBossAS-3.2.8.SP2, JBossAS-4.0.5.CR1
>
> Attachments: JbossProviderPatch.patch
>
>
> Patch from Matt Wringe.
> Resolves ClassNotFoundErrors when running the testsuite w/ on IBM JDK.
> Apply to all three branches.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list