]
Jeff Zhang resolved JBJCA-526.
------------------------------
Resolution: Done
@ConfigProperty support in the admin object class
-------------------------------------------------
Key: JBJCA-526
URL:
https://issues.jboss.org/browse/JBJCA-526
Project: IronJacamar
Issue Type: Task
Components: Common
Affects Versions: 1.0.0.Beta4
Reporter: Jeff Zhang
Assignee: Jeff Zhang
Fix For: 1.0.0.Beta5
support this
@AdministeredObject
public class TestAdminObject implements Serializable, Referenceable
{
Reference reference;
@ConfigProperty(type = String.class, defaultValue = "InAO")
private String myStringProperty;
the testcase is Ra16annoAdminObjectTestCase
--
This message is automatically generated by JIRA.
For more information on JIRA, see: