JAXBContext in javax.xml.bind.JAXBContext is neither creating an instance of the package nor it is throwing an exception. The flow of the applicaton is fine until it comes to the below line in the code:
JAXBContext jc = JAXBContext.newInstance("org.test.package");
after that i dont see any exception even if the code is in try catch block nor the flow is not moving furthur as i dont see any logs after that. I am not sure what is causing this issue.