Hello Busa,
Yes, I did test it and can get back data.
One gotcha that I noticed is that you need a specific "Accept" header in
the request. If you send something general like
Accept: */*
then it won't work right now.
Try something more specific like: "Accept: application/rdf+xml"
In the curl example command from the previous email, I set the header so
that you get the proper results.
For example:
curl -u sysadmin:123 -H "Accept: application/rdf+xml"
"http://localhost:8080/sparql/?query=CONSTRUCT%20%7B%20%3Fs%20%3Fp%20%..."
I filed a ticket related to this issue:
http://www.openanzo.org/projects/openanzo/ticket/656