Hi,
 
I am working on a Windows-95 System with JDK 1.2 (not the enterprise edition)
while trying to start the EJBServer;
as given in the example I generated the deployment descriptors using
GenDD utility and while trying to generate the interposition classes using
GenIC utility , 2 java files are generated namely
 
1. JOnASOpBeanOp.java
2. JOnASOpBeanOpHome.java
 
while the first one compiles , i am getting an error message while trying to compile the second one
message is
 
******
JOnASOpBeanOpHome.java:0: The method javax.transaction.UserTransaction getUserTransaction() declared
in class org.objectweb.jonas.container.EJBContextImpl cannot override
the method of the same signature declared in interface javax.ejb.EJBContext.
They must have the same return type.
*******
 
Could u suggest some solution ? I could not find any jar file for EJB interfaces so I am using a Weblogic jar file which defines the javax.ejb package. This probably is causing the problem. Where can I find BullEjb.jar? Will it solve my problems?
 
Thanks,
 
Rohit Wadhwa

Reply via email to