You may notice that the JNDI stuff is not yet finished, and I haven't tested the authentication ( JAAS realm works fine with our LoginModule, but it may still have some non-standard behaviors it relies on ). Well - I wrote the code that would support the more sane pattern used by jboss for Principals ( the Group named "roles" ), but it needs to be tested.
Costin Remy Maucherat wrote: > Mladen Turk wrote: >> >>>-----Original Message----- >>>From: Remy Maucherat [mailto:[EMAIL PROTECTED] >>> >>>Just wanted to let you know that the new embedded in 5.0 is great. >>>Costin (and I, to some extent) got it running with JBoss 3.2 >>>without any >>>problem. The big advantage is that it's just like Tomcat standalone, >>>except it also implements the Embedded API. The big trick however is >>>that if the embbedding component uses JMX already, you can do >>>everything >>>using MBeans. It's really cool :) >>> >> >> >> Well that's great, can you send some cookbook? >> >> I'd like to make a class for JK2 that will call the embedded TC from >> _dirty_ JVM, something like LouncherBootstrap. >> The class will be in that case be injected in JVM from class file itself >> using DefineClass. >> > > Here's the JBoss integration class. This should give you an idea. > Note that the class can be compiled independently of TC 5. Zero coupling > :) > > Costin is awesome :-D > Well, except when he's doing build related stuff, of course ;-) > > Remy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]