Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 19690 - 19719 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19690 Chris Dollin
anover_alias Offline Send Email
Dec 1, 2005
8:25 am
... Should we perhaps patch the 2.3 download to have the examples in it, thus avoiding the problem? [Just the examples, not the entire codebase, so we don't...
19691 moustakyves Offline Send Email Dec 1, 2005
12:23 pm
Hello, As I reveived lots of emails, I will make it available for download (I think that it should be ok before the end of next week). Just a warning though:...
19692 damien_coraboeuf
damien_corab... Offline Send Email
Dec 1, 2005
12:33 pm
Hi, I've installed MySQL 5.0 and I want to store some models in it. However, I got the following error when the DB is attempted to be formatted: ...
19693 Seaborne, Andy
andyseaborne Offline Send Email
Dec 1, 2005
2:19 pm
... Which version of Jena is this? One possible reason is that MySQL gets confused between "byte" and "character". I have seen this happen with MySQL 5.0 when...
19694 Coraboeuf Damien
damien_corab... Offline Send Email
Dec 1, 2005
2:28 pm
Hi Andy, I actually saw some piece of information telling me that this problem could be due to UTF-8. Unfortunatelly, we have to use UTF-8 because we are...
19695 Seaborne, Andy
andyseaborne Offline Send Email
Dec 1, 2005
2:35 pm
Good to hear you have fixed it. Jena will use a multilingual encoding regardless of what the server is set to. Basically, we ignore the server default...
19696 faris salman
farissalmanm... Offline Send Email
Dec 1, 2005
3:06 pm
Dear, Hi it me again. I 'm sorry if I troubling you. I try to execute this tutorial but I got 9 Errors. With this tutorial you will the run of it. Hope it will...
19697 Jo Joe
umrjoe Offline Send Email
Dec 1, 2005
3:22 pm
make sure you included all the jars in the classpath ... ___________________________________________________________ To help you stay safe and secure online,...
19698 Jo Joe
umrjoe Offline Send Email
Dec 1, 2005
3:25 pm
read the tutorial at http://jena.sourceforge.net/ ... ___________________________________________________________ Yahoo! Model Search 2005 - Find the next...
19699 Seaborne, Andy
andyseaborne Offline Send Email
Dec 1, 2005
3:58 pm
You have not got the classpath set up correctly. All the JAR files must be on the classpath and passed to javac to compile a Java program. javac -classpath...
19700 Dave Reynolds
derihy Offline Send Email
Dec 1, 2005
5:05 pm
Since you have it working this is probably irrelevant but this problem can also be a symptom of using the wrong Connector/J. Connector/J 3.1.x had a bug which...
19701 Sue Dem
sue_dem81 Offline Send Email
Dec 1, 2005
5:36 pm
First of all, thank you for reply.It helped me a lot to solve my problem. But i have a still problem.. String NS =...
19702 Ian Dickinson
ian_j_dickinson Offline Send Email
Dec 1, 2005
9:49 pm
Hello Sue, ... Yes of course. The toString() generates a string identifying the resource, using the URI if it has one. ... Surely. It wouldn't be much use...
19703 Ian Dickinson
ian_j_dickinson Offline Send Email
Dec 1, 2005
9:51 pm
Hi Minh Hang, ... Make sure you use the direct super-class (i.e. set the 'direct' boolean flag to true), or, alternatively, don't use a reasoner. Otherwise the...
19704 junzhu64 Offline Send Email Dec 2, 2005
1:58 am
I am trying to test the Jena data validation functionality. I tried to validate a simple RDF model against an OWL schema. The OWL reasoner doesn't seem to...
19705 Lars Weber
lars@... Send Email
Dec 2, 2005
3:11 am
Hi, when I import a document into my rdf model and want to know whether it contains statements about itself, I need to check whether the document specifies...
19706 Dave Reynolds
derihy Offline Send Email
Dec 2, 2005
8:50 am
... bindSchema is not a side-effecting operation. It returns a *new* reasoner which has knowledge of the schema. Use: owlReasoner =...
19707 Dave Reynolds
derihy Offline Send Email
Dec 2, 2005
8:56 am
... Jeremy can correct me but I don't think there is, you would have to use Xerces directly to pull that out of the XML. Alternatively, if you have control...
19708 Seaborne, Andy
andyseaborne Offline Send Email
Dec 2, 2005
9:22 am
The Jena-2.3.zip download on Sourceforge has been reloaded after fixing the problems with the example code files in src-examples. It is not a rebuild in...
19709 Sebastian Schaffert
schaffert Offline Send Email
Dec 2, 2005
10:08 am
Hi again, I encountered some more problems using Jena. Somehow it is possible to bring a model into a state where it can neither be written out to a stream nor...
19710 damien_coraboeuf
damien_corab... Offline Send Email
Dec 2, 2005
12:49 pm
Hi, I tried to include the Joseki servlet in our own webapp. But I had to make a small update in Servlet.chooseServiceURI method because the servlet path was...
19711 damien_coraboeuf
damien_corab... Offline Send Email
Dec 2, 2005
1:02 pm
Hi all, we are trying a do some reification on a model that is stored in a MySQL database. Where could I find some documentation about how configuring ...
19712 Seaborne, Andy
andyseaborne Offline Send Email
Dec 2, 2005
1:22 pm
Thanks for that. What is your set up? Which application server and how are you incorporating the Joseki servlet into your application (I take it you are not...
19713 Chris Dollin
anover_alias Offline Send Email
Dec 2, 2005
1:23 pm
... The only way that should happen is (a) a database bug (NULL leaking out into user code) or (b) you've used Node.NULL somewhere in your code. If (b), paws...
19714 Seaborne, Andy
andyseaborne Offline Send Email
Dec 2, 2005
1:29 pm
... reification ... Currently - you'd need to hack the code, I'm afraid. The plan is to release Joseki3 when a new Jena component for describing model ...
19715 Sebastian Schaffert
schaffert Offline Send Email
Dec 2, 2005
1:38 pm
... I'd suspect a) then (I was not aware of Node.NULL). If I can find out more, I'll provide some details. It *may* be associated with trying to store an...
19716 damien_coraboeuf
damien_corab... Offline Send Email
Dec 2, 2005
1:43 pm
Hi Andy, Thanks for this quick answer. As a reminder, I forgot to indicate that I was using a snapshot of Joseki3 CVS version... For the first point, I'm...
19717 Ian Dickinson
ian_j_dickinson Offline Send Email
Dec 2, 2005
2:35 pm
Hi Sebastian, ... Actually, it's not a problem and therefore not actually a bug in your code. OntModel does not differ in the way that it treats the stored RDF...
19718 Damien Coraboeuf
damien_corab... Offline Send Email
Dec 2, 2005
2:38 pm
Hi, executing a CONSTRUCT request from a client, I set the Accept HTTP header to "text/rdf+n3", but Joseki send a response with MIME Type "text/plain" and...
19719 Seaborne, Andy
andyseaborne Offline Send Email
Dec 2, 2005
2:53 pm
... Try "application/n3" or "text/n3" - I don't think it recognizes "text/rdf+n3". text/rdf+n3 isn't actually a formally registered MIME type, at least it ...
Messages 19690 - 19719 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help