[JBoss JIRA] (WFCORE-119) Add resolve-expressions param to operation read-resource
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-119?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration updated WFCORE-119:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1079197
> Add resolve-expressions param to operation read-resource
> --------------------------------------------------------
>
> Key: WFCORE-119
> URL: https://issues.jboss.org/browse/WFCORE-119
> Project: WildFly Core
> Issue Type: Feature Request
> Components: CLI, Domain Management
> Reporter: Michael Voegele
> Assignee: Joe Wertz
> Labels: expression, read-resource
> Fix For: 1.0.0.Alpha9
>
>
> When reading a resource remotely, it would be nice to have the possibility to have expressions resolved.
> Following does of course not work, as the code runs in a separate jvm.
> {code:java}
> private void readRecursive(ModelNode modelNode, String modelNodeName, Map<String, Object> map) {
> switch (modelNode.getType()) {
> ...
> case EXPRESSION:
> // this would be great but won't work as it runs in a different jvm
> // ModelNode expression = modelNode.resolve();
> // readRecursive(expression, modelNodeName, map);
> map.put(modelNodeName, modelNode.asString());
> break;
> ...
> }
> {code}
> Therefore a param resolve-expressions for the read-resource operation would be good.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years
[JBoss JIRA] (WFLY-4141) MySQLConnector/J version 5.1.34 not working on Wildfly8.2.final
by Mukund Rajamannar (JIRA)
Mukund Rajamannar created WFLY-4141:
---------------------------------------
Summary: MySQLConnector/J version 5.1.34 not working on Wildfly8.2.final
Key: WFLY-4141
URL: https://issues.jboss.org/browse/WFLY-4141
Project: WildFly
Issue Type: Bug
Components: Domain Management
Affects Versions: 8.2.0.Final
Environment: Ubuntu 14.04.1, Oracle Java 8 update 25, Wildfly 8.2.final
Reporter: Mukund Rajamannar
Assignee: Brian Stansberry
In Wildfly 8.2 domain mode, I am not able to use MySQL Connector/J as a JDBC driver. This works on 8.1.final and it appears to be a regression introduced in 8.2. Please see the section on reproducing the bug for details.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years