[JBoss-user] [Security & JAAS/JBoss] - Re: relationship between JAAS, JGSS, Kerberos and JBoss

2005-10-11 Thread j_ri
Still no answer after almost three years?;-) At the moment I have exactly the same problem. How can I pass the credentials from a clientside login via the Krb5LoginModule to jboss to access an EJB? Cheers Jochen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [EJB/JBoss] - Re: Hot Deploy not Deploying, sort of

2005-03-02 Thread j_ri
I have the problem that I have an .ear-file referencing another .ear-file. Each of the .ear-files has it's own loader repository configured via the jboss-app.xml and parent delegation is set to false. Futhermore in the ear-deployer.xml the isolated and the callbyvalue attributes are set to true

[JBoss-user] [Security & JAAS/JBoss] - Re: principal=null even if request.getUserPrincipal() does n

2005-02-08 Thread j_ri
yes, the solution is quite easy;-) just update your JBoss version from 4.0.0 to 4.0.1. I hope this solves your problem, too regards jochen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865660#3865660 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [The Lizzard's corner] - Re: where should i place jar while is common to web and ejb

2005-01-11 Thread j_ri
Thanks for the hint! It's working fine;-) I just wonder why this is not mentiones in the corresponding xml-schema, the sun j2ee tutorial or the jboss documentation? Thanks Jochen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861551#3861551 Reply to the

[JBoss-user] [The Lizzard's corner] - Re: where should i place jar while is common to web and ejb

2005-01-04 Thread j_ri
Hi, how did you put the entry for the common.jar in your application.xml file? I only know the subtags of the module tag: \ for connectors \ for enterprise java beans \ for application clients \ for web-applications A tag for defining utility jars is missing, isn't it? Regards, Jochen View the

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-15 Thread j_ri
that's exactly what I do at the moment as temporary workaround. but what can I do, if I have two different versions of that jar for two different applications (.ear files). each of that utility jar-files have to be in the classloader of the corresponding application. is it possible to have

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-13 Thread j_ri
the second guess is what I'm trying to do. I want to make a library available to my components and want to keep it isolated together with that component in its isolated classloader. putting an entry in the manifest doesn't do this, right? and having the library in the system classloader doesn't w

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-06 Thread j_ri
yes, you can just put it in the deploy dir, but then all deployed applications share that libraries. putting the library in the ear doesn't work in JBoss 4.0.0 default configuration. it would only work, if you define the path to that library in the manifest class-path og your ejb jar-file. but

[JBoss-user] [Security & JAAS/JBoss] - Re: principal=null even if request.getUserPrincipal() does n

2004-12-02 Thread j_ri
Hi Surak, I have exactly the same problem. It would be great if you found a solution and can tell me how it works. It is very strange that I am able to create an ejb after I click refresh on the browser when I get the security exception?! Thanks View the original post : http://www.jboss.org/