I have an app running on Weblogic 10 app server.
I am facing a memory leak issue due to internal weblogic objects. The following class objects are occupying a lot of memory and not clearing it off. Can anyone help me figure out what these classes are meant for and what possible could be causing the leak? Googling didn't help much.
weblogic.store.xa.internal.PersistentStoreXAImpl
Thanks, Sid