aspose file tools
The moose likes Web Services and the fly likes ejb webservice - authentication compulsory? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "ejb webservice - authentication compulsory?" Watch "ejb webservice - authentication compulsory?" New topic
Author

ejb webservice - authentication compulsory?

Michael Wiezik
Ranch Hand

Joined: Mar 19, 2004
Posts: 70
Hi everybody,
I've just created session bean webservice. It works fine till I switch on the security domain for my whole application. Although I didn't specify any security constraint for this particular ejb (no "security role" or "permission" in descriptors), invoking webservice from client ends with exception:
java.lang.SecurityException: Authentication exception, principal=null
Anybody has an idea, how to disable this authentication? Thanks in advance for any advise/url.
Notes:
* I'm using jboss, jboss.net and xdoclet


SCJP 1.4 - 88%
SCBCD 5.0 - 90%
SCEA - 81%
Sivakumar Nachimuthu
Ranch Hand

Joined: Aug 10, 2004
Posts: 52
I have the Same Issue now.Does anyone know the solution ?

Pls Help Me.
[ April 28, 2005: Message edited by: Sivakumar Nachimuthu ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ejb webservice - authentication compulsory?
 
Similar Threads
How to associate web client with a security context?
Authentication exception, principal=null
EJB/WebLogic security issue
How to impose Security on to JAXWS
Basic Authentication on a Web Service [WebSphere 7 for developer]