From: Dan M. <dan...@gm...> - 2012-11-06 23:37:53
|
We had similar problems with getting the expath-crypto module to run. We had to modify the conf.xml to put in the correct module element and we had to copy the crypto jar file to the $EXIST_HOME/lib/extensions. After we made both those changes it worked. - Dan .... By the way you can get the latest 0.2.2 version of the EXPATH crypto module here: http://code.google.com/p/existdb-contrib/downloads/list And then just use the "Upload" on the package installer. On the trunk you will need to change the conf.xml from: <module uri="http://kuberam.ro/ns/x-crypt" class="ro.kuberam.xcrypt.XcryptModule" /> to be <module uri="http://expath.org/ns/crypto" class="org.expath.exist.crypto.ExistExpathCryptoModule" /> Note that we could not get the module to work when the jar file was in the new package location here /webapp/WEB-INF/expathrepo/expath-crypto-0.2.2/expath-crypto So Claudius suggested that we manually copy the jar file into lib/extensions and that worked. On Tue, Nov 6, 2012 at 4:57 PM, Wolfgang Meier <wol...@ex...> wrote: > Hi Joe, >> I have been trying to install the expath-crypto.xar package via the >> new dashboard, but after installing (and even after restarting the >> db), the module is not available to my queries. > > I tested the module when I uploaded the .xar to the public repo and I could use it in my queries. It won't show up in the function documentation nor in eXide, because both will look at the static XQuery context only, whereas the expath-crypto classes are requested dynamically from the expath repository, which is a different component. > > I have an idea how this could be fixed. It only applies to the documentation though and you should still be able to actually use the crypto functions if you imported them with the proper namespace URI. > > Wolfgang > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development -- Dan McCreary NoSQL Evangelist office: (952) 931-9198 cell: (612) 986-1552 |