Re: Can you create plain literals with language tag using ResourceFactory?

2012-12-17 Thread Stephan Zednik
Thanks Andy for the clarification and the response. --Stephan On Dec 17, 2012, at 3:30 AM, Andy Seaborne a...@apache.org wrote: On 15/12/12 08:08, Stephan Zednik wrote: I misread the webpage I was looking at on Literals. I do not want a plain literal, but a typed literal with xml:lang

Can you create plain literals with language tag using ResourceFactory?

2012-12-14 Thread Stephan Zednik
Is there a way to create a plain literal with a language tag using ResourceFactory or a similar factory interface? --Stephan

Re: memory issues using TDB from servlet

2012-06-26 Thread Stephan Zednik
project (built via maven). First though, I will make the change suggested above and report back to the list. --Stephan Andy On 25/06/12 21:55, Stephan Zednik wrote: I have been having memory issues using TDB from a java servlet. Memory usage by tomcat increases until the service

Re: TDB transaction documentation Not Found

2012-05-22 Thread Stephan Zednik
://jena.apache.org/documentation/tdb/tdb_transactions.html which works. Dave On 21/05/12 22:45, Stephan Zednik wrote: http://jena.apache.org/documentation/tdb/transactions Not Found The requested URL /documentation/tdb/transactions was not found on this server. --Stephan Stephan

closing a TDB-backed Model

2012-05-21 Thread Stephan Zednik
Hi, I am looking into refactoring some code to use TDB-backed Jena Models rather than in-memory Jena Models. I wrote some tests to try and understand what resource management I will need to perform, specifically the opening and closing of TBD-backed models. In the following test the Model m