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
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
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
---
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
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
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:
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
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
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
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
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
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
"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
13 matches
Mail list logo