Jon Scarborough wrote:
> 
> Hi all,
> 
> I'm trying to build Jonas 2.0 and have encountered an error:
> 
> PropagationContext.java:36: class org.omg.CosTransactions.PropagationContext
> must be an interface.
> public class PropagationContext implements
> org.omg.CosTransactions.PropagationContext {
> 
> Note that instead of using the ejb11.jar file I'm using j2ee.jar.  This is
> because as far as I can tell Sun isn't publishing ejb11.jar seperately any
> more.
> 
> I'm building Jonas on RedHat 6.1, using Sun's 1.2.2 JDK.
> 
> Any ideas what I can do about this?
> 
> Thanks,
> Jon
> 

I think that the best is to extract from j2ee.jar  javax.ejb.* classes
and
and build your own ejb11.jar to be sure 
to use org.omg.CosTransactions.PropagationContext class 
which is present in the RMI_jonas.jar
We are hoping that very soon all the EJB1.1 interfaces will be
downloalable
from the Sun's site (it was the case before for the EJB1.0
interfaces...)
best regards,
-- 
        Philippe

Philippe Coq  Groupe Bulll/BullSoft/OpenMaster  Phone: (33) 04 76 29 78
49
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".

Reply via email to