Re: Cocoon crashs!

2005-02-04 Thread Halgurt Mustafa-Ali
: No, score=-2.6 required=7.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2-tuminfo_0 X-Virus-Scanned: by amavisd-new/sophie/sophos at mailrelay2.informatik.tu-muenchen.de Halgurt Mustafa-Ali wrote: Hi, I am directing a course at the University of Munich. We use a Transformer to integrate OWL

Re: Cocoon crashs!

2005-02-04 Thread Halgurt Mustafa-Ali
(2004-11-16) on maildmz2.informatik.tu-muenchen.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=7.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2-tuminfo_0 X-Virus-Scanned: by amavisd-new/sophie/sophos at mailrelay2.informatik.tu-muenchen.de Halgurt Mustafa-Ali wrote: Each time

Cocoon crashs!

2005-01-31 Thread Halgurt Mustafa-Ali
Hi, I am directing a course at the University of Munich. We use a Transformer to integrate OWL-QL into the Cocoon framework. Each time when we get a request owl-ql loads up some Ontologies, which may have about 100 MB. I changed the heap-size to 512mb through the java option -X. Well when we

Re: [RFC] Cocoon Tutorial

2004-12-21 Thread Halgurt Mustafa-Ali
Hi, I have built a SemWeb block, using owql, owl, and rdql. I wrote 2 tronsformers for quering knowledge bases, they suport also KIF(Knowledge Interchange Format) If you are interested in those things I can send you my examples. Thanks alot, Halgurt X-Sieve: CMU Sieve 2.2 Delivered-To:

characters() strange behavior

2004-08-19 Thread Halgurt Mustafa-Ali
Hi, I had a look at the cocoon API to find out how the method Characters I found this section below: characters public void characters(char[] c, int start, int len) throws SAXException Receive notification of character

Re: help needed (OWQL)

2004-08-18 Thread Halgurt Mustafa-Ali
Hi, I solved this problem through using JDOM and then converting the JDOM document to SAX events. you can have a look at the code. Thanks, Halgurt X-Sieve: CMU Sieve 2.2 Delivered-To: [EMAIL PROTECTED] Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm list-help: mailto:[EMAIL PROTECTED]

SemWeb

2004-08-09 Thread Halgurt Mustafa-Ali
/2001/XMLSchema#string; Halgurt Mustafa Ali/name /Stundent /hatStudent name rdf:datatype=http://www.w3.org/2001/XMLSchema#string; TUM/name /Universitaet /hatUniversitaet semester8/semester /Stundent Studienfach rdf:ID

SemWeb

2004-08-09 Thread Halgurt Mustafa-Ali
Hi all, Well I implemented the RDQLTransformer and works properly. It would be very nice if you be so kind a test it. I used Jena 2.1, and cocoon 2.2. It is possible to pass the knowledge base as src attribute to the Transformer, If you have a komplex model you kann give all needed files as

help needed (OWQL)

2004-08-09 Thread Halgurt Mustafa-Ali
hi, I am tryong to itegrate OWQL in to the cocoon framework, I implemented a Transformer for that purpose (see the Attachment please). The OWQL tool has a method printAnswerAsXML (String reqxml, PrintWriter pw) do you have an idea how can I convert pw to SAX events? thanks, Halgurt

Cocoon latest version

2004-07-29 Thread Halgurt Mustafa-Ali
Hi, I wrote a customer transformer, it works quite ok with cocoon2.1.4. Now I updated cocoon to the latest version and I get these errors below, have you changes anything? always when I want to create a new element calling the method (startElement()) I get the error, can anybody help me

RE: Cocoon latest version

2004-07-29 Thread Halgurt Mustafa-Ali
incompatible changes/problems in this area. Can you show us your source code, this might give us a clue. Carsten -Original Message- From: Halgurt Mustafa-Ali [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: Cocoon latest version Hi, I wrote

RE: Cocoon latest version

2004-07-29 Thread Halgurt Mustafa-Ali
autolearn=ham version=2.63-tuminfo X-Spam-Level: X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de -Original Message- From: Halgurt Mustafa-Ali [mailto:[EMAIL PROTECTED] Hi, Thanks for replying. Please see the Attachment for the code and the error message. Ok, I guess

Re: RDQLTransformer

2004-07-27 Thread Halgurt Mustafa-Ali
Hi, I downloaded the latest Cocoon version, now my RDQLTransformer does not work anymore. Hove you changed anything? When I try to create a new element (Using startElement() method) I become an error. Can you help me please? See the Attachment for the stacktrace error. Thanks, Halgurt

Re: OWLQLTransfomer + RDQLTransformer

2004-07-12 Thread Halgurt Mustafa-Ali
=ham version=2.63-tuminfo X-Spam-Level: X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Halgurt Mustafa-Ali wrote: Hi all, I am a student of the technical university in Munich. I am working on a software development project. I wrote 2 Transformers. both for extracting data from

Re: OWLQLTransfomer + RDQLTransformer

2004-07-09 Thread Halgurt Mustafa-Ali
-11) on mailin1.informatik.tu-muenchen.de X-Spam-Status: No, hits=-4.9 required=6.0 tests=BAYES_00 autolearn=ham version=2.63-tuminfo X-Spam-Level: X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Halgurt Mustafa-Ali wrote: Hi all, I am a student of the technical university

OWLQLTransfomer + RDQLTransformer

2004-07-08 Thread Halgurt Mustafa-Ali
Hi all, I am a student of the technical university in Munich. I am working on a software development project. I wrote 2 Transformers. both for extracting data from knowledge bases (OWL, RDF, DAML etc). The RADQTransformer uses rdql (RDF query language), it works like the SQLTransformer. And