-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
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>>>
- blocks
-
JBAS-6719 AS5 plugin: After creating a new Topic or Queue, the configuration properties are set to their default values instead of to the values that were specified during creation
- Closed