1 Reply Latest reply on Sep 19, 2006 3:56 PM by thomas.diesler

    JSR-109 service endpoint and EJB3

    be324854

      I know that an EJB3 Stateless sessions beans that doubles as a web service endpoints should be annotated according to the JSR-181 standard. But since JBossWS 1.x does not support related standards like JAX-B 2.0 (e.g. namespace of the elements) and JAX-WS 2.0 (e.g the Exception structure). That makes it pretty useless for a production environment.

      Since the project I will work on will go into staging before the probable release date of JBossWS 2.x I was thinking of a different approach. The O?Reilly book ?Enterprise JavaBeans 3.0? indicates that JAX-RPC 1.1 is still appropriate for EJB3, and I wanted to use that since JBossWS 1.x has good support for that.

      I see in the deployment code that ?JSR109_EJB3? not exists. Does that mean that I can?t expose EJB3 Stateless session beans as a web services via the JSR-109 standard? If not can it be added in the near future?