<beans xmlns:util="http://www.springframework.org/schema/util">
<bean id="cronTrigger" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean">
<property name="misfireInstruction">
<util:constant static-field="org.quartz.CronTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW"/>
</property>
</bean>
</beans>
org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict を受け取りましたが、要素 'util:constant' の宣言が見つかりません。