> Here's the stacktrace. You're a step ahead of me! I guess I didn't realize > a session would be created when I just ask for it to build a new subject.
It won't. Just building a Subject will not automatically create a Session. You have to call subject.getSession() or subject.getSession(true) to create a session if the Subject does not already have one. Cheers, Les
