From jorgeio at uci.cu Sat Nov 13 09:55:07 2010 From: jorgeio at uci.cu (Jorge Infante Osorio) Date: Sat, 13 Nov 2010 12:55:07 -0500 Subject: [Ds-java-dev] content filtering data using user roles. Message-ID: Hi all. I?m using wso2dataservices-2.5.0. I follow the steps in this tuto http://wso2.org/library/articles/content-filtering-data-services-user-roles to implement a $subject but when I use the tryit nothing occurs only a blank page. Also I create a client to call the service, but it return all rows in blank. This is the dataservice that I use: As you can see I want that the ?nombre_completo? column only can see by the users that have the admin role. org.postgresql.Driver jdbc:postgresql://localhost:5432/wso 2_test user pass select id, usuario, nombre_completo from usuario INSERT INTO usuario( id, usuario, nombre_completo) VALUES (?, ?, ?); Jorge. -------------- next part -------------- An HTML attachment was scrubbed... URL: