|
As of October 27th, please open all new issues in the Red Hat Customer Portal . |
|
[
Permlink
| « Hide
]
Claus Ibsen added a comment - 11/Jul/11 09:14 AM
The yellow hint box shows wrong expectations. It should show the possible data format types such as:
If I changed the <jaxb> to something invalid like <xxx> I get a red circle with a hint box. That hint box is wrong, see image.
<camelContext xmlns="http://camel.apache.org/schema/spring"> <route id="myRoute"> <from uri="timer:foo?period=5000"/> <marshal> <xxx/> </marshal> <log message="blah"/> </route> </camelContext> fixed in 1.1.72 - we now use the latest/greatest camel XSD in the XML editor and when validating the XML before switching to the design view
|
|||||||||||||||||||||||||||||||||||||||||||||||