[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: JAVA-76: Proposed resolution
The line numbers below are for cd02-rev1 as there is no PDF for
cd02-rev2.
1. Replace line 405 by:
MyCallback myCallback = callback.getService();
2. Replace lines 416 through 419 by:
@Context ComponentContext context;
public void someMethod() {
MyCallback myCallback =
context.getRequestContext().getCallback();
3. Delete lines 426 through 436 (stragglers from the pre-JAVA-25
days).
Simon
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]