May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why does the deployment tool complain that my primary key is invalid? |
| There are any number of reasons why this might happen. First, make sure that you actually specify the name of the primary key class in the deployment tool, including the package name. If you omit the package name, the deployment tool won't recognize the class. Next, make sure that the primary key is serializable, has a public constructor, and has valid hashCode and equals methods. | |
| Q2: | Why does the deployment tool complain that there are no transactions defined for some of my methods? |
| Some deployment tools don't make any assumptions about the transactional requirements for your bean's methods. When using one of these deployment tools, you must ... |
Read now
Unlock full access