| Author |
HTTP authentication on accessing WSDL
|
Tim Storms
Ranch Hand
Joined: Apr 27, 2006
Posts: 64
|
|
Hi,
I'm trying to use HTTP authenitication when my WSDL is accessed. Authetication should only happen on user/pass and not on roles. During deploy time, I'm getting the following stacktrace in my JBoss 4.2.3:
I've looked into the source of the RoleBasedAuthorizationInterceptorFactory and on line 49, the following happens:
This could mean that the "securityAnnotation" variable, which is the SecurityDomain annotation of my web service, is not gathered.
These are my annotations in my web service class:
In the web.xml of my web app, I've configured the following:
My Jboss login-config.xml contains:
The props/jbossws-users.properties file exists.
I've also tried the approach given on http://jbossws.jboss.org/mediawiki/index.php?title=Authentication, but without any result.
Tips, hints, etc. are very welcome!
|
SCJP 1.5, SCWCD 1.4, SCBCD 5
|
 |
Tim Storms
Ranch Hand
Joined: Apr 27, 2006
Posts: 64
|
|
Guys, any help on this?
I've managed to get this thing working in a very small dummy application but this problem is still occuring in my companies application. It's a seam application running on JBoss 4.2.3. Could seam somehow be causing this nullpointer?
This is the dependency I use to get the EJB's working:
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8145
|
|
@SecurityDomain("mydomain")
Post the import statements in your EJB class. For 4.x it should be:
|
[My Blog] [JavaRanch Journal]
|
 |
Tim Storms
Ranch Hand
Joined: Apr 27, 2006
Posts: 64
|
|
These are my imports regarding EJB's/Web Services:
The imports should be fine I guess.
|
 |
 |
|
|
subject: HTTP authentication on accessing WSDL
|
|
|