[JBoss JIRA] (WFLY-2483) Enable/disable statistics for JCA deployments
by Jesper Pedersen (JIRA)
[ https://issues.jboss.org/browse/WFLY-2483?page=com.atlassian.jira.plugin.... ]
Jesper Pedersen closed WFLY-2483.
---------------------------------
Fix Version/s: (was: 8.0.0.Final)
Resolution: Duplicate Issue
> Enable/disable statistics for JCA deployments
> ---------------------------------------------
>
> Key: WFLY-2483
> URL: https://issues.jboss.org/browse/WFLY-2483
> Project: WildFly
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: JCA
> Reporter: Jesper Pedersen
> Assignee: Stefano Maestri
>
> Add operations to enable/disable statistics for JCA deployments.
> For datasources it would be
> {noformat}
> statistics=jdbc
> statistics=pool
> {noformat}
> For resource adapters it would be
> {noformat}
> statistics=pool
> {noformat}
> and all components that implement the statistics plugin extension
--
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
11 years, 2 months
[JBoss JIRA] (WFLY-2482) Enable/disable statistics for JCA deployments
by Jesper Pedersen (JIRA)
Jesper Pedersen created WFLY-2482:
-------------------------------------
Summary: Enable/disable statistics for JCA deployments
Key: WFLY-2482
URL: https://issues.jboss.org/browse/WFLY-2482
Project: WildFly
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JCA
Reporter: Jesper Pedersen
Assignee: Stefano Maestri
Fix For: 8.0.0.Final
Add operations to enable/disable statistics for JCA deployments.
For datasources it would be
{noformat}
statistics=jdbc
statistics=pool
{noformat}
For resource adapters it would be
{noformat}
statistics=pool
{noformat}
and all components that implement the statistics plugin extension
--
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
11 years, 2 months
[JBoss JIRA] (WFLY-2483) Enable/disable statistics for JCA deployments
by Jesper Pedersen (JIRA)
Jesper Pedersen created WFLY-2483:
-------------------------------------
Summary: Enable/disable statistics for JCA deployments
Key: WFLY-2483
URL: https://issues.jboss.org/browse/WFLY-2483
Project: WildFly
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JCA
Reporter: Jesper Pedersen
Assignee: Stefano Maestri
Fix For: 8.0.0.Final
Add operations to enable/disable statistics for JCA deployments.
For datasources it would be
{noformat}
statistics=jdbc
statistics=pool
{noformat}
For resource adapters it would be
{noformat}
statistics=pool
{noformat}
and all components that implement the statistics plugin extension
--
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
11 years, 2 months
[JBoss JIRA] (WFLY-2481) CDI.current().getBeanManager() returns a beanmanager from a different deployment
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/WFLY-2481?page=com.atlassian.jira.plugin.... ]
Jozef Hartinger moved WELD-1546 to WFLY-2481:
---------------------------------------------
Project: WildFly (was: Weld)
Key: WFLY-2481 (was: WELD-1546)
Affects Version/s: 8.0.0.Beta1
(was: 2.1.0.Final)
Component/s: CDI / Weld
(was: Bootstrap and Metamodel API)
Security: Public
> CDI.current().getBeanManager() returns a beanmanager from a different deployment
> --------------------------------------------------------------------------------
>
> Key: WFLY-2481
> URL: https://issues.jboss.org/browse/WFLY-2481
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: CDI / Weld
> Affects Versions: 8.0.0.Beta1
> Environment: WildFly master build
> Reporter: Emond Papegaaij
> Assignee: Jozef Hartinger
>
> CDI.current().getBeanManager() uses the classname of the calling class to cache BeanManagers returned. This fails if multiple deployments contain classes with the same name. For example, wicket-cdi-1.1 looks up the BeanManager from org.apache.wicket.cdi.CdiConfiguration. If multiple Wicket-CDI applications are deployed in the same container, every BeanManager lookup will return the instance cached on the first call.
--
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
11 years, 2 months
[JBoss JIRA] (WFLY-2352) Domain controller fails to restart due to an inconsistent rollback of a redeploy
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-2352?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-2352:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug 1021763|https://bugzilla.redhat.com/show_bug.cgi?id=1021763] from MODIFIED to ON_QA
> Domain controller fails to restart due to an inconsistent rollback of a redeploy
> --------------------------------------------------------------------------------
>
> Key: WFLY-2352
> URL: https://issues.jboss.org/browse/WFLY-2352
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Affects Versions: 8.0.0.Alpha4
> Reporter: Osamu Nagano
> Assignee: Brian Stansberry
>
> When you try to redeploy (or deploy with --force option) the same application which has the same contents hash, and a necessary dependency like a datasource beeing injected in the application is lost by some reason, the redeploy operation will delete the contents under $JBOSS_HOME/domain/data/content directory but won't delete entries in domain.xml. Then the domain controller fails to start up because no contents found in the directory. This likely happens when you frequently changes settings during other servers shutting down.
> The domain controller fails to restart with the following log messages.
> {code}
> 12:04:10,623 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([("deployment" => "exampleapp.war")]) - failure description: "JBAS010876: No deployment content with hash c1306bc4855f4ed9914c9616f2b999c5c62a79d3 is available in the deployment content repository for deployment 'exampleapp.war'. This is a fatal boot error. To correct the problem, either restart with the --admin-only switch set and use the CLI to install the missing content or remove it from the configuration, or remove the deployment from the xml configuraiton file and restart."
> 12:04:10,628 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010933: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> {code}
> The domain controller should be independent from such a server specific issue and there should be a way to fix this via CLI or Console, not by a manual editing of domain.xml.
--
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
11 years, 2 months
[JBoss JIRA] (WFLY-2403) Cannot disable Datasource or XADatasource in standalone and domain modes
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-2403?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-2403:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug 970679|https://bugzilla.redhat.com/show_bug.cgi?id=970679] from MODIFIED to ON_QA
> Cannot disable Datasource or XADatasource in standalone and domain modes
> ------------------------------------------------------------------------
>
> Key: WFLY-2403
> URL: https://issues.jboss.org/browse/WFLY-2403
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Stefano Maestri
> Assignee: Stefano Maestri
>
> Description of problem:
> Cannot disable a Datasource or XADatasource in standalone mode. It's back to enabled state after server reload.
> Version-Release number of selected component (if applicable):
> 6.1
> How reproducible:
> Always
> Steps to Reproduce:
> Use the http management interface or the CLI
> 1.Create a Datasource of XADatasource
> 2.Disable it
> 3.The response indicates a server reload is required
> 4.Execute the reload operation
> Actual results:
> The datasource is back to enabled state
> Expected results:
> The datasource should be in disabled state
--
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
11 years, 2 months