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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5580 - 5609 of 42056   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5580
Lawrence - I can't quite follow from your description what you are doing. Can you please post a (short) sample of the code you are using, so that we can see ...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jan 1, 2004
4:01 pm
5581
listed below is the things i've done: <class A> .... </class> <datatypeProperty P> <domain A> </datatypeProperty> instanceOfA.addProperty(P, "testStr") ...
Lawrence Tay
lawrence_tay
Offline Send Email
Jan 2, 2004
3:38 am
5582
hi, i read an ontology, create an individual, use write() method of ontmodel to write to an output file "instances.daml" --done. Now to set property, i need to...
limcheling
Offline Send Email
Jan 2, 2004
3:51 am
5583
Hello, I don't know why this should give an out of memory error - a bug for the maintainers of the output code to look at when they get back to work next week....
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jan 2, 2004
11:10 am
5584
Well, I requested that you post the code, not the design. The design is fine, so there is obviously a problem with your code. I tried this: public void...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jan 2, 2004
11:39 am
5585
Hi Ian, I am sorry for the misunderstanding. I forgot one "magic" word: range. What I mean is that I can't obtain the properties whose range consist of union...
linair_campos
Offline Send Email
Jan 2, 2004
1:31 pm
5586
Hello Linair, Thanks for the clear example of what you are trying to do. I understand the issue now. You are quite correct: a property whose domain is a union...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jan 2, 2004
6:30 pm
5587
Hi Andie, thanks for your advice. Many things seem more clear now. Although the commands -set JOSEKIROOT and set CLASSPATH- work, I cannot run Joseki from...
zapounidous
Offline Send Email
Jan 2, 2004
8:05 pm
5588
Hi Sofia, ... If its still the command, java junit.textui.TestRunner org.joseki.test.JosekiTests that's failing with the error: ...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2004
10:23 pm
5589
Hi Ian, Thanks for your suggestion: "Alternatively, if this is something you need to do a lot (e.g. when rendering classes in a UI presentation), you could...
linair_campos
Offline Send Email
Jan 3, 2004
6:39 pm
5590
Hello Everyone.! I am pretty much new to Jena and was trying simple stuff. In doing so,I am getting this exception when I try to create a model in my Oracle8i...
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 3, 2004
9:23 pm
5591
jyoti, try "String dbName = "Oracle" (as per the example in doc/db/oracle-howto.html). kevin...
Kevin Wilkinson
wilkvin
Offline Send Email
Jan 3, 2004
9:48 pm
5592
Hi Kevin..! Thanks for your reply. But my "tnsnames.ora" file for Oracle has the following entry: ORCL = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL =...
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 3, 2004
10:40 pm
5593
Hello..! Is there a way to use the thin client instead of a thick client for Oracle (8i or 9i) with Jena2? I will really appreciate some sample code (if...
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 3, 2004
11:00 pm
5594
jyoti, i encourage you to try my suggestion. the "dbname" argument is the database type, not the name of the database. for example, to connect to MySQL, that ...
Kevin Wilkinson
wilkvin
Offline Send Email
Jan 3, 2004
11:04 pm
5595
Hi Kevin, Thanks for your reply and patience. I did try your suggestion but it didnt work. I also re-checked my DB_URL and it looks ok to me. Regards, Jyoti....
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 3, 2004
11:21 pm
5596
jyoti, presumably, you got a slightly different error this time, e.g., com.hp.hpl.jena.db.RDFRDBException: Failure to instantiate DB Driver:*Oracle*...
Kevin Wilkinson
wilkvin
Offline Send Email
Jan 4, 2004
12:25 am
5597
Is it possible to search recursively with RDQL? For example to collect all of the children of a class tree? I am doing this: "SELECT ?x WHERE " + "(?x, <" +...
John Black
julianpelham
Offline Send Email
Jan 4, 2004
1:07 pm
5598
Hi John, RDQL provides only fixed length graph patterns, not recursive search. Queries can be applied to inference models as well as non- inference models....
Andy Seaborne
andyseaborne
Offline Send Email
Jan 4, 2004
2:29 pm
5599
Hi developers, I need an immediate help on how to get type and values of a DAMLDataInstance that is an anonymous resource. That's when an instance has as range...
othmane nadjemi
n_othmane
Offline Send Email
Jan 4, 2004
4:07 pm
5600
Jena 1 or Jena 2? Ian...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jan 4, 2004
4:19 pm
5601
Jena 1, Othmane, ... Jena 1 or Jena 2? Ian ... value of ... values ... value ... Yahoo! Groups Links To visit your group on the web, go to: ...
othmane nadjemi
n_othmane
Offline Send Email
Jan 4, 2004
4:29 pm
5602
It has been a while since I looked at Jena 1, and it's no longer supported since Jena 2 was released. I think you'll just have to use standard getProperty()...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jan 4, 2004
4:56 pm
5603
Hi Kevin..! Thanks a lot for your reply. It did work buddy..:) However,now I am getting a null pointer exception. Can you please help me out with this? ...
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 4, 2004
5:06 pm
5604
you didn't say where you are getting the null pointer exception. if it occurs during the createModel call, then i suggest you call conn.cleanDB() before...
Kevin Wilkinson
wilkvin
Offline Send Email
Jan 4, 2004
5:30 pm
5605
Kevin, This is what I got when I did e.printStackTrace() after I added the "conn.cleanDB()" statement to my code. MY code: (partial code) try { String...
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 4, 2004
5:54 pm
5606
Hi Kevin..! Also, the null pointer exception occurs during the create model statement. Here is again the partial code for your reference. Regards, Jyoti. ...
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 4, 2004
6:00 pm
5607
jyoti, as i recall, you are using a "personal" version of oracle. it probably has different configuration limits from the standard oracle (shared) server. so,...
Kevin Wilkinson
wilkvin
Offline Send Email
Jan 4, 2004
6:42 pm
5608
Hi, I have tried to get the type of an anonymous DAMLDataInstance using a getProperty but it does not give any resource (the same thing for the value ...
othmane nadjemi
n_othmane
Offline Send Email
Jan 4, 2004
6:52 pm
5609
Thanks Kevin. It did work for me now. However,if I am not wrong, then Jena stores each model in seperate tables. So, for example, if the name of my model is...
Jyotishman Pathak
jyotish_iastate
Offline Send Email
Jan 4, 2004
10:11 pm
Messages 5580 - 5609 of 42056   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