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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

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