Another question related to JBMETA-44 and JBCTS-797. It's
not clear to me how the WebServiceRef should be
mapped to ServiceReferenceMetaData.
What (if anything) in WebServiceRef should specify the
service-interface?
The current processing of WebServiceRef is
if(annotation.type() != Object.class)
|
ref.setServiceRefType(annotation.type().getName());
| else
| ref.setServiceRefType(getType(element));
| if(annotation.value() != Object.class)
|
ref.setServiceInterface(annotation.value().getName());
|
Is this correct? The example Scott posted above is from
JBCTS-797 which currently fails because
"service-interface is null".
Thanks.
View the original post : http://www.jboss.com/index.html?
module=bb&op=viewtopic&p=4157629#4157629
Reply to the post : http://www.jboss.com/index.
html?module=bb&op=posting&mode=reply&p=4157629
a>
_______________________________________________
jboss-dev-forums mailing list
jboss-dev-forums lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-dev-foru
ms
|