How to pass “Null” (a real surname!) to a SOAP web service in ActionScript 3

We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used as the search term (which happens to be quite often now). The error received (thanks Fiddler!) is: <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.MissingArgumentException : The SEARCHSTRING parameter to the getFacultyNames function is required but was not passed … Read more

hibernate properties not found

I guess the problem is with the code for configuration you mentioned for .hbm.xml may not be working in Tomcat. I think it needs AnnotationConfiguration object. I guess you used this code due to the Annotationconfiguration object creation is not working. Better create a maven hibernate project with pom and export the war file to Tomcat (with the changes of Annotationconfiguration). Also use log4j … Read more