Hi,
From a java application we are trying to connect to mysql db using hibernate..when executing a query, it hangs at the following place..After the below debug statement, the entire applications just hangs here...
Appreciate your response on this.
2011-01-21 13:32:41,218[DEBUG][org.hibernate.jdbc.AbstractBatcher:358]about to open PreparedStatement (open PreparedStatements: 0, globally: 0) 2011-01-21 13:32:41,220[DEBUG][org.hibernate.jdbc.ConnectionManager:415]opening JDBC connection 2011-01-21 13:32:41,222[DEBUG][org.hibernate.jdbc.AbstractBatcher:393]<<Our Application Query>>
2011-01-21 13:32:41,224[DEBUG][org.hibernate.jdbc.AbstractBatcher:476]preparing statement <<<<The application just stops here >>>>>>
|