[EJB 3.0 Development] New message: "Re: Source Location for EJB3 Components"
by Andrew Rubinger
User development,
A new message was posted in the thread "Source Location for EJB3 Components":
http://community.jboss.org/message/520225#520225
Author : Andrew Rubinger
Profile : http://community.jboss.org/people/ALRubinger
Message:
--------------------------------------------------------------
> jaikiran wrote:
>
> I can't seem to understand this one Can you elaborate? For example, the async component is composed of multiple modules. So are we saying that the individual modules should not depend on anything other than the SPI?
Sure. In this case ejb3-core is probably the only consumer of ejb3-async. So it'd depend upon ejb3-async-spi in compile scope, while the test runtime would need ejb3-async-impl as well. This ensures that components don't rely upon internals; when we need to do refactoring and bug fixes, we can limit the impact.
S,
ALR
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/520225#520225
16 years, 3 months
[JBoss Web Services] New message: "JAX-WS and Digest Authentication"
by Ian Ian
User development,
A new message was posted in the thread "JAX-WS and Digest Authentication":
http://community.jboss.org/message/520214#520214
Author : Ian Ian
Profile : http://community.jboss.org/people/hirowla
Message:
--------------------------------------------------------------
Hi, I am wondering how I can implement a web service call to a service that implements Digest Security. I'm using JBoss 6.0.0 M1
I have tried the following things and have the following questions:
* The basic implementation doesn't work. I believe it is because it doesn't implement Digest authentication. Can anybody confirm if this is the case?
* I tried implementing a handler, with the hope that I could get the challenge header and manually generate the response. However I can't get access to the response headlers in a handler because the error is at a transport level (the close() method doesn't have access, and the handleMessage() is not called in the return journey). Is there a way I can access to these headers?
* I tried using the Metro and CXF stacks instead of the native ones. However I kept running into missing classes from the classpath (java.lang.ClassNotFoundException: javax.xml.ws.addressing.AddressingProperties). I tried "pinching" classes from the native stack, but ran into a dead end and didn't really want to hack any further.
So I guess the essence of what I want to know is: can I implement a JAX-WS client calling a service which has digest authentication, and how do I do it? What options do I have (if any)?
Thanks,
Ian
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/520214#520214
16 years, 3 months