Page 1 of 1

OpenOffice addon not work in OpenKM 6.2

PostPosted:Sat Oct 27, 2012 2:57 pm
by deamk
Hello. I'm installed 6.2 version of OpenKM, and found problem in OpenOffice Addon.
In configuration addon use this url: http://localhost:8080/OpenKM/services
And uploading file (or other action) display this error:
Code: Select all
{http://endpoint.ws.openkm.com/}OKMAuthService is not a valid service. Valid services are: {http://ws.openkm.com}OKMAuth
Cause:null

StackTrace:
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:226)
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:171)
com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:96)
javax.xml.ws.Service.<init>(Service.java:77)
com.openkm.ws.client.OKMAuthService.<init>(OKMAuthService.java:42)
com.openkm.openoffice.ui.ExplorerForm.initServices(ExplorerForm.java:299)
com.openkm.openoffice.OpenKMAddOn.dispatch(OpenKMAddOn.java:127)
Request modify and recompile addon, for compatible with OpenKM 6.2?

Re: OpenOffice addon not work in OpenKM 6.2

PostPosted:Sat Oct 27, 2012 9:55 pm
by jllort
Yes Should be recompiled. Webservice on version 6.x have been changed and must rebuild some classes to get it running. Still have not yet done it's on pending task queue. Source code, etc.. is available at sourceforge is someone wants to collaborate on it is wellcome, otherside still will take some time to be completed.

Re: OpenOffice addon not work in OpenKM 6.2

PostPosted:Thu Jun 06, 2019 7:59 am
by dvx2000
does anybody know if the addon's source code is still available somewhere?
I was unable to find it on sourceforge...
thx

Re: OpenOffice addon not work in OpenKM 6.2

PostPosted:Fri Jun 07, 2019 11:49 am
by jllort
This code is totally obsolete and we will not invest any efforts on trying to get it running again. We are talking about a code what it has more than 7 years. I can take a look to find it ...

Re: OpenOffice addon not work in OpenKM 6.2

PostPosted:Fri Jun 07, 2019 2:54 pm
by dvx2000
Thank you for your reply jllort,
yes, this code is quite old, but I'd be glad to give it a look.
Of course, if you have to search for a 7ys old backup and restore it, well forget it. :-)

Re: OpenOffice addon not work in OpenKM 6.2

PostPosted:Sat Jun 15, 2019 7:00 pm
by jllort
Sure it is in some backup, CSV or SVN ( currently we are using git ). I can take a look on it.
I can give some clues:
1- application was done with netbeans ( there's a plugin, or at least exist in the past for it )
2- if you install the old addon, you will get the classes -> can use JD to decompìle them ( but might be things have been changed a lot in the last 7 years :( )

Also can try to take a look at https://smehrbrodt.wordpress.com/2016/0 ... velopment/
Really should be easy implementing it, because really you need to take control of uploading or downloading and opening a document and integrate the JAVA SDK ( what is the easiest ).

Also can take a look at https://api.libreoffice.org/examples/examples.html and investigate if currently still exists netbeans plugin working for it?

Re: OpenOffice addon not work in OpenKM 6.2

PostPosted:Tue Jun 18, 2019 6:53 am
by dvx2000
Thank you, I'll give it a try!