I have been having issues with my XML mapping viewer not informing me about what possibilities are available to be used in my constraint-mapping.
When I go to the URL it doesn't seem to exist, could anyone point me in the right direction. I've looked around (especially on the
hibernate docs) and I haven't found a different setup:
Code:
<constraint-mappings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/mapping validation-mapping-1.0.xsd"
xmlns="http://jboss.org/xml/ns/javax/validation/mapping">
On the flip-side of this my Spring XML files are working appropriately.