[jboss-jira] [JBoss JIRA] Created: (JBJCA-526) @ConfigProperty support in the admin object class

Jeff Zhang (JIRA) jira-events at lists.jboss.org
Thu Mar 17 04:30:45 EDT 2011


@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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list