-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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.