[JBoss JIRA] (WFLY-7389) Improve undefined statistics-enabled attribute testing in infinispan subsystem for EAP 6.2
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-7389?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-7389:
---------------------------------
Summary: Improve undefined statistics-enabled attribute testing in infinispan subsystem for EAP 6.2 (was: Improve undefined statistics-enabled attribute testing in infnispan subsystem for EAP 6.2)
> Improve undefined statistics-enabled attribute testing in infinispan subsystem for EAP 6.2
> ------------------------------------------------------------------------------------------
>
> Key: WFLY-7389
> URL: https://issues.jboss.org/browse/WFLY-7389
> Project: WildFly
> Issue Type: Task
> Components: Clustering
> Affects Versions: 10.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Minor
>
> The test file clustering/infinispan/extension/src/test/resources/org/jboss/as/clustering/infinispan/subsystem/infinispan-transformer-reject.xml specifies {code}statistics-enabled="false"{code} for all caches and cache-containers thus the situation when its undefined is never tested.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 6 months
[JBoss JIRA] (WFLY-7426) Attempt to remove cache container with default-cache defined throws NPE
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-7426?page=com.atlassian.jira.plugin.... ]
Paul Ferraro moved JBEAP-6743 to WFLY-7426:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7426 (was: JBEAP-6743)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Affects Version/s: 10.1.0.Final
(was: 7.1.0.DR7)
> Attempt to remove cache container with default-cache defined throws NPE
> -----------------------------------------------------------------------
>
> Key: WFLY-7426
> URL: https://issues.jboss.org/browse/WFLY-7426
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Minor
>
> When I create a local cache as a child of some cache container and then set it to that cache container as its default cache, it is impossible to remove that cache container.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 6 months
[JBoss JIRA] (WFLY-7425) [GSS] (7.1.z) add per PU cache of the new temp classloader returned from PersistenceUnitMetadataImpl.getNewTempClassLoader()
by Stephen Fikes (JIRA)
Stephen Fikes created WFLY-7425:
-----------------------------------
Summary: [GSS] (7.1.z) add per PU cache of the new temp classloader returned from PersistenceUnitMetadataImpl.getNewTempClassLoader()
Key: WFLY-7425
URL: https://issues.jboss.org/browse/WFLY-7425
Project: WildFly
Issue Type: Enhancement
Components: JPA / Hibernate
Reporter: Stephen Fikes
Assignee: Scott Marlow
The new temporary classloader returned by the WildFly PersistenceUnitInfo.getNewTempClassLoader() is currently created on every call.
Ensure that the cached temp classloader reference is cleared after the PersistenceProvider.createContainerEntityManagerFactory() call returns.
Javadoc description from [http://docs.oracle.com/javaee/7/api/javax/persistence/spi/PersistenceUnit...]
{quote}
ClassLoader getNewTempClassLoader()
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs. The scope and classpath of this loader is exactly the same as that of the loader returned by getClassLoader(). None of the classes loaded by this class loader will be visible to application components. The provider may only use this ClassLoader within the scope of the PersistenceProvider.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo, java.util.Map) call.
Returns:
temporary ClassLoader with same visibility as current loader
{quote}
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 6 months