Nevermind, I was trying to authenticate with a REST service, but it wasn't working because my test embedded server was not listening for connections. It's working now, thanks :-)
Cheers, PP On 04/06/12 13:45, [email protected] wrote: > I do something similar using the EJBContainer API - is there a > particular problem that you're seeing? > > > On Mon, Jun 4, 2012 at 7:12 AM, Paulo Pires - [email protected] > <mailto:[email protected]> wrote: > > Hi all, > > Is anyone around doing integration-testing with Shiro and EJB's? I use > my own DAO to manage Shiro users, so I'd like to be able to perform a > series of tests that would really authenticate. > > I'm using Glassfish-embedded and TestNG, but so far I haven't got much > success. You can check my bootstrap code at > https://gist.github.com/2867767 > > Cheers, > > -- > Paulo Pires > > > -- Paulo Pires
