User's Manual

Chapter 2: Restrictions
2-8
No. Restriction Remarks Date of
Removal
12 Currently (May 2002), no database supports JDK1.4,
and therefore, no database can be accessed from EJB
when JDK1.4 is used.
None. Not
determined
13 When the user snap function is used with JDK1.4, the
log information of the product in which the
java.util.Logging package is installed may be output to
the EJB snap file.
None. Not
determined
14 The EJB application that implements both Local and
Remote interfaces cannot be used. It becomes an error
at the startup when it is used.
Calling of an
Entity Bean
outside the
process is not
recommended.
Therefore, use
the Local
interface instead.
Not
determined
15 CDATA section cannot be described in deployment
descriptor. CDATA section will be deleted when it is
described and then executed the deployment.
None. Not
determined
16 Distributed Transaction in CMP2.0 cannot be used. It
causes EJB1248 error at the startup when it is used.
None. Not
determined
17 When the following API of javax.ejb.SessionContext is
executed in a specific method of EJB application that
implements the Local interface, it returns Null.
[getEJBLocalObject]
When this method is executed, the following method
returns Null.
[In case of STATEFUL Session Bean or STATELESS
Session Bean]
- ejbCreate
None. Not
determined