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?
take care -
-aaz
--
------------------------------------------
Every program I've ever written looks at
the date to determine what to do next.
It's very common.
------------------------------------------