According to the EJB3.0 specification, it states a wide array of
EJB programming restrictions. I am baffled by two restrictions as follows:
1. The enterprise bean must not attempt to define a class in a package
Q: What does this restriction mean? (I understand that surely we can define the EJB in its own package. How does one EJB define a class in a package?? This does not make sense to me)
2. The enterprise bean must not attempt to use the subclass and object substitution features of the
Java Serialization Protocol???
Q: Can somebody explain this please?
Thanks
SCJP, SCJD, SCWCD, SCBCD, SCEA