[JBoss JIRA] (WFLY-596) TS: Pick the most acceptable test packages organization
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-596?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-2104 to WFLY-596:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-596 (was: AS7-2104)
Component/s: (was: Test Suite)
> TS: Pick the most acceptable test packages organization
> -------------------------------------------------------
>
> Key: WFLY-596
> URL: https://issues.jboss.org/browse/WFLY-596
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> 1) Split classes to src/main and src/test ?
> This seems to be decided before - integration tests suite has all classes in src/test.
> {quote}
> (02:35:15) barreiro: When I start I done it that way so that it clear to me what was the test code, the test subject and the resources --- I knew that probably I would have to change the location later.
> {quote}
> 2) Low-level Test packages micro
> {quote}
> (02:37:51) barreiro: should I create one sub package for each test --- like /web/xxxTestCase --- or stick with the old schema of having web/tests and web/servlets, ... etc.
> (02:38:01) ozizka: Not sure if democracy is the principle to follow here, but I'd like devs to agree upon these things. TBD next week
> (02:38:41) ozizka: Depends if you reuse them.
> (02:39:24) ozizka: But generally, I'd prefer the first approach -
> (02:39:53) ozizka: with reused things being placed one level higher, or next to
> (02:40:16) ozizka: The structure should reflect test's structure
> (02:40:24) barreiro: IMO, democracy is not the way to go in a OSS project :P ... I'll do it the way you ask me to ;)
> (02:40:34) ozizka: Ok :)
> (02:40:57) ozizka: But anyway - what's your preference?
> (02:41:07) ozizka: Or what would suite better for _your_ case
> (02:42:42) barreiro: the ultimate goal is that someone from outside can easily understand what's going on. Like me, I just landed in this project. :P
> (02:43:58) barreiro: surely that it should reflect the test's structure. but I would rather have a common structure in most modules ...
> (02:45:30) barreiro: like, at some level there is a clear list of the tests in the package that is not mixed with other stuff --- be it a list of packages or a test package with all the test classes
> (02:45:43) ozizka: Well, 1st option is current practice, I'd stick with that.
> (02:46:47) barreiro: and from there should be clear (as possible) what resources are used.
> (02:47:34) ozizka: I was thinking about using a mechanism used in Wicket framework, if you know that,
> (02:47:57) ozizka: which is, having a mechanism to load resources from places
> (02:48:04) barreiro: After a while I start to understand how AS6 is structured ... the problem is that there is too much voodoo in the back that defeats it's purpose.
> (02:48:18) ozizka: where the test class is loaded, or it's superclass, etc.
> (02:48:45) ozizka: Eventually it could go by packages up. But perhaps too magical for a testsuite
> (02:49:10) ozizka: Right. That's the voodoo.
> (02:56:27) barreiro: yep. Shrinkwrap and arquilling are great for that. The magic is greatly reduced, without adding much complexity.
> (02:58:10) ozizka: One other argument to have the package-per-test separation is that if we decided the other way, moving the files would be easier
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (WFLY-598) Alternative JDKs for building and running - OpenJDK 6, 7, Sun JDK 7, IcedTea
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-598?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-2166 to WFLY-598:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-598 (was: AS7-2166)
Component/s: (was: Test Suite)
Fix Version/s: (was: 7.1.2.Final (EAP))
> Alternative JDKs for building and running - OpenJDK 6, 7, Sun JDK 7, IcedTea
> ----------------------------------------------------------------------------
>
> Key: WFLY-598
> URL: https://issues.jboss.org/browse/WFLY-598
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Labels: eap6_prd_req
>
> James Perkins:
> {quote}
> At one point there was a JIRA for OpenJDK 6, in fact I think a couple. The issue with OpenJDK 6 is in the build we use some JavaScript and OpenJDK 6 doesn't come with a JavaScript engine. I tried a couple things to get Rhino working with it as that's what the Sun JDK uses, but I think it needs to implement an SPI to get it to work. I didn't look into it much beyond that.
> JDK 7 is a different issue. It's a bug in the annotation processing API which the JBoss Logging Tooling uses. I just refreshed my OpenJDK 7 update source and it looks like the bug is fixed in there. It's fixed in IcedTea as well. There could be the JavaScript issue here as well I can't actually remember, but I thought I had some successful builds with custom JDK's I compiled.
> I did just try with IcedTea 7 and got some other errors. I'm building the latest upstream of OpenJDK 7 now and we'll see if it works. I'll let you know either way.
> Let me know if you have any more questions on this. I did dig into a while ago a little.
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (WFLY-589) TS: Check clustering and compat and spec tests
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-589?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-2062 to WFLY-589:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-589 (was: AS7-2062)
Component/s: (was: Test Suite)
> TS: Check clustering and compat and spec tests
> ----------------------------------------------
>
> Key: WFLY-589
> URL: https://issues.jboss.org/browse/WFLY-589
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> Stuart Douglas:
> 1) Clustering tests do not run, and as they require a different arquillian adaptor they must not be in the same maven module as other integration tests.
> 2) Compat tests do not run correctly. Even though they have a different hibernate version specified in the profile, when attempting to run alongside other tests the hibernate version will be overriden. Also as this modifies a build time dependency test classes need to be re-compiled each run, to make sure they are built against the correct hibernate version.
> I'll merge our changes into Stuart's branch since moving poms and scripts is easier than moving Clustering and Compat dirs back to their original location.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (WFLY-591) TS: Discuss resources location - next to .java files?
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-591?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-2064 to WFLY-591:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-591 (was: AS7-2064)
Component/s: (was: Test Suite)
> TS: Discuss resources location - next to .java files?
> -----------------------------------------------------
>
> Key: WFLY-591
> URL: https://issues.jboss.org/browse/WFLY-591
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Priority: Minor
>
> Having resources in completely different dir tree makes sense for business apps where they are often maintained by different teams (css, images, ...).
> For a testsuite, where all resources are maintained by devs, usually even the same as sources which use them, there's no real reason to keep them separated.
> Many devs prefer having resources as close to the sources as possible, which sometime leads to putting text content to .java sources - especially with Arquillian. See ejb/descriptor/AS835TestCase.java at https://github.com/stuartwdouglas/jboss-as/compare/master...tests#diff-20 .
> Maven allows to keep sources and resources in the same dir tree.
> TODO: Discuss with devs how they'd like this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (WFLY-583) TS: Some tests are still in org.jboss.as.testsuite.integration package
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-583?page=com.atlassian.jira.plugin.s... ]
Jason Greene moved AS7-2014 to WFLY-583:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-583 (was: AS7-2014)
Component/s: (was: Test Suite)
> TS: Some tests are still in org.jboss.as.testsuite.integration package
> ----------------------------------------------------------------------
>
> Key: WFLY-583
> URL: https://issues.jboss.org/browse/WFLY-583
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
>
> org.jboss.as.testsuite.integration.weld.alternative.WeldAlternativeTestCase
> org.jboss.as.testsuite.integration.websecurity.WebSecurityCERTTestCase
> org.jboss.as.testsuite.integration.jaxrs.integration.ejb.JaxrsEjbInterceptorsTestCase
> org.jboss.as.testsuite.integration.jpa.transaction.TransactionTestCase
> org.jboss.as.testsuite.integration.osgi.webapp.WebAppNegativeTestCase
> org.jboss.as.testsuite.integration.pojo.test.CollectionsBeansTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarJbossStructureDepedenciesTestCase
> org.jboss.as.testsuite.integration.jaxrs.integration.ejb.JaxrsEjbInterceptorsEarTestCase
> org.jboss.as.testsuite.integration.osgi.interceptor.LifecycleInterceptorTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.war.ApplicationPathIntegrationTestCase
> org.jboss.as.testsuite.integration.injection.resource.persistenceunitref.PersistenceUnitRefTestCase
> org.jboss.as.testsuite.integration.weldejb.removemethod.RemoveMethodExceptionTestCase
> org.jboss.as.testsuite.integration.jpa.multipleinjections.MultiplePersistenceContextInjectionsTestCase
> org.jboss.as.testsuite.integration.jaxrs.jsapi.JaxrsJSApiTestCase
> org.jboss.as.testsuite.integration.weld.extensions.ExtensionsInEarDiscoveredTestCase
> org.jboss.as.testsuite.integration.interceptors.exceptions.ExceptionsFromInterceptorsTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.war.NoApplicationIntegrationTestCase
> org.jboss.as.testsuite.integration.ejb.packaging.war.namingcontext.WarEjbNamingContextTestCase
> org.jboss.as.testsuite.integration.pojo.test.TypeBeansTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.ear.ApplicationPathOverrideIntegrationTestCase
> org.jboss.as.testsuite.integration.jpa.defaultdatasource.DatasourceTestCase
> org.jboss.as.testsuite.integration.ejb.injection.ejb.EjbInjectionSameEjbNameTestCase
> org.jboss.as.testsuite.integration.ejb.remote.ejbnamespace.EjbNamespaceInvocationTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.WarCannotAccessOtherWarTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.war.WarNestedBundleTestCase
> org.jboss.as.testsuite.integration.ejb.transaction.bmt.BeanManagedTransactionsTestCase
> org.jboss.as.testsuite.integration.ejb.interceptor.defaultinterceptor.DefaultInterceptorsTestCase
> org.jboss.as.testsuite.integration.osgi.xml.parser.DOMParserTestCase
> org.jboss.as.testsuite.integration.jaxrs.atom.JaxrsAtomProviderTestCase
> org.jboss.as.testsuite.integration.jpa.hibernate.SecondLevelCacheTestCase
> org.jboss.as.testsuite.integration.ejb.stateless.systemexception.SystemExceptionTestCase
> org.jboss.as.testsuite.integration.injection.resource.infinispan.InfinispanInjectionTestCase
> org.jboss.as.testsuite.integration.osgi.jmx.BundleStateTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarClassPath4TestCase
> org.jboss.as.testsuite.integration.deployment.classloading.transientdependencies.RarTransientDependenciesTestCase
> org.jboss.as.testsuite.integration.jpa.hibernate.EntityTestCase
> org.jboss.as.testsuite.integration.jpa.epcpropagation.contextduel.AddEPC2TxAfterPCTestCase
> org.jboss.as.testsuite.integration.jaxb.unit.JAXBUsageTestCase
> org.jboss.as.testsuite.integration.weldejb.inheritance.EjbInheritanceTestCase
> org.jboss.as.testsuite.integration.osgi.xservice.ModuleAccessesBundleServiceTestCase
> org.jboss.as.testsuite.integration.osgi.deployment.BundleDeploymentCaseTwoTestCase
> org.jboss.as.testsuite.integration.datasourcedefinition.DataSourceDefinitionTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.transformer.WarJbossStructureClassFileTransformerTestCase
> org.jboss.as.testsuite.integration.jaxrs.integration.cdi.CDIApplicationPathIntegrationTestCase
> org.jboss.as.testsuite.integration.ejb.injection.compenvbindings.EjbJavaCompBindingTestCase
> org.jboss.as.testsuite.integration.ejb.remote.classloading.CrossDeploymentRemoteInvocationTestCase
> org.jboss.as.testsuite.integration.ejb.security.unit.EJBSecurityTestCase
> org.jboss.as.testsuite.integration.weldejb.packaging.warlib.EjbInWarLibPackagingTestCase
> org.jboss.as.testsuite.integration.ejb.singleton.concurrency.inheritance.SingletonConcurrencyInheritanceTestCase
> org.jboss.as.testsuite.integration.osgi.deployment.BundleDeploymentCaseOneTestCase
> org.jboss.as.testsuite.integration.osgi.ds.DeclarativeServicesTestCase
> org.jboss.as.testsuite.integration.weldejb.multipleviews.NormalScopedEjbWithMultipleViewsTestCase
> org.jboss.as.testsuite.integration.ejb.packaging.multimodule.MultiModuleLifecycleMethodTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarClassPathTransitiveClosureTestCase
> org.jboss.as.testsuite.integration.osgi.ejb3.StatelessBeanIntegrationTestCase
> org.jboss.as.testsuite.integration.injection.resource.superclass.BindingsOnInterceptorTestCase
> org.jboss.as.testsuite.integration.weldejb.injectionTarget.EjbInjectionTargetWrapTestCase
> org.jboss.as.testsuite.integration.jpa.hibernate.SessionFactoryTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarManifestDependencyPropagatedTestCase
> org.jboss.as.testsuite.integration.ejb.stateful.exception.SystemExceptionTestCase
> org.jboss.as.testsuite.integration.weld.jpa.scoping.WeldJpaInjectionScopeTestCase
> org.jboss.as.testsuite.integration.ejb.stateful.serialization.StatefulSerializationTestCase
> org.jboss.as.testsuite.integration.weldejb.injection.EjbInjectionIntoCdiBeanTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarJbossStructureExtendedVisibilityTestCase
> org.jboss.as.testsuite.integration.pojo.test.SimpleBeansTestCase
> org.jboss.as.testsuite.integration.as859.AS859TestCase
> org.jboss.as.testsuite.integration.sar.unit.SarWithinEarTestCase
> org.jboss.as.testsuite.integration.ejb.home.localhome.SimpleLocalHomeTestCase
> org.jboss.as.testsuite.integration.osgi.http.HttpServiceTestCase
> org.jboss.as.testsuite.integration.pojo.test.CallbackBeansTestCase
> org.jboss.as.testsuite.integration.ejb.stateful.locking.ReentrantLockTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.war.WarChildFirstClassLoadingTestCase
> org.jboss.as.testsuite.integration.jaxrs.multipart.JaxrsMultipartProviderTestCase
> org.jboss.as.testsuite.integration.ejb.transaction.cmt.never.NeverTransactionTestCase
> org.jboss.as.testsuite.integration.osgi.xservice.BundleAccessesModuleServiceTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.war.ApplicationPathOverrideIntegrationTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarClassLoadingTestCase
> org.jboss.as.testsuite.integration.osgi.logging.LoggingTestCase
> org.jboss.as.testsuite.integration.ejb.view.unit.BusinessViewAnnotationProcessorTestCase
> org.jboss.as.testsuite.integration.ejb.remove.RemoveTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.ear.ApplicationIntegrationTestCase
> org.jboss.as.testsuite.integration.weldejb.SessionObjectReferenceTestCase
> org.jboss.as.testsuite.integration.jaxrs.jaxb.JaxbProviderTestCase
> org.jboss.as.testsuite.integration.injection.resource.enventry.EnvEntryInjectionTestCase
> org.jboss.as.testsuite.integration.injection.resource.multipleinterceptors.BindingsOnInterceptorTestCase
> org.jboss.as.testsuite.integration.jpa.resourcelocal.ResourceLocalTestCase
> org.jboss.as.testsuite.integration.ejb.stateful.timeout.StatefulTimeoutTestCase
> org.jboss.as.testsuite.integration.jaxrs.jackson.JaxrsJacksonProviderTestCase
> org.jboss.as.testsuite.integration.injection.resource.ejblocalref.EjbLocalRefInjectionTestCase
> org.jboss.as.testsuite.integration.jpa.jarfile.JpaJarFileTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.ear.ApplicationPathIntegrationTestCase
> org.jboss.as.testsuite.integration.jpa.epcpropagation.requiresnew.EPCPropagationNewTransactionTestCase
> org.jboss.as.testsuite.integration.ejb.interceptor.lifecycle.order.PostConstructOrderTestCase
> org.jboss.as.testsuite.integration.jpa.webnontxem.NonTransactionalEmTestCase
> org.jboss.as.testsuite.integration.osgi.eventadmin.EventAdminTestCase
> org.jboss.as.testsuite.integration.osgi.webapp.WebAppTestCase
> org.jboss.as.testsuite.integration.ejb.descriptor.CustomDescriptorTestCase
> org.jboss.as.testsuite.integration.osgi.xml.parser.SAXParserTestCase
> org.jboss.as.testsuite.integration.jpa.epcpropagation.EPCPropagationTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.war.WarClassLoadingTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.WarCanAccessEjbJarTestCase
> org.jboss.as.testsuite.integration.webejb.ServletInjectionTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarClassPath3TestCase
> org.jboss.as.testsuite.integration.ejb.interceptor.lifecycle.chains.InterceptorLifecycleSFSBTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.war.ApplicationIntegrationTestCase
> org.jboss.as.testsuite.integration.osgi.xservice.ModuleAccessesModuleServiceTestCase
> org.jboss.as.testsuite.integration.jpa.hibernate.envers.BasicEnversTestCase
> org.jboss.as.testsuite.integration.jaxrs.integration.cdi.CDIResourceInjectionTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarLibClassPathTransitiveClosureTestCase
> org.jboss.as.testsuite.integration.pojo.test.CycleBeansTestCase
> org.jboss.as.testsuite.integration.ejb.transaction.cmt.beforecompletion.BeforeCompletionExceptionDestroysBeanTestCase
> org.jboss.as.testsuite.integration.injection.resource.enventry.DuplicateGlobalBindingInjectionTestCase
> org.jboss.as.testsuite.integration.injection.resource.persistencecontextref.PersistenceContextRefTestCase
> org.jboss.as.testsuite.integration.jaxrs.subresource.SubResourceTestCase
> org.jboss.as.testsuite.integration.jpa.ormxml.OrmTestCase
> org.jboss.as.testsuite.integration.jpa.packaging.PersistenceUnitPackagingTestCase
> org.jboss.as.testsuite.integration.websecurity.WebSecurityFORMTestCase
> org.jboss.as.testsuite.integration.beanvalidation.hibernate.scriptassert.ScriptAssertTestCase
> org.jboss.as.testsuite.integration.osgi.jmx.MBeanServerTestCase
> org.jboss.as.testsuite.integration.weldejb.constructor.EjbConstructorInjectionTestCase
> org.jboss.as.testsuite.integration.xerces.unit.XercesUsageTestCase
> org.jboss.as.testsuite.integration.websecurity.WebSecurityJBossWebXmlSecurityRolesTestCase
> org.jboss.as.testsuite.integration.weldejb.interceptor.injection.CDIInjectionIntoEJBInterceptorTestCase
> org.jboss.as.testsuite.integration.ejb.descriptor.MergedDescriptorTestCase
> org.jboss.as.testsuite.integration.osgi.jta.TransactionTestCase
> org.jboss.as.testsuite.integration.ejb.remote.byvalue.RemoteInvocationByValueTestCase
> org.jboss.as.testsuite.integration.ejb.interceptor.method.EjbMethodInterceptorTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarClassPath2TestCase
> org.jboss.as.testsuite.integration.deployment.classloading.rar.RarClassLoadingTestCase
> org.jboss.as.testsuite.integration.jsf.managedbean.xml.XmlManagedBeanTestCase
> org.jboss.as.testsuite.integration.ejb.transaction.cmt.mandatory.SFSBMandatoryTransactionTestCase
> org.jboss.as.testsuite.integration.ejb.remote.async.RemoteAsyncInvocationTestCase
> org.jboss.as.testsuite.integration.weldejb.interceptor.exceptions.CDIEJBInterceptorExceptionTestCase
> org.jboss.as.testsuite.integration.osgi.webapp.ServletIntegrationTestCase
> org.jboss.as.testsuite.integration.security.CustomLoginModuleTestCase
> org.jboss.as.testsuite.integration.ejb.packaging.injection.CrossModuleInjectionTestCase
> org.jboss.as.testsuite.integration.jaxrs.packaging.ear.NoApplicationIntegrationTestCase
> org.jboss.as.testsuite.integration.websecurity.WebSecurityBASICTestCase
> org.jboss.as.testsuite.integration.as835.AS835TestCase
> org.jboss.as.testsuite.integration.osgi.configadmin.ConfigurationAdminTestCase
> org.jboss.as.testsuite.integration.injection.resource.resourceref.ResourceRefTestCase
> org.jboss.as.testsuite.integration.deployment.structure.JBossDeploymentStructureTestCase
> org.jboss.as.testsuite.integration.jaxrs.integration.cdi.CDIResourceInjectionEarTestCase
> org.jboss.as.testsuite.integration.ejb.localview.EjbLocalViewTestCase
> org.jboss.as.testsuite.integration.jpa.epcpropagation.hierarchy.EPCPropagationHierarchyTestCase
> org.jboss.as.testsuite.integration.weld.jpa.WeldJpaInjectionTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarJbossStructureAdditionalModuleTestCase
> org.jboss.as.testsuite.integration.weldejb.interceptor.packaging.CdiInterceptorEarPackagingTestCase
> org.jboss.as.testsuite.integration.jmx.ModelControllerMBeanTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EjbJarCanAccessOtherEjbJarTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarNestedBundleTestCase
> org.jboss.as.testsuite.integration.injection.resource.noncomponent.NonComponentResourceInjectionTestCase
> org.jboss.as.testsuite.integration.injection.resource.infinispan.InfinispanResourceRefTestCase
> org.jboss.as.testsuite.integration.weldejb.interceptor.binding.WeldInterceptorBindingTestCase
> org.jboss.as.testsuite.integration.ejb.transaction.annotation.NoExplicitTransactionManagementValueTestCase
> org.jboss.as.testsuite.integration.weld.interceptor.packaging.InterceptorPackagingTestCase
> org.jboss.as.testsuite.integration.ejb.descriptor.MetadataCompleteCustomDescriptorTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.war.WarInEarChildFirstClassLoadingTestCase
> org.jboss.as.testsuite.integration.osgi.blueprint.BlueprintTestCase
> org.jboss.as.testsuite.integration.osgi.jndi.JNDITestCase
> org.jboss.as.testsuite.integration.ejb.remote.stateful.StatefulInVmRemoteInvocationTestCase
> org.jboss.as.testsuite.integration.deployment.classloading.ear.EarClassPath1TestCase
> org.jboss.as.testsuite.integration.ejb.injection.ejbs.EjbsInjectionTestCase
> org.jboss.as.testsuite.integration.jsf.managedbean.annotation.AnnotatedManagedBeanTestCase
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months