eclipse - standalone-full.xml errors - unrecognised jboss properties -
i seeing several errors in standalone-full.xml in maven project in eclipse. following line (one of many) has errors displayed.
<socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/>
error:
multiple annotations found @ line: - cvc-attribute.3: value '${jboss.management.http.port:9990}' of attribute 'port' on element 'socket-binding' not valid respect type, 'unsignedshort'. - cvc-datatype-valid.1.2.1: '${jboss.management.http.port:9990}' not valid value 'integer'.
i realize because jboss properties not being picked up. "jboss.home" recognized.
has seen before? in advance.
Comments
Post a Comment