[
http://jira.jboss.com/jira/browse/EJBTHREE-1104?page=all ]
Carlo de Wolf resolved EJBTHREE-1104.
-------------------------------------
Resolution: Done
Annotation overrides from dd are not picked up properly
-------------------------------------------------------
Key: EJBTHREE-1104
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-1104
Project: EJB 3.0
Issue Type: Bug
Reporter: Carlo de Wolf
Assigned To: Carlo de Wolf
Fix For: AS 5.0.0.Beta3, AS 4.2.3.GA
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira