Greetings!
I am getting the following warnings when building SWF from eclipse:
A number of classes generate the warning not just 'CustoomAttributeMapper'.The serializable class CustomAttributeMapper does not declare a static final serialVersionUID field of type long
In addition I am getting the following warning:
I have for example, disabled the warning of serialVersionUID in eclipse. Going to preferencds -> java -> compiler -> Errors/Warning. Yet I still get the warnings. Any suggestions?[resolve.conf] WARNING: problem while setting JAXP validating property on SAXParser... XML validation will not be done: Property: http://java.sun.com/xml/jaxp/properties/schemaLanguage
However, building from the command line does not produce any errorrs.
_Curtney


Reply With Quote