[
https://issues.jboss.org/browse/WFLY-5170?page=com.atlassian.jira.plugin....
]
Marek Kopecký commented on WFLY-5170:
-------------------------------------
Another tests affected by this:
* org.jboss.as.test.integration.jca.security.DsWithSecurityDomainTestCase
* org.jboss.as.test.integration.naming.remote.ejb.RemoteNamingEjbTestCase
*
org.jboss.as.test.integration.beanvalidation.hibernate.validator.BootStrapValidationTestCase#testSafeHTML
*
org.jboss.as.test.integration.beanvalidation.hibernate.validator.BootStrapValidationTestCase#testCustomConstraintValidatorFactory
*
org.jboss.as.test.integration.beanvalidation.hibernate.validator.ConstraintValidationTestCase#testConstraintValidation
*
org.jboss.as.test.integration.beanvalidation.hibernate.validator.ConstraintValidationTestCase#testObjectGraphValidation
*
org.jboss.as.test.integration.beanvalidation.hibernate.validator.ExpressionLanguageTestCase
*
org.jboss.as.test.integration.beanvalidation.hibernate.validator.GroupandGroupSequenceValidationTestCase
*
org.jboss.as.test.integration.beanvalidation.hibernate.validator.MessageInterpolationValidationTestCase
*
org.jboss.as.test.integration.deployment.classloading.ear.EarJbossStructureDepedenciesTestCase
*
org.jboss.as.test.integration.deployment.classloading.war.WarChildFirstClassLoadingTestCase
*
org.jboss.as.test.integration.deployment.classloading.war.WarInEarChildFirstClassLoadingTestCase
*
org.jboss.as.test.integration.deployment.structure.jar.JarJBossDeploymentStructureTestCase
*
org.jboss.as.test.integration.deployment.structure.war.WarJBossDeploymentStructureTestCase
* org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase
* org.jboss.as.test.manualmode.security.SecuredDataSourceTestCase
WildFlySecurityManager throws exception by some tests with security
manager
---------------------------------------------------------------------------
Key: WFLY-5170
URL:
https://issues.jboss.org/browse/WFLY-5170
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Marek Kopecký
Assignee: Josef Cacek
*Description of problem:*
WildFlySecurityManager throws ExceptionInInitializerError exception by some tests with
security manager.
*Affected tests found so far:*
* org.jboss.as.test.integration.batch.deployment.JobControlTestCase#testStop
*
org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB20MessageSelectorTestCase#retestMessageSelectors
* org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB20QueueTestCase#testEjb20MDB
* org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB20TopicTestCase#testEjb20TopicMDBs
* org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB21TestCase#testSimple21MDB
* org.jboss.as.test.integration.ejb.pool.lifecycle.PooledEJBLifecycleTestCase#testMDB
*
org.jboss.as.test.xts.annotation.compensationScoped.CompensationScopedTestCase#shouldSeeDifferentValuesInDifferentTransactions
* org.jboss.as.test.xts.wsat.client.ATTestCase#testWSATVoteReadOnly
*
org.jboss.as.test.xts.wsba.coordinatorcompletion.client.BACoordinatorCompletionTestCase#testWSBACoordinatorSimple
*Steps to Reproduce for MDB20QueueTestCase:*
# ./integration-tests.sh -fae -Dmaven.test.failure.ignore=true -Dnode0=$MYTESTIP_1
-Dnode1=$MYTESTIP_2 -DfailIfNoTests=false -Dsecurity.manager -Dts.basic -Dts.noSmoke
-Dtest=MDB20QueueTestCase
*Actual results:*
{noformat}
testEjb20MDB(org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB20QueueTestCase) Time
elapsed: 0.094 sec <<< ERROR!
java.lang.ExceptionInInitializerError: null
at
org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:273)
at
org.wildfly.security.manager.WildFlySecurityManager.checkPropertyAccess(WildFlySecurityManager.java:496)
at java.lang.System.getProperty(System.java:717)
at java.lang.Integer.getInteger(Integer.java:1101)
at java.lang.Integer.getInteger(Integer.java:1057)
at org.jboss.as.test.shared.TimeoutUtil.<clinit>(TimeoutUtil.java:39)
at
org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB20QueueTestCase.testEjb20MDB(MDB20QueueTestCase.java:110)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)