// call greet methods
System.out.println(completeXMLDDBean.greetWithNotSupportedTransaction("jai"));
System.out.println(completeXMLDDBean.greetWithRequiredTransaction("jai"));
// bye
System.out.println(completeXMLDDBean.sayBye("jai"));
// let's try the uncallable method
System.out.println("We'll try calling an uncallable method");
try
{