File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes BEA/Weblogic and the fly likes Entity Bean's Local interface with weblogic 6.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Entity Bean Watch "Entity Bean New topic
Author

Entity Bean's Local interface with weblogic 6.0

Nabha Panat
Greenhorn

Joined: Jul 19, 2001
Posts: 14
Hi All,
I am trying to work on new feature of EJB 2.0. i.e. Local interfaces.
I have written the Entity Bean (CMP) that has Local intereface.
the declaration is as follows:
"public interface LocalAddress extends EJBLocalObject"
Now when I complie the error I get is:
"
LocalAddress.java:12: cannot resolve symbol
symbol : class EJBLocalObject
location: package ejb
import javax.ejb.EJBLocalObject;
"
I have ejb20.jar file installed and it is there in the classpath. I have checked the class in weblogic.jar file(weblogic 6.0). Its not there. Howerver these local class files are there in the weblogic.jar file of weblogic 6.1.
Also the weblogic (6.0) documentation do not say that this feature is not supported in weblogic 6.0.
Is any body worked on local interfaces for entity beans on weblogic 6.0? If yes, Pl. share your experiance.
Thanks in Advance,
Nabha
 
 
subject: Entity Bean's Local interface with weblogic 6.0
 
Threads others viewed
Entity Relationships
Cannot create Local Session Bean in JBoss 4.0.3 ?
Local and LocalHome
conflict between weblogic 5.1 ejb and welogic 6.0 ejb
Session Bean calling a Entity Bean
developer file tools