You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Rupert Westenthaler <ru...@gmail.com> on 2012/03/01 10:29:52 UTC

Re: Enancer VIE not woking with current svn version

Hi Reto, all

This is caused by a Bug with the handling of PlainLiterals in VIE.

Since STANBOL-509 Plain Literals are used for TextAnnotations selected-text and context properties. Because of the Bug in VIE the values of such properties are now not correctly parsed from the RDF data returned in the Enhancer.


best
Rupert

[1] https://issues.apache.org/jira/browse/STANBOL-509

On 29.02.2012, at 16:37, Reto Bachmann-Gmür wrote:

> Hello
> 
> I've just built stanbol with the latest svn version and Enhancer VIE is not
> suggesting any enhancement for a text for which the enhancer page returns a
> few dozen enhancements Enhancer VIE presents no suggestion at all. Is the
> Enhancer VIE working for anybody else?
> 
> Cheers,
> Reto


SPARQL Endpoint (Cross origin problems)

Posted by Sebastian Germesin <se...@dfki.de>.
Hi all,

does the /sparql endpoint of Stanbol handles incoming requests different than the other endpoints?
I can PUSH something to /enhancer or /entityhub/sites/... but not to /sparql, resulting in a Cross-Origin Error:

XMLHttpRequest cannot load http://dev.iks-project.eu/stanbolfull/sparql. Origin http://localhost:8888 is not allowed by Access-Control-Allow-Origin.

Am I doing something wrong here or is that just not supported?


Thanks a lot in advance,

Sebastian

Re: Enancer VIE not woking with current svn version

Posted by Reto Bachmann-Gmür <re...@apache.org>.
Yes, the demo on the viejs page works around this problem with

height.height = height.height.substr(2, 7);

I guess the defualt string representation of any literal should be its
lexical value, datatype or language should be accessible via properties of
the literals.

Cheers,
Reto

On Thu, Mar 1, 2012 at 10:29 AM, Rupert Westenthaler <
rupert.westenthaler@gmail.com> wrote:

> Hi Reto, all
>
> This is caused by a Bug with the handling of PlainLiterals in VIE.
>
> Since STANBOL-509 Plain Literals are used for TextAnnotations
> selected-text and context properties. Because of the Bug in VIE the values
> of such properties are now not correctly parsed from the RDF data returned
> in the Enhancer.
>
>
> best
> Rupert
>
> [1] https://issues.apache.org/jira/browse/STANBOL-509
>
> On 29.02.2012, at 16:37, Reto Bachmann-Gmür wrote:
>
> > Hello
> >
> > I've just built stanbol with the latest svn version and Enhancer VIE is
> not
> > suggesting any enhancement for a text for which the enhancer page
> returns a
> > few dozen enhancements Enhancer VIE presents no suggestion at all. Is the
> > Enhancer VIE working for anybody else?
> >
> > Cheers,
> > Reto
>
>