-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
-
-
-
-
-
Not Required
VDX - pretty print shows WFLYCTL0133 in the main ^^^^^ message for case of missing required attribute
| ^^^^ WFLYCTL0133: Missing required attribute(s): name
I think it should be just | ^^^^ Missing required attribute(s): name
Oracle Java:
OPVDX001: Validation error in standalone-full-ha.xml --------------------------- | | 362: <connection-factory entries="java:jboss/exported/jms/RemoteConnectionFactory" connectors="http-connector" name="RemoteConnectionFactory" ha="true" reconnect-attempts="-1" block-on-acknowledge="true"/> | 363: <pooled-connection-factory entries="java:/JmsXA java:jboss/DefaultJMSConnectionFactory" connectors="in-vm" name="activemq-ra" transaction="xa"/> | 364: <http-connector socket-binding="http" endpoint="http-acceptor"/> | ^^^^ ParseError at [row,col]:[364,9] | Message: WFLYCTL0133: Missing required attribute(s): name | | 365: </server> | 366: </subsystem> | 367: <subsystem xmlns="urn:jboss:domain:modcluster:3.0"> | | The primary underlying error message was: | > ParseError at [row,col]:[364,9] | > Message: WFLYCTL0133: Missing required attribute(s): name | |-------------------------------------------------------------------------------
IBM Java
OPVDX001: Validation error in standalone-full-ha.xml --------------------------- | | 362: <connection-factory entries="java:jboss/exported/jms/RemoteConnectionFactory" connectors="http-connector" name="RemoteConnectionFactory" ha="true" reconnect-attempts="-1" block-on-acknowledge="true"/> | 363: <pooled-connection-factory entries="java:/JmsXA java:jboss/DefaultJMSConnectionFactory" connectors="in-vm" name="activemq-ra" transaction="xa"/> | 364: <http-connector socket-binding="http" endpoint="http-acceptor"/> | ^^^^ WFLYCTL0133: Missing required attribute(s): name | | 365: </server> | 366: </subsystem> | 367: <subsystem xmlns="urn:jboss:domain:modcluster:3.0"> | | The primary underlying error message was: | > WFLYCTL0133: Missing required attribute(s): name | |-------------------------------------------------------------------------------
Links to test:
- https://github.com/jboss-eap-qe/vdx-wildfly-testsuite/blob/master/src/test/java/org/wildfly/test/integration/vdx/standalone/MessagingTestCase.java#L225
- https://github.com/jboss-eap-qe/vdx-wildfly-testsuite/blob/master/src/test/resources/org/wildfly/test/integration/vdx/transformations/messaging/AddConnectorWithoutName.groovy
CCi tcrawley
- is blocked by
-
WFCORE-2260 Validate presence of required attributes in PersistentResourceXmlParser/Description
- Open
- is incorporated by
-
JBEAP-8294 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta2
- Closed