View Single Post
  (#1 (permalink)) Old
alirezasa alirezasa is offline
Member
 
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Join Date: Jun 2009
Lightbulb Eclipse plugins classloader! - 06-23-2009, 04:34 AM

Hi all
Recently I've developed an eclipse plugin which actullay is an oda extension for birt.(and you may know that birt is a reporting application based on eclipse!) and I face this problem of classloading.
There we have some classes (which has to transfer data to/from database) in our j2ee application (deploys on a jboss server) and in my plugin I need to call them and access them.I deploy the platform (contains plugins,configuration,...) in WEB-INF directory of my war file so when the server runs it loads the platform and also my plugin.But as you may guess I cannot see my classes from my plugin.
(It's like a rat in a box!even if the cheese is in the same room as the box but rat cannot access it because he always search the box!How can I say rat to search outside the box for your cheese?)
Reply With Quote