Hello all, we have a problem using the method 'ClientContext.showDocument(..)' in an application server environment. Our goal is to let a user show the current table data in Microsoft Excel. Therefore we generate a file and send it to the client using the community code of the DownloadManager. Things work out fine using the application in standalone mode but not starting it with jnlp. Because the server sends a HTTP stream to the client, it wants to open the excel file in a browser window where else it should open excel directly. Is there a way doing this using jnlp? We allready set it that way, that the user has to select the file on a local directory using the 'ClientContext.storeFile(..)' method. So opening ain't some temporary file on the server but an existing local file.
All permission configuration stuff like 'ClientEnvironmentAdapter.setFileService(new AllPermissionsFileService());' are allready included. Has anyone an idea or any advice? Thanks and best regards, Daniel Backhausen
