Errata

WebLogic: The Definitive Guide

Errata for WebLogic: The Definitive Guide

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 31
last paragraph

The book should read "A cached page is served only if the If-Modified-Since request header is before the Last-Modified response header - otherwise the filter sends back SC_NOT_MODIFIED (304) status with no content.

Anonymous   
Printed Page 77
Installing a proxy, 2nd paragraph

module location depends on platform, should be:
WLHOME/server/lib/PLATFORM/mod_wl_20.so

Anonymous   
Printed Page 290
portion of ejb-jar.xml dd

<ejb-client-jar> should be within ejb-jar element, not entity element (causes error
in appc)

Anonymous   
Printed Page 608
in method public boolean commit()...

subject.getPrincipals().removeAll(principalsBeforeCommit);
should be:
subject.getPrincipals().addAll(principalsBeforeCommit);

Anonymous   
Printed Page 712
botto code example

I believe that the first parameter to mapping.register should be MyType.class, not
SOAPStruct.class.

Anonymous