I tried something like that via OC4J enterprise manager, but I think it's too late at that point.
I want to avoid disabling that security feature if possible, but not sure how to configure spring...
Type: Posts; User: bchi49; Keyword(s):
I tried something like that via OC4J enterprise manager, but I think it's too late at that point.
I want to avoid disabling that security feature if possible, but not sure how to configure spring...
What's the alternative to using the command line? thanks. Is there something that needs to be done on the deployment descriptor or security settings?
Here's another solution, which I couldn't post because this site requires me to post 15 message or more before pasting URL:
use google and search on"lazylist jpa" it's the first item on the list,...
here's the solution: Create your own SimpleLoadTimeWeaver class and override the getInstrumentableClassLoader(); and update the XML descriptor to MyClassLoader
public class MyClassLoaderWeaver...
here's the solution: Create your own SimpleLoadTimeWeaver class and override the getInstrumentableClassLoader(); and update the XML descriptor to MyClassLoader
public class MyClassLoader extends...
do you have a solution for this?