cancel
Showing results for 
Search instead for 
Did you mean: 

Source not found.

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi all,

I have created a method in a stateless bean and then exposed it as web services. When i try to execute it it throws error.

When i debug it it gives error like :

"Source not found for CommonConnectionHandle(Connection Handle).preparedstatement(String)"

in

"ps = con.prepareStatement(query);"

where ps = preparedStatement

con = Connection

Could u please help me out in this?

Regards,

Abhijeet

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Abhijeet!

Just in case you haven't found out already: You may only step through code in debugging which you have sources for. In the debugging-preferences you may set a filter excluding standard- and 3rd party-files from debugging to get rid of such messages.

Regards,

Thomas