aaz wrote:
> 
> So I just downloaded Jonas for jdk 1.2 and installed it. I have my classpath
> pointing to the bullejb.jar file and I keep getting an exception that says:
> 
>  javax/ejb/EntityBean is not found
> 
> so I take a look and do a jar -tvf on the bullejb.jar file and these classes
> are missing from the Jar file. The only classes listed in the javax tree are:
> 
> javax/ejb/deployment/ControlDescriptor.class
> javax/ejb/deployment/DeploymentDescriptor.class
> javax/ejb/deployment/EntityDescriptor.class
> javax/ejb/deployment/SerializableField.class
> javax/ejb/deployment/SerializableMethod.class
> javax/ejb/deployment/SessionDescriptor.class
> 
> Note that lack of the rest of them..... any ideas?
> 

Hello,

For using JOnAS (on JDK 1.2) ,the EJB 1.1 standard interface
must be downloaded from Sun web site at:
     http://java.sun.com/products/ejb/

The 'javax/ejb/deployment/*.class' are 'temporarily' present
in the bullejb.jar file, meanwhile we upgrade JOnAS to the
new EBJ 1.1 XML deployment descriptors.

Regards.
-- 
-=- H�l�ne JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]    http://www-frec.bull.com
  Phone: 33.4.76.29.73.53          Fax: 33.4.76.29.76.00
 Download our EJB Server JOnAS at http://www.bullsoft.com/ejb
_______________________________________________________________

Reply via email to