Thomas,
Thanks for the reply. I am aware of this file and have verified that it is updating properly, as well as the fact that the new jar file name appears when I look in the JDBC Driver manager.
So can you tell me that JDBC driver class files are not being cached in some kind of persistent store? That's what it's acting like.
I am trying to be able to reverse-engineer
saleforce.com objects via a metadata driver which represents the salesforce data model as JDBC metadata:
http://code.google.com/p/force-metadata-jdbc-driver/
(the code on this site definitely won't work in Power Architect - I have working code)
It actually totally works when I run it from within my developer build of Power Architect, but the installer version keeps functioning as if it still has the original, unfixed version of force-metadata. The original, buggy, jar was named:
"file:/D:/jlib/force-metadata-jdbc-driver-2.1.p1.jar", but I got rid of that and now it's:
"file:/D:/jlib/force-metadata-jdbc-driver-2.1.p2.jar" - which the attached log file shows is being used, however, the displayed results are only possible as it was using the first (old) jar file - that's why I keep thinking that somehow the driver classes are being persistently cached.
Currently, there are not many, if any, options for creating ERD diagrams for Salesforce, so this would be a great tool for this community.
Thanks,
Chris Wolf