Questions tagged [eclassnotfound]

4 questions
4
votes
6 answers

Delphi "EClassNotFound" errors, and corrupted DFM possibility

I am getting a cascading set of "EClassNotFound" errors in in my Delphi 2007 project. Doesn't seem to be caused by the missing Name property value as often is the case, and though adding RegisterClass(XXX) in the initialization section(s) fixes the…
Jamo
  • 3,238
  • 6
  • 40
  • 66
0
votes
1 answer

Persevere datasource driver

I'm new to persevere, I did the helloWorld tutorial, very impressive btw but I'm now trying to connect to a real postgres database and find myself struggling having the driver recognized when I have the feeling it should be dead simple. I dropped…
Lancelot
  • 2,417
  • 12
  • 39
  • 46
0
votes
1 answer

Using mysql JDBC in the OSGi framework

I have a huge problem with getting a connection to a Database within my OSGi Application. I searched for 3 days an couldn't find a good solution. Just not working and old stuff. I'm using Bndtools for creating my Bundles. Can anyone please help…
0
votes
2 answers

ClassNotFoundException for com.bea.content.manager.internal.ContentUpgradeListener when attempting to start application in Weblogic 10.2

I'm getting the following error when attempting to move an application from a state of "Prepared" to "Active": weblogic.management.DeploymentException: at…
Charlie
  • 819
  • 3
  • 12
  • 17