db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » reflector » ClassLoader   (RSS)
  • Re: What cause "ClassCastException"?

    tneward:jre/lib/ext isn't *just* for core JDK classes--far from it. Any extension library (and db4o marks a good candidate here) can be put there, such as scripting languages and the like.A optional package is an implementation of an open, standard API (examples of optional packages from Sun are JavaServlet, Java3D, JavaManagement). Most ...
    Posted to db4o User Forum (Forum) by Patrick Roemer on October 18, 2007
  • Re: db4o OSGi plugin

    Carl Rosenberger:If we try to be smarter about ClassLoaders, by finding the right one for each class, we would also make things easier for app server use. Can we solve this in a generic way? In principle we should have the required level of encapsulation in place already with the reflector layer. Perhaps it could already be sufficient to ...
    Posted to db4o Product Developer Forum (Forum) by Patrick Roemer on April 16, 2007
  • Re: Dynamically loaded types and plug-ins

    Marek Istvanek:What is the state of support for dynamically loaded types not known at compile time? Currently there is no explicit support for that. I suppose this is a .NET question?  On the Java side it usually helps to configure db4o to use the appropriate class loader. (This approach requires some improvisation and dirty hacks if ...
    Posted to db4o User Forum (Forum) by Patrick Roemer on October 6, 2006