I found the bug in 
/trunk/src/main/java/org/jboss/ws/deployment/JSR181MetaDataBuilder.java

Using private void processHandlerChain(Class wsClass, ServerEndpointMetaData 
epMetaData)

is not the correct way to handle relative file names.

Original
URL fileURL = new URL(handlerChainFile);
  | InputStream is = fileURL.openStream();

Using 
jar:file:///D:/Programme/jboss-4.0.4.GA/server/default/deploy/Accounting.war!/WEB-INF/classes/handler-chains.xml
for the annotation is a workaround to the problem, but no solution.

Cheers

Chris




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951303#3951303

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951303


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to