May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why don't my Java Server Pages see the EJB interfaces? |
| If you're using a separate JSP container (that is, the EJB container and JSP container aren't running in the same server), you must remember to include the EJB client JAR file in your classpath when you run the JSP container. If you don't have a client JAR file (WebLogic doesn't usually generate one), use the original EJB JAR file. |
| Q1: | Why doesn't my EJB deployment tool like the getCategories method in the ProductHome interface? |
| The getCategories method is a Home method, which is a feature introduced in the EJB 2.0 specification. Older EJB 1.1 containers don't support Home methods. | |
| Q2: | How can I deploy the application in an EJB 1.1 server? ... |
Read now
Unlock full access