[JBoss JIRA] (WFLY-1725) Update The Wildfly High Availability Guide
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-1725?page=com.atlassian.jira.plugin.... ]
Paul Ferraro commented on WFLY-1725:
------------------------------------
This looks great, though I think the undertow subsystem documentation belongs somewhere else. We only need to discuss relevant parts (e.g. mod_cluster connectors, clustered SSO, etc.)
I think the next step is to create sub-tasks and start assigning owners.
> Update The Wildfly High Availability Guide
> -------------------------------------------
>
> Key: WFLY-1725
> URL: https://issues.jboss.org/browse/WFLY-1725
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 8.0.0.Alpha3
> Reporter: Richard Achmatowicz
> Assignee: Richard Achmatowicz
> Fix For: 8.0.0.Beta1
>
>
> The main source of clustering-related documentation for a Wildfly user is the High Availability Guide in the Wildfly 8 documentation on docs.jboss.org.
> Update this document into a quality document which will aid the user's understanding of new features and configuration in Wildfly 8 clustering.
--
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
12 years, 9 months
[JBoss JIRA] (WFLY-1731) Bad management of bind owner at the WritableServiceBasedNamingStore
by Eduardo Martins (JIRA)
Eduardo Martins created WFLY-1731:
-------------------------------------
Summary: Bad management of bind owner at the WritableServiceBasedNamingStore
Key: WFLY-1731
URL: https://issues.jboss.org/browse/WFLY-1731
Project: WildFly
Issue Type: Feature Request
Components: Naming
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Fix For: 8.0.0.Beta1
Each EE deployment maintains a set of service names wrt bindings it "owns", which should be removed when the deployment stops, and the management of these is not proper on unbind and rebind done at the naming store.
--
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
12 years, 9 months
[JBoss JIRA] (WFLY-1730) Wrong TCCL during ValidatorFactory retrieval
by Eduardo Martins (JIRA)
[ https://issues.jboss.org/browse/WFLY-1730?page=com.atlassian.jira.plugin.... ]
Eduardo Martins commented on WFLY-1730:
---------------------------------------
this issue is valid, the ValidatorFactory may not provide the correct TCCL, so Context#list() or the management op jndi-view will fail
> Wrong TCCL during ValidatorFactory retrieval
> --------------------------------------------
>
> Key: WFLY-1730
> URL: https://issues.jboss.org/browse/WFLY-1730
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 8.0.0.Alpha3
> Reporter: Jozef Hartinger
> Assignee: Eduardo Martins
> Fix For: 8.0.0.Beta1
>
>
> Here https://github.com/wildfly/wildfly/blob/master/ee/src/main/java/org/jboss...
> the TCCL is set to the classloader of the ValidatorFactory. If the ValidatorFactory is LazyValidatorFactory which delegates to a client proxy obtained from Weld, this call fails with
> {noformat}
> Caused by: java.lang.IllegalStateException: JBAS016071: Singleton not set for ModuleClassLoader for Module "org.jboss.as.ee:main" from local module loader @76724357 (finder: local module finder @47a34181 (r$
> at org.jboss.as.weld.services.ModuleGroupSingletonProvider$TCCLSingleton.get(ModuleGroupSingletonProvider.java:75) [wildfly-weld-8.0.0.Alpha4-SNAPSHOT.jar:8.0.0.Alpha4-SNAPSHOT]
> at org.jboss.weld.Container.instance(Container.java:54) [weld-core-impl-2.0.2.Final.jar:2013-06-27 10:15]
> at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:70) [weld-core-impl-2.0.2.Final.jar:2013-06-27 10:15]
> at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.0.2.Final.jar:2013-06-27 10:15]
> at org.jboss.weld.proxies.ValidatorFactory$618047133$Proxy$_$$_WeldClientProxy.getValidator(Unknown Source) [weld-core-impl-2.0.2.Final.jar:]
> at org.jboss.as.ee.beanvalidation.LazyValidatorFactory.getValidator(LazyValidatorFactory.java:83)
> at org.jboss.as.ee.beanvalidation.ValidatorJndiInjectable.getInstanceSafely(ValidatorJndiInjectable.java:53)
> at org.jboss.as.ee.beanvalidation.ValidatorJndiInjectable.getInstanceClassName(ValidatorJndiInjectable.java:61)
> at org.jboss.as.naming.ServiceBasedNamingStore.list(ServiceBasedNamingStore.java:176)
> at org.jboss.as.naming.NamingContext.list(NamingContext.java:323)
> at org.jboss.as.naming.InitialContext.list(InitialContext.java:140)
> at org.jboss.as.naming.NamingContext.list(NamingContext.java:339)
> at javax.naming.InitialContext.list(InitialContext.java:455) [rt.jar:1.7.0_25]
> at org.jboss.as.test.integration.web.injection.SimpleServlet.testAS7_5347(SimpleServlet.java:59) [classes:]
> ... 29 more
> {noformat}
> My assumption is that setting the TCCL is not necessary here at all though I may be wrong.
--
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
12 years, 9 months
[JBoss JIRA] (WFLY-1730) Wrong TCCL during ValidatorFactory retrieval
by Eduardo Martins (JIRA)
[ https://issues.jboss.org/browse/WFLY-1730?page=com.atlassian.jira.plugin.... ]
Eduardo Martins updated WFLY-1730:
----------------------------------
Assignee: Eduardo Martins
> Wrong TCCL during ValidatorFactory retrieval
> --------------------------------------------
>
> Key: WFLY-1730
> URL: https://issues.jboss.org/browse/WFLY-1730
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 8.0.0.Alpha3
> Reporter: Jozef Hartinger
> Assignee: Eduardo Martins
> Fix For: 8.0.0.Beta1
>
>
> Here https://github.com/wildfly/wildfly/blob/master/ee/src/main/java/org/jboss...
> the TCCL is set to the classloader of the ValidatorFactory. If the ValidatorFactory is LazyValidatorFactory which delegates to a client proxy obtained from Weld, this call fails with
> {noformat}
> Caused by: java.lang.IllegalStateException: JBAS016071: Singleton not set for ModuleClassLoader for Module "org.jboss.as.ee:main" from local module loader @76724357 (finder: local module finder @47a34181 (r$
> at org.jboss.as.weld.services.ModuleGroupSingletonProvider$TCCLSingleton.get(ModuleGroupSingletonProvider.java:75) [wildfly-weld-8.0.0.Alpha4-SNAPSHOT.jar:8.0.0.Alpha4-SNAPSHOT]
> at org.jboss.weld.Container.instance(Container.java:54) [weld-core-impl-2.0.2.Final.jar:2013-06-27 10:15]
> at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:70) [weld-core-impl-2.0.2.Final.jar:2013-06-27 10:15]
> at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100) [weld-core-impl-2.0.2.Final.jar:2013-06-27 10:15]
> at org.jboss.weld.proxies.ValidatorFactory$618047133$Proxy$_$$_WeldClientProxy.getValidator(Unknown Source) [weld-core-impl-2.0.2.Final.jar:]
> at org.jboss.as.ee.beanvalidation.LazyValidatorFactory.getValidator(LazyValidatorFactory.java:83)
> at org.jboss.as.ee.beanvalidation.ValidatorJndiInjectable.getInstanceSafely(ValidatorJndiInjectable.java:53)
> at org.jboss.as.ee.beanvalidation.ValidatorJndiInjectable.getInstanceClassName(ValidatorJndiInjectable.java:61)
> at org.jboss.as.naming.ServiceBasedNamingStore.list(ServiceBasedNamingStore.java:176)
> at org.jboss.as.naming.NamingContext.list(NamingContext.java:323)
> at org.jboss.as.naming.InitialContext.list(InitialContext.java:140)
> at org.jboss.as.naming.NamingContext.list(NamingContext.java:339)
> at javax.naming.InitialContext.list(InitialContext.java:455) [rt.jar:1.7.0_25]
> at org.jboss.as.test.integration.web.injection.SimpleServlet.testAS7_5347(SimpleServlet.java:59) [classes:]
> ... 29 more
> {noformat}
> My assumption is that setting the TCCL is not necessary here at all though I may be wrong.
--
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
12 years, 9 months