Follow these steps to create the stockInfoList Business
Object variable in the 'if true' section of the Choice canvas:
- Click the Java... icon
on the palette. The Select a Java Visual Snippet window
opens.
- In the Specify a type (? = any character, * = any String) field,
type java.util.Vector.
- In the Matching types: list, select Vector.
- In the Qualifier: list, select java.util
- WSInstallDir/runtimes/bi_v6_stub/java/jre/lib/core.jar.
- In the Select a Visual Snippet: list, select Vector().
- Click OK.
- Click inside the if true canvas to add the new Vector activity.
- Add an expression to the output terminal of the new
Vector activity.
- Type stockInfoList.
- Right-click the input terminal of stockInfoList.
- From the pop-up menu, select Set Type > Java.
The Select Type window opens. The Choose a type page
opens.
- In the Choose a type field, type java.util.List.
- In the Matching types: list, select List.
- Click OK.
