File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes JTSDriver(WebLogic4.51 provided) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JTSDriver(WebLogic4.51 provided)" Watch "JTSDriver(WebLogic4.51 provided)" New topic
Author

JTSDriver(WebLogic4.51 provided)

Sharma Ashutosh
Bartender

Joined: Apr 06, 2001
Posts: 346
I am having a java program (suppose A.java), which is accessing other java program (suppose B.java) and this program in turn accessing an EJB (suppose C.java). Both these B.java and C.java are deployed on weblogic 4.51, but my program (A.java) is not.
Now when I am accessing any function of B.java which is not dependent on C.java then its is working fine, but as soon as I am trying to access any function which is dependent on EJB's (C.java) function then I am getting exception as "ClassNotFoundException "and the class its looking for is
"JTSDriver". Can anyone help me getting out this problem.

Ashutosh Sharma
SCJP 1.2, SCEA 5, Brainbench certified J2EE Developer, Documentum Certified Professional
Blog : http://scea5-passingpart2and3.blogspot.com/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JTSDriver(WebLogic4.51 provided)
 
Similar Threads
Regarding package usage
Increasing JVM Heap size at run time
public class in Java program file
using the javac -cp command
doubt in classpath