Re: [dev] java rdf problem again

2010-03-25 Thread Andrea Chiumenti
Sorry I'm a bit confused, and browsing the site and using google I'm not able to get a solution. I've also tried with XURI nodeTableName = URI.create(m_xContext, tableName); but I get this error: CURI::initialize: argument not splittable: no separator [#/:] Could you please give me a sample

Re: [dev] java rdf problem again

2010-03-25 Thread Niklas Nebel
On 03/25/10 08:47, Andrea Chiumenti wrote: Sorry I'm a bit confused, and browsing the site and using google I'm not able to get a solution. I've also tried with XURI nodeTableName = URI.create(m_xContext, tableName); but I get this error: CURI::initialize: argument not splittable: no separator

Re: [dev] java rdf problem again

2010-03-25 Thread Andrea Chiumenti
why every now and then I have a failure message from mailer-dae...@powermail.ce.net.cn ? 2010/3/25 Niklas Nebel niklas.ne...@sun.com On 03/25/10 08:47, Andrea Chiumenti wrote: Sorry I'm a bit confused, and browsing the site and using google I'm not able to get a solution. I've also tried

[dev] java rdf problem again

2010-03-24 Thread Andrea Chiumenti
Hello, I've a problem with following code: try { XDocumentMetadataAccess xDMA = (XDocumentMetadataAccess) UnoRuntime.queryInterface(XDocumentMetadataAccess.class, xModel); XURI xType = URI.create(m_xContext, http://.wingstech.it/gam3/v1.0 ); try {

Re: [dev] java rdf problem again

2010-03-24 Thread Niklas Nebel
On 03/24/10 16:33, Andrea Chiumenti wrote: XURI nodeTableName = URI.create(m_xContext, gam3:tableName); The code generates this rdf file: ?xml version=1.0 encoding=utf-8? rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#; rdf:Description