[JBoss JIRA] (WFLY-1893) Restarting server with a disabled DS enables the DS
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-1893?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-1893:
-----------------------------------------------
Ivo Studensky <istudens(a)redhat.com> changed the Status of [bug 952277|https://bugzilla.redhat.com/show_bug.cgi?id=952277] from MODIFIED to ON_QA
> Restarting server with a disabled DS enables the DS
> ---------------------------------------------------
>
> Key: WFLY-1893
> URL: https://issues.jboss.org/browse/WFLY-1893
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JCA
> Reporter: Kabir Khan
> Assignee: Stefano Maestri
>
> See https://issues.jboss.org/browse/WFLY-1874
> If you add a datasource with
> subsystem=datasources/data-source=Test:add(jndi-name=java:/Test,jta=false,use-ccm=false,connection-url=url,driver-class=org.h2.Driver,driver-name=h2,user-name=user,password=pass,validate-on-match=false,background-validation=false,share-prepared-statements=false)
> it shows up as not enabled/undefined:
> {code}
> [standalone@localhost:9990 /] /subsystem=datasources/data-source=Test:read-resource{ "outcome" => "success",
> "result" => {
> ...
> "enabled" => false,
> {code}
> {code}
> [standalone@localhost:9990 /] /subsystem=datasources/data-source=Test:read-resource(include-defaults=false)
> {
> "outcome" => "success",
> "result" => {
> ... "enabled" => undefined,
> {code}
> This is persisted as
> {code}
> <datasource jta="false" jndi-name="java:/Test" pool-name="Test" enabled="false" use-ccm="false">
> <connection-url>url</connection-url>
> <driver-class>org.h2.Driver</driver-class>
> <driver>h2</driver>
> <security>
> <user-name>user</user-name>
> <password>pass</password>
> </security>
> <validation>
> <validate-on-match>false</validate-on-match>
> <background-validation>false</background-validation>
> </validation>
> <statement>
> <share-prepared-statements>false</share-prepared-statements>
> </statement>
> </datasource>
> {code}
> Now if you stop and start the server again you end up with enabled=true.
--
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, 1 month
[JBoss JIRA] (DROOLS-317) Multiple issues with named consequences
by Mario Fusco (JIRA)
Mario Fusco created DROOLS-317:
----------------------------------
Summary: Multiple issues with named consequences
Key: DROOLS-317
URL: https://issues.jboss.org/browse/DROOLS-317
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
Named consequences have the following issues:
- consequence name not set for MVEL (java ok)
- branch update using wrong leftTuple in phreak
- missing consequence names not detected at compile time
- LogicTransformer doesn't process branches with or correctly
--
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, 1 month
[JBoss JIRA] (JASSIST-212) FieldAccess.replace causes java.lang.VerifyError
by Jungkook Kim (JIRA)
Jungkook Kim created JASSIST-212:
------------------------------------
Summary: FieldAccess.replace causes java.lang.VerifyError
Key: JASSIST-212
URL: https://issues.jboss.org/browse/JASSIST-212
Project: Javassist
Issue Type: Bug
Affects Versions: 3.18.1-GA, 3.18.0-GA, 3.17.1-GA, 3.17.0-GA
Environment: JAVA7
Reporter: Jungkook Kim
Assignee: Shigeru Chiba
FieldAccess.replace causes java.lang.VerifyError with a specific code structure.
javassist version 3.17.0~3.18.1
3.16.1 works fine.
--
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, 1 month
[JBoss JIRA] (WFLY-2433) please tag 7.3 in community repository
by Tom Eicher (JIRA)
Tom Eicher created WFLY-2433:
--------------------------------
Summary: please tag 7.3 in community repository
Key: WFLY-2433
URL: https://issues.jboss.org/browse/WFLY-2433
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Tom Eicher
According to JBoss dowload page, at EAP 6.2.0, there is a JBoss AS 7.3.0 release; however no such release can be found in as7 or wildfly repository.
Please tag the 7.3.0 in either repository, so as not to have the community completely out of the loop.
--
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, 1 month