[jboss-jira] [JBoss JIRA] Created: (JBAS-6683) QueueTemplate and TopicTemplate templates are missing most of the ManagedProperties defined by the corresponding ComponentTypes - they only contain the "name" and "JNDIName" properties

Ian Springer (JIRA) jira-events at lists.jboss.org
Thu Mar 26 00:29:22 EDT 2009


QueueTemplate and TopicTemplate templates are missing most of the ManagedProperties defined by the corresponding ComponentTypes - they only contain the "name" and "JNDIName" properties
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: JBAS-6683
                 URL: https://jira.jboss.org/jira/browse/JBAS-6683
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: ProfileService
            Reporter: Ian Springer
            Assignee: Scott M Stark


As can be seen from the below EmbJopr logs, printed during the creation of a new Queue via EmbJopr, the QueueTemplate only defines two properties - "name" and "JNDIName"; all of the other props - downCacheSize, fullSize, etc. - are missing:

23:54:51,037 INFO  [CreateResourceRunner] Creating resource through report: CreateResourceReport: ResourceType=[ResourceType[id=0, category=Service, name=Queue,
 plugin=JBossAS5]], ResourceKey=[null]
23:54:51,037 DEBUG [ApplicationServerComponent] BEFORE CREATE:
Properties for DeploymentTemplateInfo [QueueTemplate]:
  name=JNDIName, mappedName=null, viewUse=NONE, mandatory=false, type=SimpleMetaType, value=  <<<null>>>
* name=name, mappedName=null, viewUse=NONE, mandatory=true, type=SimpleMetaType, value=  <<<null>>>

23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'downCacheSize' not found.
23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'fullSize' not found.
23:54:51,037 DEBUG [ConversionUtils] Converting property PropertySimple[id=0, name=JNDIName, value=eds, override=false] with definition SimpleProperty[JNDIName]
 (Type: STRING) to MetaValue of type SimpleMetaType:java.lang.String...
23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'clustered' not found.
23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'maxDeliveryAttempts' not found.
23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'maxSize' not found.
23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'messageCounterHistoryDayLimit' not found.
23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'pageSize' not found.
23:54:51,037 ERROR [ConversionUtils] ManagedProperty named 'redeliveryDelay' not found.
23:54:51,037 DEBUG [ApplicationServerComponent] AFTER CREATE:
Properties for DeploymentTemplateInfo [QueueTemplate]:
  name=JNDIName, mappedName=null, viewUse=NONE, mandatory=false, value=  SimpleMetaType:java.lang.String:FooQueue
* name=name, mappedName=null, viewUse=NONE, mandatory=true, type=SimpleMetaType, value=  <<<null>>>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list