Re: Failed to get values of URI typed properties

2011-08-20 Thread Suat Gönül
2011/8/19 Stefan Guggisberg stefan.guggisb...@gmail.com 2011/8/19 Suat Gönül suatgo...@gmail.com: Hi everybody, I can create a URI typed property for a node and set its value by a code snippet as follows: Node n; //somehow initialize the node String uriprop = uriprop; String

Failed to get values of URI typed properties

2011-08-19 Thread Suat Gönül
Hi everybody, I can create a URI typed property for a node and set its value by a code snippet as follows: * Node n; //somehow initialize the node String uriprop = uriprop; String val = http://www.example.org;; n.setProperty(uriprop, val, PropertyType.URI);* After this code, when I try to get

Re: Failed to get values of URI typed properties

2011-08-19 Thread Stefan Guggisberg
2011/8/19 Suat Gönül suatgo...@gmail.com: Hi everybody, I can create a URI typed property for a node and set its value by a code snippet as follows: Node n; //somehow initialize the node String uriprop = uriprop; String val = http://www.example.org;; n.setProperty(uriprop, val,