I'm trying to debug some code that is running in ServiceMix and I can debug my code just fine but when I try to step into a DBCP bundles the source code isn't lining up with what is running. At the moment I'm fighting my way through org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp. I have version 1.4_2 in my project and have downloaded the source. I have also deployed that version into ServiceMix. When I attach my debugger though, as soon as I step into the DBCP code it doesn't make sense. It's almost like the deployed jar line numbers have the comments stripped out while the source includes the comments so the line numbers are off.
I'm able to step into other bundles just fine like the core OSGI stuff like FrameworkUtil. Any help would be appreciated. Thanks, Chris
