This section describes known documentation issues and associated solutions.
Bug ID |
Summary |
||
---|---|---|---|
Various IDs |
Javadoc Inconsistencies. The Javadoc for several AMX interfaces and methods is either missing or incorrect:
|
||
6219689 |
Error in ConnectionPoolStats API documentation. The API documentation in install_dir/docs/api states:
This entry should read:
|
||
6265624 |
Bundled ANT throws java.lang.NoClassDefFoundError. The following exception is thrown in thread main: java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher. Solution Using the bundled ANT for activities outside the Application Server is not recommended. |
||
6482223 |
Differences in default values in creating new JMS connection factory for online help and documentation. When creating a new JMS connection factory, the online help and the Administration Guide differ in the list of default values for the connection factory. Specifically, the online help lists the following:
The Administration Guide lists the following:
Solution The information in the Administration Guide is correct. |
||
6486123 |
Documentation on getting a physical Connection from a wrapped Connection is no longer correct. As a result of other defects (possibly 6295215) the code provided in the Obtaining a Physical Connection from a Wrapped Connection in Sun Java System Application Server Enterprise Edition 8.1 2005Q2 Developer’s Guidesection of Chapter 11, Using the JDBC API for Database Access, in Sun Java System Application Server Enterprise Edition 8.1 2005Q2 Developer’s Guide is not correct. Specifically, the line:
should now read:
|
||
6511489 |
Additional information needed to explain KeepAliveFlushes and KeepAliveRefusals. The Application Server Tuning Guide should contain the following additional information about KeepAliveFlushes and KeepAliveRefusals. In the current version of Application Server, the server does not close existing connections when the KeepAliveCount exceeds the MaxKeepAliveConnections. Instead, new keep-alive connections are refused and the KeepAliveResusals count is incremented. |