Hi Isomorphic,
in http://www.smartclient.com/smartgwte...endencies.html there are some small typos/errors:
Are you interested in those minor reports as well? It should be corrected, but I feel overly pedantic and distracting other users if I had created a thread just for these points.
More important, the following JARs are not listed in the JavaDoc. Could you add them? I'm trying to get a minimal .classpath as well as a minimal WAR-file for deployment:
These JARs are listed, but not included in the .classpath of current BuiltInDS:
Additionally, dom4j-*.jar seems also to be needed for xlsx-export. If I try to export without it, I get the following exception in the server log:
Of course, I have all three poi-*.jar deployed. dom4j-*.jar in isomorphic_core_rpc, part xlsx 2007 export.
Best regards,
Blama
in http://www.smartclient.com/smartgwte...endencies.html there are some small typos/errors:
- It should read "renderer" twice where it is "render" (regarding "core-renderer")
- "jakarta-oro" -> "isc-jakarta-oro" (?)
- "hsqldb" in "isomorphic_sql" should most likely be optional as in "isomorphic_hibernate" (?)
Are you interested in those minor reports as well? It should be corrected, but I feel overly pedantic and distracting other users if I had created a thread just for these points.
More important, the following JARs are not listed in the JavaDoc. Could you add them? I'm trying to get a minimal .classpath as well as a minimal WAR-file for deployment:
- groovy-*.jar (only for Server Scripting?)
- javassist-*.jar
- jna-*.jar
- jna-platform-*.jar
- messaging.jar (only when using isomorphic_realtime_messaging? Most likely yes.)
- validation-api-*.jar
These JARs are listed, but not included in the .classpath of current BuiltInDS:
- isomorphic_obfuscation (also no jar for it in current nightly)
- commons-vfs (listed in isomorphic_core_rpc)
- jsr173_1.0_api (listed in isomorphic_core_rpc, part xlsx 2007 export)
Additionally, dom4j-*.jar seems also to be needed for xlsx-export. If I try to export without it, I get the following exception in the server log:
Code:
=== 2014-05-14 18:32:09,871 [ec-9] INFO ProxyHttpServletResponse - content-disposition set to: attachment; fileName=myfile.xlsx - unwrapping response output stream (CompressionFilter) === 2014-05-14 18:32:09,871 [ec-9] INFO BuiltinRPC - Generating and streaming ooxml file... java.lang.Exception: [B]Trouble loading Apache POI OOXML classes - are the poi-ooxml and poi-ooxml-schemas .jar files deployed? These are required in addition to the base POI .jar if you want to export in Excel 2007 format[/B] at com.isomorphic.rpc.ExcelDataExport.getExportObject(ExcelDataExport.java:250) at com.isomorphic.rpc.DataExport.exportResultSet(DataExport.java:612) at com.isomorphic.rpc.DataExport.exportResultSet(DataExport.java:459) at com.isomorphic.rpc.BuiltinRPC.downloadClientExport(BuiltinRPC.java:782) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ... ...
Best regards,
Blama
Comment