Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-1104

Annotation overrides from dd are not picked up properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • AS 5.0.0.Beta3, AS 4.2.3.GA
    • None
    • None
    • None

    Description

      This throws an exception: unsupported field type int on field public in org.jboss.annotation.ejb.PoolClassImpl.maxSize.

      <annotation>
      <annotation-class>org.jboss.annotation.ejb.PoolClass</annotation-class>
      <annotation-implementation-class>org.jboss.annotation.ejb.PoolClassImpl</annotation-implementation-class>
      <property>
      <property-name>value</property-name>
      <property-value>org.jboss.ejb3.StrictMaxPool</property-value>
      </property>
      <property>
      <property-name>maxSize</property-name>
      <property-value>5</property-value>
      </property>
      <property>
      <property-name>timeout</property-name>
      <property-value>10000</property-value>
      </property>
      </annotation>

      In 4 the setting is is ignored.

      Attachments

        Activity

          People

            rhn-engineering-cdewolf Carlo de Wolf
            rhn-engineering-cdewolf Carlo de Wolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: