I have a JAVA project which deployed in WebSphere Application Server. When error occurs, the log shows me something like this:
[1/4/13 6:49:30:133 MYT] 0000003d theDaoImpl E org.huahsin.dao.impl.theInitDaoImpl getStatus [theInitDaoImpl:getStatus]
at org.huahsin.dao.impl.theInitDaoImpl.getStatus(Unknown Source)
This project was build using Ant and I have include the source code into this war file. May I know how could I tied the source code into the log so I could have a clearer picture what is happening on the particular function getStatus().
Thank you on hints from @Gimby and @ppeterka, I have the problem solved by putting the attribute
debug="on"in<javac>tag.