Uploaded image for project: 'JBoss Metadata'
  1. JBoss Metadata
  2. JBMETA-41

EJBTHREE-1127 processing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta19
    • 1.0.0.Beta15
    • None
    • None

      Another annotation processing example is:

      @RemoteHome
      public interface RemoteHome extends EJBHome
      {
      public RemoteInterface create();
      }

      The above example defines a EJB2.x Remote interface, even though they're not explicitly marked as such anywhere.

      Technically, @Remote is used to denote an EJB3 Remote Business View.

      That's EJBTHREE-1127, defined by, "EJB3 Core Specification 3.6.2.1":
      The return type of a create method on the remote home interface is the session bean's remote interface.

              emuckenhuber_jira Emanuel Muckenhuber (Inactive)
              starksm64 Scott Stark (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: