Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-219

Provide access to the EJB3 meta data

XMLWordPrintable

      The WebServiceDeployerEJB3 needs access to the EJB3 meta data in StatelessContainer. How can this be done?

      WebServiceDeployerEJB3:70

      Ejb3ModuleMBean ejb3Module = (Ejb3ModuleMBean)MBeanProxy.get(Ejb3ModuleMBean.class, di.deployedObject, server);
      if (ejb3Module == null)
      throw new IllegalStateException("Cannot obtain EJB3 module: " + di.deployedObject);

      // [TODO] show me how to get at the ejb3 meta data in StatelessContainer from here

      Tht assiciated test is:

      $ ant -Dtest=org.jboss.test.ws.jsr181.webservice.JSR181WebServiceEJB3TestCase one-test

      one-test:
      [junit] Running org.jboss.test.ws.jsr181.webservice.JSR181WebServiceEJB3TestCase
      [junit] FIXME: JBWS-219
      [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.733 sec

              tdiesler@redhat.com Thomas Diesler
              tdiesler@redhat.com Thomas Diesler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: