1 Reply Latest reply on Dec 21, 2008 10:23 AM by dejanmr

    Ejb 3 - <service-ref> Ignored in ejb-jar.xml  inb jboss-4.2.

      Attempt to override @WebServiceRef WSDL location form ejb-jar.xml fails.

      When there is no @WebServiceRef set in code (Ejb 3 bean class), <service-ref> seems to be ignored (object I am attempting to inject remains NULL), but when there is @WebServiceRef in EJB bean class, errors in setting of <service-ref> are reported, so it seems it is not completely ignored.

      However, WSDL change introduced with <wsdl-file> is ignored.

      Is this feature functional in mentioned version of JBOss? Is there workaround?