> Rohit Wadhwa wrote:
>
> 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
EJB 1.1 interfaces are included in jonas.jar since jonas 1.6 version
You cannot use package from Weblogic with jonas, it definitly cannot work.
Follow the install instruction and download the additional package if
you don;'t have them already (jta, ...) Refer to the doc/Install.html in
the jonas binary distribution (last version is jonas-1-6-1)
Regards,
--
Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull S.A - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED] http://www-frec.bull.com
-> Download our EJBServer at http://www.bullsoft.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".