| Author |
Use the @HandlerChain annotation in the SOAP EJB with Jboss 6.0.0
|
Jamel Essoussi Essoussi
Greenhorn
Joined: Mar 17, 2011
Posts: 1
|
|
Hi,
- I use Jboss 6.0.0
- I create SOAP EJBs with @HandlerChain(file="aas_handler.xml") but i have the folowing error when I deploy it
Caused by: javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: Could not find the handler configuration file aas_handler.xml specified by @HandlerChain annotation
I have put the aas_handler.xml file in the root directory of the jar package
With boss 4.2.3 version It sucessfully deployed and runned
Regards
|
 |
Viktor Balazs
Greenhorn
Joined: Jun 28, 2011
Posts: 1
|
|
Hi,
change the path of xml file in annotation to @HandlerChain(file="/aas_handler.xml")
|
 |
 |
|
|
subject: Use the @HandlerChain annotation in the SOAP EJB with Jboss 6.0.0
|
|
|