Re: [Dev] LoginListener not catching login events

2014-07-16 Thread Denuwanthi De Silva
Hi, I'm testing a scenario[1] where a .rxt file (service.rxt) is saved by adding content. Then the saved content is accessed using 'governanceServiceClient.getConfiguration(service)'. But, it returns 'null'. If I login to the server manually, and invoke the above method,it returns the content

[Dev] LoginListener not catching login events

2014-07-15 Thread Denuwanthi De Silva
Hi, The LoginListener (RXTLoader.java) does not seems to catch the login events invoked inside 'AuthenticationAdmin' backend service login method. (but works fine with the UI loggings) What could be the cause? Thanks, -- Denuwanthi De Silva Software Engineer; WSO2 Inc.; http://wso2.com,

Re: [Dev] LoginListener not catching login events

2014-07-15 Thread Ajith Vitharana
On Wed, Jul 16, 2014 at 10:54 AM, Denuwanthi De Silva denuwan...@wso2.com wrote: Hi, The LoginListener (RXTLoader.java) does not seems to catch the login events invoked inside 'AuthenticationAdmin' backend service login method. (but works fine with the UI loggings) What could be the cause?