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