Search the web
Sign In
New User? Sign Up
jena-dev · Jena Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19690 - 19719 of 42040   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19690
... 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...
Chris Dollin
anover_alias
Offline Send Email
Dec 1, 2005
8:25 am
19691
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:...
moustakyves
Offline Send Email
Dec 1, 2005
12:23 pm
19692
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: ...
damien_coraboeuf
damien_corab...
Offline Send Email
Dec 1, 2005
12:33 pm
19693
... 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...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2005
2:19 pm
19694
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...
Coraboeuf Damien
damien_corab...
Offline Send Email
Dec 1, 2005
2:28 pm
19695
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2005
2:35 pm
19696
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...
faris salman
farissalmanm...
Offline Send Email
Dec 1, 2005
3:06 pm
19697
make sure you included all the jars in the classpath ... ___________________________________________________________ To help you stay safe and secure online,...
Jo Joe
umrjoe
Offline Send Email
Dec 1, 2005
3:22 pm
19698
read the tutorial at http://jena.sourceforge.net/ ... ___________________________________________________________ Yahoo! Model Search 2005 - Find the next...
Jo Joe
umrjoe
Offline Send Email
Dec 1, 2005
3:25 pm
19699
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2005
3:58 pm
19700
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...
Dave Reynolds
derihy
Offline Send Email
Dec 1, 2005
5:05 pm
19701
First of all, thank you for reply.It helped me a lot to solve my problem. But i have a still problem.. String NS =...
Sue Dem
sue_dem81
Offline Send Email
Dec 1, 2005
5:36 pm
19702
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...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 1, 2005
9:49 pm
19703
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...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 1, 2005
9:51 pm
19704
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...
junzhu64
Offline Send Email
Dec 2, 2005
1:58 am
19705
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...
Lars Weber
lars@...
Send Email
Dec 2, 2005
3:11 am
19706
... bindSchema is not a side-effecting operation. It returns a *new* reasoner which has knowledge of the schema. Use: owlReasoner =...
Dave Reynolds
derihy
Offline Send Email
Dec 2, 2005
8:50 am
19707
... 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...
Dave Reynolds
derihy
Offline Send Email
Dec 2, 2005
8:56 am
19708
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2005
9:22 am
19709
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...
Sebastian Schaffert
schaffert
Offline Send Email
Dec 2, 2005
10:08 am
19710
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...
damien_coraboeuf
damien_corab...
Offline Send Email
Dec 2, 2005
12:49 pm
19711
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 ...
damien_coraboeuf
damien_corab...
Offline Send Email
Dec 2, 2005
1:02 pm
19712
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2005
1:22 pm
19713
... 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...
Chris Dollin
anover_alias
Offline Send Email
Dec 2, 2005
1:23 pm
19714
... 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 ...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2005
1:29 pm
19715
... 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...
Sebastian Schaffert
schaffert
Offline Send Email
Dec 2, 2005
1:38 pm
19716
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...
damien_coraboeuf
damien_corab...
Offline Send Email
Dec 2, 2005
1:43 pm
19717
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...
Ian Dickinson
ian_j_dickinson
Offline Send Email
Dec 2, 2005
2:35 pm
19718
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...
Damien Coraboeuf
damien_corab...
Offline Send Email
Dec 2, 2005
2:38 pm
19719
... 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 ...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2005
2:53 pm
Messages 19690 - 19719 of 42040   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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