Chapter 9 Working with Object-Oriented Models


Bean class ejbPostCreate methods

The following check applies to Entity Beans only.

ejbPostCreate<METHOD> methods must be defined as public, and cannot be final nor static. Their return type must be void.

Manual correction Automatic correction
Change the method visibility to public, deselect the final and static check boxes and select void in the Return type dropdown listbox of the Operation property sheet Changes the method visibility to public, changes the final and static check boxes and changes the return type to void

 


Copyright (C) 2005. Sybase Inc. All rights reserved.