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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -