Hello. I download BerkeleyDB.zip file from www.sleepycat.com and i don't know where i can put rdf files to access them and do a RDQL query?. I want to know if...
In Jena you create instances of Model to hold your RDF data. There are Model implementations that work in memory, that use BerkeleyDB and that use relational ...
... There's documentation in the javadoc for com.hp.hpl.mesa.rdf.jena.bdb about using BDB. Queries are applied to a Model, pretty much irrespective of what ...
The Jena docs do not state what any versioning requirements are for external libs such as Xerces (used by ARP). Jena 1, uses Xerces 1.*; will Jena 2 use Xerces...
... True. The Jena zip includes a copy of the particular version of each of the libs which which it is known to work. Generally we can't make any guarantees...
... Pretty much, except for that Oracle problem. ... For instance file:/C:/file%201.avi (c:\file 1.avi with encoded space character). This is split into...
Dear JENA team: According to the manual of installtion and configuration, we built a envirment. JENA 1.6 and Berkeley DB v4.1.25 was both successfuly...
Hmm, what sort of system are you running on? Windows, linux? Off the top of my head is to check that you have the right db.dll on your class path. The...
Thanks Bride, My system is based on windows 2000 pro. db.dll can not be found in D:\BerkeleyDB\build_win32\release, but there is some dlls looks like...
I am trying to convert some Jena code into Servlets. I'm using the new Sun ONE Studio 4 Community Edition IDE. I successfully ran the "same" jena code as a...
I am wasting a lot of time on getting some straightforward Jena code to work as a servlet (Mostly it's code modified from the Jena Tutorial about Daml). As...
Dave, I'm not an expert on servlets, but we noticed that Java sometimes swaps XML parsers when you switch from an application to a servlet. This can break your...
... According to the javadoc : "Thrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call...
... Hash: SHA1 ... The WYMIWYG mies project has a servlet based annotea client and server which both make extensive use of annotea. Yo can get the source from ...
Hi Dave, Sounds like you need an answer in a hurry. How experienced are you with servlet's? I don't want to offend you by suggesting you check the basic...
Thank you, Danny. As Brian surmised so gently, I'm not a servlet expert by any means. I''m sorry for this long message, but I feel like I have to try out some...
Thank you, Danny. As Brian surmised so gently, I'm not a servlet expert by any means. I''m sorry for this long message, but I feel like I have to try out some...
Dave, Sounds like you have a version conflict between the version of Xerces that Jena needs and the version that tomcat is using. Rather than renaming jars, I...
... Hash: SHA1 did you try to replace ./common/endorsed/xercesImpl.jar in the tomcat distribution directory, with web/WEB-INF/lib/xerces.jar from jena and ...
Brian: I did what you (and Danny) suggested, that is, putting all the Jena jars in your-app/WEB-INF/lib. However, that never got off the ground; I got a help...
I found the files in question in my 1.4.1 release in a jar called rt.jar. It has many packages in it including javax.xml.parsers which contains the SAX stuff...
I downloaded the newest version of Tomcat 4.1.18, installed and told my ide about it. I made it the default server for my ide, ran my servlet and it worked. ...
Hi Folks I am using Jena-1.6.0 with SleepyCatDB and I am trying to read in large RDF files obtained from http://rdf.dmoz.org. The files that I am talking about...
A. J. Rajkumar
rajkumar@...
Mar 9, 2003 8:37 am
2331
Hi Folks Does any body have SleepyCat db-4.1 or db-4.1.25 working with any version of Jena. I have Jena-1.5 and Jena-1.6 working with db-4.0 ONLY, I could not...
A. J. Rajkumar
rajkumar@...
Mar 9, 2003 9:17 am
2332
The dmoz.rdf is not valid rdf. The attached perl script should fix it. If you translate the script to java let me know! cheers, Reto Domenica, 9 Mar 2003, alle...
Hello, i did this java class and i have problems at //PROBLEMS HERE I want to add RDQL at this source and the only way that i found is that the source code...
Hi Folks I found two large files and two smaller rdf files on http://rdf.dmoz.org and I applied this script to all four of them. After applying this script, I...