Products | Versions |
---|---|
TIBCO DataSynapse GridServer | - |
Not Applicable | - |
Resolution:
Example 5.1 in the Deployment chapter of the GridServer Administration Guide uses incorrect syntax in specifying the hook directory in a GridLib; it does not enclose the contents of the hooks-path element in a pathelement tag. That is, instead of:
<hooks-path>hook-dir</hooks-path>
you should specify:
<hooks-path>
<pathelement>hook-dir</pathelement>
</hooks-path>