|
|
Browse by Tags
All Tags » classloader » GenericObject (RSS)
-
Hi,
I've seen that this forum has a few questions like mine, but they are for java, not vb.net and I can not see how I can fix this myself.
The problem is that I have an external ''plugin'' class which returns an 'object'
My main program then creates a new ConfigObject class and sets one of the properties to this 'object' my plugin ...
-
Natalia W.:javax.xml.ws.soap.SOAPFaultException: com.db4o.reflect.generic.GenericObject[...](G) my.package.Seans
db4o doesn't seem to able to find the class definitions for your persisted objects, thus the generic reflector kicks in. You will have to configure db4o to use the appropriate classloader. I don't know Sun Application Server, so I ...
|
|
|