Could anyone help?
Spring mvc 2.5 + hdiv
getting this error message-am i missing some obvious config option
Field isn't an enum value
java.lang.NoSuchFieldException: _HDIV_STATE_
at java.lang.Class.getField(Class.java:1507)
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:206)
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"><beans><!-- CONFIDENTIALITY --><beanid="confidentiality"class="java.lang.Boolean"><constructor-arg><value>true</value></constructor-arg></bean><!-- COOKIES INTEGRITY --><beanid="avoidCookiesIntegrity"class="java.lang.Boolean"><constructor-arg><value>false</value></constructor-arg></bean><!-- COOKIES CONFIDENTIALITY --><beanid="avoidCookiesConfidentiality"class="java.lang.Boolean"><constructor-arg><value>false</value></constructor-arg></bean><!-- STRATEGY --><beanid="strategy"class="java.lang.String"><constructor-arg><value>memory</value></constructor-arg></bean><!-- RANDOM NAME FOR HDIV PARAMETER --><beanid="randomName"class="java.lang.Boolean"><constructor-arg><value>false</value></constructor-arg></bean><!-- HDIV Configuration Bean --><beanid="config"class="org.hdiv.config.HDIVConfig"><propertyname="userStartParameters"><list></list></property><!-- you can use regular expressions --><propertyname="userStartPages"><list><value>/welcome.do</value></list></property><propertyname="errorPage"><value>/jsp/error.jsp</value></property><propertyname="confidentiality"><refbean="confidentiality"/></property><propertyname="paramsWithoutValidation"><map></map></property><!-- <property name="validations"> <ref bean="editableParemetersValidations" /> </property> --><propertyname="cookiesIntegrity"><refbean="avoidCookiesIntegrity"/></property><propertyname="cookiesConfidentiality"><refbean="avoidCookiesConfidentiality"/></property><propertyname="protectedExtensions"><list><value>.*.htm</value></list></property></bean></beans>
Any help appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-06-14
please ignore question
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could anyone help?
Spring mvc 2.5 + hdiv
getting this error message-am i missing some obvious config option
Field isn't an enum value
java.lang.NoSuchFieldException: _HDIV_STATE_
at java.lang.Class.getField(Class.java:1507)
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:206)
hdiv-applicationContext.xml->
hdiv-config.xml->
Any help appreciated
please ignore question