Hi all, I wonder if it is possible to execute this query: "select profile.*, user.* from wr:profile as profile inner join wr:user as user on user.id = profile.wrprop:user"
where wr:profile and wr:user ar nodeTypeName and wrprop:user is a property of type Reference which references an instance of wr:profile. Also, is it possible to build the query using the JSR283 API? Thanks in advance for your help BR Luca Tagliani -- View this message in context: http://www.nabble.com/Query-using-joins-tp25167225p25167225.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
