[JBoss-user] [EJB/JBoss] - Re: Problem deploying application under JBoss 4.0 using EJB

2005-01-19 Thread tschraepen
Obviously I meant 3.2.6 Where's the "edit"-button when you need it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862684#3862684 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862684

[JBoss-user] [EJB/JBoss] - Re: Problem deploying application under JBoss 4.0 using EJB

2005-01-18 Thread tschraepen
Did you change the jbossclient-all.jar reference to the jbossall-client.jar of JBoss 4.0 ? Make sure it isn't the jbossall-client.jar of JBoss 3.2.5 you're using. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862683#3862683 Reply to the post : http://www.jb

[JBoss-user] [EJB/JBoss] - Re: NameNotFoundException on EJB lookup in standalone client

2005-01-05 Thread tschraepen
Thanks a lot for your explanation lafr. I understand now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860711#3860711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860711 ---

[JBoss-user] [EJB/JBoss] - Re: NameNotFoundException on EJB lookup in standalone client

2005-01-04 Thread tschraepen
Hello everyone I "fixed" my problem. The generated Util class uses COMP_NAME to perform the lookup. COMP_NAME being "java:comp/env/ejb/CredentialsSessionFacade". That's why "comp" wasn't bound. Instead I used "ejb/CredentialsSessionFacade" and it worked. But I don't understand the difference betw

[JBoss-user] [EJB/JBoss] - Re: NameNotFoundException on EJB lookup in standalone client

2004-12-30 Thread tschraepen
Also, I'm deploying my EJB's through an .ear file using the JBossIDE for Eclipse. I've included the interfaces bundled in a .jar file in my Client project, along with jbossall-client.jar. I've generated most of the interface-classes using XDoclet and JBossIDE. The error occurs when I call "Crede

[JBoss-user] [EJB/JBoss] - Re: NameNotFoundException on EJB lookup in standalone client

2004-12-30 Thread tschraepen
I'm having the same problem I think. But I'm getting "javax.naming.NameNotFoundException: comp not bound". But I don't have any EJB's called comp. I checked the JMX console ( service=JNDIview, invoke listXML() ) and there I find the following interesting piece of text: anonymous wrote : java:

[JBoss-user] [Security & JAAS/JBoss] - Re: 403 - Access to the requested resource has been denied

2004-11-15 Thread tschraepen
This might be a stupid question, but did you check if the role that is returned matches the user's role? I'm not sure if it's case-sensitive. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855300#3855300 Reply to the post : http://www.jboss.org/index.html?mo

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

2004-11-10 Thread tschraepen
Hi Surak, I've been trolling through several posts lately to find a solution to another problem and your problem rung a bell. I suggest you take a look at this topic then: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=38229. Hope that works out for you as well. View the original pos

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-11-10 Thread tschraepen
But I'm still interested in your setup Cuoz. Could you post a part of your login.jsp, struts-config.xml and web.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854560#3854560 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-11-09 Thread tschraepen
I've done a couple of things since my last post: 1. Moved my loginAction to path /login.do instead of /actions/login.do, so that I can use an url-pattern on /actions/* for my filter. 2. Added JAAS login to that filter. It's still not working though, logging in refers me to the index page. But whe

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with JAAS authentication and Struts/EJB

2004-11-09 Thread tschraepen
You guys should check out this article on using JAAS with Struts: http://www.mooreds.com/jaas.html I think you'll find point 2.3.2 interesting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854399#3854399 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-11-08 Thread tschraepen
Thanks for the quick reply Cuoz. I'm beginning to understand what the actual problem is with my web-app. You see, I've been mixing the j_security_check and a self-written JAAS authentication method. j_security_check however, doesn't provide the solution I'm looking for. Because it doesn't integra

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-11-08 Thread tschraepen
"cuoz" wrote : I just noticed this thread, and am not really sure what the big issue is. My form based login page is a JSP and uses struts tags and tiles. My form action posts directly to j_security_check. | | The struts controller servlet does not enter the picture until after the authen