I’ve just seen that the classes for Dxl over corba appeared in designer 6.5. i tried to use them with a domino 5 server, i got an error message saying it was not implemented on server.
what version do i need to use dxl(java over corba), 6.0.3 or 6.5 ?
My understanding is that the java/corba bindings for DXL were included in both 6.5 and 6.03. There are no DXL classes built directly into any r5.x release and you’ll need the XML Toolkit v1.0 (Win32 only support) should you wish to access DXL via java (not a corba implementation however) on that release.
My understanding is that the java/corba bindings for DXL were included in both 6.5 and 6.03. There are no DXL classes built directly into any r5.x release and you’ll need the XML Toolkit v1.0 (Win32 only support) should you wish to access DXL via java (not a corba implementation however) on that release.
Easy one to verify…Java/Corba classes = NCSO.jar. Browse the jar on either the ND6.5 and/or ND6.03 platform (I rechecked on Win32) you should clearly find the DxlImporter and DxlExporter classes in there on both platforms.
Thanks Wayne – should have double-checked! My erroneous assumption was based on the fact that Domino Designer help has absolutely nothing about these classes for Java in it. Bizarre no?
No problem, I learnt a long time ago not to completely rely on the documentation in designer. When it’s there it’s fairly good, when it’s not then check beneath the surface and work your way backwards. Not ideal but hey!!