Hi all,
I'm trying to integrate the bloody Jbuilder 5 with weblogic.
I have one Jbuilder project with the beans implementations/interfaces plus some POJ (plain old
Java) objects that handle the caching (lets call it cacheManager).
I followed JBuilder instruction (from the help context) but I have the following problems:
1. If I run the server externally to Jbuilder I'm getting ClassNotFoundException when the cacheManager uses the Class.forName("MyClass") to load (This class is in the Jbuilder project file and in the jar file) . btw I added a line before that to try and instantiate the same object that we call with the Class.forName and it worked, so I guess Class.forName uses a different clas loader ? anyway After some research I understand that the classes that are not part of the
EJB intrfaces/impl have to be in the system PATH so I added it to the system PATH and it works ! but I just find it weird that you have to put in the classpath even though it's in the jar...can someone please confirm it ?
2. now that I passed that problem, I encountered another one, from some reason, JBuilder doesn’t deploy the configured data source !
any idea?
I've been working n this thing or the last 3 days and It's getting on my nerves now...please help !
Let me konw if u need any more information?
can someone maybe point me o a good jbuilder/weblogic integration
doc?
Cheers
Shimi