djencks wrote: > > >>I'm curious as to why. This is AFAIK rather unusual. If you need to >>propagate the credentials from the caller on to some other service >>you call that may well be possible without involving your business >>logic. > > I know. But the "busines logic" is not a service, It's actually a call to > another server using some proprietary tcp-ip protocol that needs the user > and password on each call. > >>> Is there any way I can deploy the Custom LoginModule jar within the >>> war/ear? > >>that should work without problems, what is happening that you ask? > > I made a login.jar file and put it in the WEB-INF/Lib folder but i still > got a "class not found" exception on my custom Principal class when i > install my ear file. I got around this by installing the jar file as a > Common lib in the repository and declaring a dependency in the > geronimo-application.xml, but I would like to avoid this, so i could > install all my app using only the Ear file. > > > thanks > Thomas Neerup > >
-- View this message in context: http://www.nabble.com/Basic-Auth-passwords-in-webservices-tf4726213s134.html#a13525158 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
