[JBoss JIRA] Created: (AS7-739) En/Disable deployment doesn't work as expected
by Heiko Braun (JIRA)
En/Disable deployment doesn't work as expected
----------------------------------------------
Key: AS7-739
URL: https://issues.jboss.org/browse/AS7-739
Project: Application Server 7
Issue Type: Bug
Reporter: Heiko Braun
Assignee: Stan Silvert
If I disable a deployment that is only assigned to a single server group, I get this:
[Server:server-one] 17:49:28,770 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
[Server:server-two] 17:49:28,771 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "test-application.war"
[Server:server-one] 17:49:29,315 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
[Server:server-two] 17:49:29,412 INFO [org.jboss.web] (MSC service thread 1-1) registering web context: /test-application
Likewise, disabling it for a specific group doesn't have no effect.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Moved: (AS7-743) SNMP: Fix Long return types for 64 bit equivalent in SNMP
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/AS7-743?page=com.atlassian.jira.plugin.sy... ]
Mustafa Musaji moved JBPAPP-6493 to AS7-743:
--------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-743 (was: JBPAPP-6493)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.0.0.Beta3
(was: 4.3.0.GA_CP09)
Component/s: (was: SNMP)
Security: (was: Public)
Fix Version/s: 7.0.0.CR1
(was: 4.3.0.GA_CP10)
Docs QE Status: (was: NEW)
> SNMP: Fix Long return types for 64 bit equivalent in SNMP
> ---------------------------------------------------------
>
> Key: AS7-743
> URL: https://issues.jboss.org/browse/AS7-743
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: 7.0.0.Beta3
> Environment: JBoss Enterprise Application Platform 4.3.0_CP09
> Reporter: Mustafa Musaji
> Assignee: Mustafa Musaji
> Labels: snmp
> Fix For: 7.0.0.CR1
>
>
> Snmp Adapter returning Gauge32 instead of Counter64
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Moved: (AS7-742) SNMP: Fix Long return types for 64 bit equivalent in SNMP
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/AS7-742?page=com.atlassian.jira.plugin.sy... ]
Mustafa Musaji moved JBPAPP-6492 to AS7-742:
--------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-742 (was: JBPAPP-6492)
Issue Type: Feature Request (was: Bug)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.0.0.Beta3
(was: 4.3.0.GA_CP09)
Component/s: (was: SNMP)
Security: (was: Public)
Fix Version/s: 7.0.0.CR1
(was: 4.3.0.GA_CP10)
Docs QE Status: (was: NEW)
> SNMP: Fix Long return types for 64 bit equivalent in SNMP
> ---------------------------------------------------------
>
> Key: AS7-742
> URL: https://issues.jboss.org/browse/AS7-742
> Project: Application Server 7
> Issue Type: Feature Request
> Affects Versions: 7.0.0.Beta3
> Environment: JBoss Enterprise Application Platform 4.3.0_CP09
> Reporter: Mustafa Musaji
> Assignee: Mustafa Musaji
> Labels: snmp
> Fix For: 7.0.0.CR1
>
>
> Snmp Adapter returning Gauge32 instead of Counter64
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (AS7-731) Datasource metrics not appearing in read-resource-description output
by Brian Stansberry (JIRA)
Datasource metrics not appearing in read-resource-description output
--------------------------------------------------------------------
Key: AS7-731
URL: https://issues.jboss.org/browse/AS7-731
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JCA
Reporter: Brian Stansberry
Assignee: Stefano Maestri
Fix For: 7.0.0.CR1
pilhuhn: shouldn't stuff that shows up in :read-resource also show up in :read-resource-description ( even if only as a dummy element ) ?
bstansberry: pilhuhn: yes
bstansberry: what doesn't?
• pilhuhn is missing e.g. MaxUsedCount for data sources
pilhuhn: and all the other metrics on the h2 datasource
pilhuhn: [domain@localhost:9999 data-source=java:/H2DS] :read-resource(include-runtime=true)
pilhuhn: vs
pilhuhn: [domain@localhost:9999 data-source=java:/H2DS] :read-resource-description(include-runtime=true)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (JBRULES-2836) Nested conditional expression (x?y:z) does not resolve variable binding
by Wolfgang Laun (JIRA)
Nested conditional expression (x?y:z) does not resolve variable binding
-----------------------------------------------------------------------
Key: JBRULES-2836
URL: https://issues.jboss.org/browse/JBRULES-2836
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-compiler, drools-compiler (expert)
Affects Versions: 5.1.1.FINAL
Reporter: Wolfgang Laun
Assignee: Mark Proctor
Fix For: 5.2.0.M1
A return value restriction containing a nested conditional expression referencing two previously bound variables is flagged as erroneous. (A similar, not nested, expression referencing the same variables, is compiled and executed correctly.)
The provided DRL is sufficient for producing the error:
ule Compilation error : [Rule name='check sum']
appl/domain/Rule_check_sum_0.java (9:417) : $a2 cannot be resolved
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (JBRULES-3018) There is no Eclipse project for examples.
by Jervis Liu (JIRA)
There is no Eclipse project for examples.
------------------------------------------
Key: JBRULES-3018
URL: https://issues.jboss.org/browse/JBRULES-3018
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 5.2.0.M2
Reporter: Jervis Liu
Assignee: Mark Proctor
Fix For: 5.2.0.CR1
Drools Expert Guide section 9.1 says " Then download and extract the drools-examples zip file, which includes an already created Eclipse project. Import that project into a new Eclipse workspace.".
But for 5.2, we dont have eclipse project anymore.
BTW, droolsjbpm-integration examples ship with a pom file. At least you can generate Eclipse project with the pom by yourself.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months