]
Emanuel Muckenhuber resolved JBAS-6683.
---------------------------------------
Fix Version/s: JBossAS-5.1.0.CR1
Resolution: Done
The template is now created based on the managedObject and should contain:
"JNDIName", "downCacheSize", "fullSize",
"clustered", "maxDeliveryAttempts", "maxSize",
"messageCounterHistoryDayLimit", "pageSize",
"redeliveryDelay"
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: Emanuel Muckenhuber
Fix For: JBossAS-5.1.0.CR1
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: