[
http://jira.jboss.com/jira/browse/JBAS-3449?page=comments#action_12340857 ]
Anil Saldhana commented on JBAS-3449:
-------------------------------------
Looks like there is no need to explicitly add a provider on IBM JDK. I have updated the
testcases to be sun jvm decoupled.
======================================================================================
[asaldhana@dev03 testsuite]$ ant -Dtest=org.jboss.test.security.test.HttpsUnitTestCase
one-test
Buildfile: build.xml
one-test:
[delete] Deleting: /home/asaldhana/jboss-4.0/testsuite/output/log/test.log
[junit] Running org.jboss.test.security.test.HttpsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.61 sec
BUILD SUCCESSFUL
Total time: 6 seconds
[asaldhana@dev03 testsuite]$ java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxi32devifx-20060124)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223ifx-20060124
(JIT enabled)
J9VM - 20051027_03723_lHdSMR
JIT - 20051027_1437_r8
GC - 20051020_AA)
JCL - 20060120a
HttpsUnitTestCase test does not pass with the IBM jvm
-----------------------------------------------------
Key: JBAS-3449
URL:
http://jira.jboss.com/jira/browse/JBAS-3449
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-4.0.4.GA
Environment: IBM JVM
Reporter: Matt Wringe
Assigned To: Anil Saldhana
Priority: Minor
Attachments: jboss-provider.patch
The HttpsUnitTestCase test from the testsuite does not currently work with the IBM jvm.
This is causes by the testsuite referencing the com.sun.net.ssl.internal.ssl.Provider
class, which does not exist if the IBM jvm is used. The IBM jvm instead uses its own
com.ibm.jsse.IBMJSSEProvider class.
--
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