Zafar Ali
Zafar Ali
A Service using RDFDataMgr.write(stream, m, RDFFormat.JSONLD_EXPAND_PRETTY); generates JSONLD on the client i need to read that into Jena Model, and could not figure out how. And When Serialising it also...
This seems interesting I need some help regarding this, specially how to use it for any productive purpose. I think i need something like this to be able to generate...
I am trying to mount volumes for mysql nodes as ` volumes: - ./volumes/mysql/node2/data:/var/lib/mysql - ./volumes/mysql/node2/log:/var/log/mysql ` this causes router to fail, any help would be appreciated
Every time i try to use Renewing certificate account: XX_STAGING_CERTIFICATE server: letsencrypt-staging-2 /usr/local/pkg/acme/acme.sh --issue --domain '*.xx.co.uk' --dns 'dns_one' --home '/tmp/acme/CSC/' --accountconf '/tmp/acme/CSC/accountconf.conf' --force --always-force-new-domain-key --reloadCmd '/tmp/acme/CSC/reloadcmd.sh' --dnssleep '120' --log-level 3...
Hi I am trying to use Solr for my use case where UUID is used as identifier; Hence i my code is ass follows ` @org.springframework.data.annotation.Id //@Field("id") //@Indexed(type = "java.util.UUID",...