I want to use a customized ClassLoader in my application.
>From the document of AppEngine, looks like it is possible to do that.

For example, I have

public MyClassLoader extends ClassLoader {
...
}

I can use this ClassLoader to instantiate a class in Servlet code.
But the model class (which represent the Entity) is instantiate by JPA/
Datanucleus.
How can I setup JPA/Datanucleus to use my ClassLoader instead of the
default one,
so that it can find my model class?
(The model is not placed in default classpath but MyClassLoader should
find it)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to