Products | Versions |
---|---|
TIBCO DataSynapse GridServer | - |
Not Applicable | - |
Resolution:
There is an issue in the proxy generation mechanism if a Java service uses a type T[ ] in argument or return values, but not in type T itself, and T is not primitive. In this case, proxy generation fails.
The workaround is to write a dummy method that mentions T. For example:
public void workaround(DataType foo) {
// workaround for array fix
}