[Mulgara-general] Help
Paul Gearon
gearon at ieee.org
Mon Jul 28 17:01:15 PDT 2008
On Mon, Jul 28, 2008 at 6:29 PM, Bill OConnor <wtoconnor at gmail.com> wrote:
> Ok everything seems to load ok. The answer however doesn't have any
> Is there a problem with the query?
Since you've been updating the server name, I'm wondering if you
updated the server name in the query as well? You were selecting
everything from <rmi://localhost/server2#content> (which is where you
were inserting data). So if you're now inserting data into
rmi://localhost/server1#content you'll need to make sure you select
from that graph as well.
Other than that, I'm not that familiar with Groovy string literals.
I'm guessing that $x gets expanded in a string to the value of "x",
which is why you escaped the $ characters, right? What about the
triple quotes around the string? Was that needed to let you use single
\ characters instead of having to say, for example, \\$s ?
Paul
More information about the Mulgara-general
mailing list