Hi, I am using websphere 6. I need to avoid try/catch blocks in the generated java files. How to configure my webphere to do not generate try/catch blocks?
Hi Christophe You are right. I am talking about the generated java.I want to avoid "code too large in try block" error.thats why i asked this Question. I know avoid try/catch block is possible with Weblogic. But with websphere ???