You can configure or recompile entities in the Management Console or by using command-line tools.
Updating configurations with the Management Console
Start the Management Console and connect to EAServer as described in Chapter 2, “Management Console Overview,” in the System Administration Guide.
In the left frame, right-click the icon for the configuration file or entity and choose one of the following:
Run Ant Configure, to apply the XML configuration file to the package and component properties.
Run Ant Recompile, to apply the XML configuration file to the package and component properties and recreate generated classes.
If you have modified a Web application or EJB module, you must refresh the module for the changes to take affect. In the left frame, right-click the icon for the entity and choose Refresh.
Updating configurations with the command line
If necessary, use a text or XML editor to edit the contents of the configuration file.
Run the recompile utility to apply the changes to the component and recreate generated classes. See Chapter 12, “Command Line Tools,” in the New Features Guide for details on this utility.
You can also run the configure utility to update the component properties without regenerating affected code.
If you have modified a Web application or EJB module, you must refresh the module by running the refresh utility.