[JBoss JIRA] Created: (JBPORTAL-2358) setNextPossiblePortletModes does not work
by Andy Bosch (JIRA)
setNextPossiblePortletModes does not work
-----------------------------------------
Key: JBPORTAL-2358
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2358
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Portlet
Environment: Windows and Linux
Reporter: Andy Bosch
The Portlet specification JSR-286 defines a feature "setNextPossiblePortletModes". In the RenderResponse you can set the portlet modes which will be available for the next rendering. Also you can overwrite the methode getNextPossiblePortletModes from GenericPortlet. As result, only the listed modes should be available. In JBoss Portal this function has no effect. You have always all possibilities of modes which are declared in the portlet.xml.
--
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
15 years, 9 months
[JBoss JIRA] Created: (JBAS-6668) for Connection Factories, an extra prop.type config-prop is added to the "config-property" MapCompositeMetaType property every time managementView.updateComponent(connFactoryComponent) is called
by Ian Springer (JIRA)
for Connection Factories, an extra prop.type config-prop is added to the "config-property" MapCompositeMetaType property every time managementView.updateComponent(connFactoryComponent) is called
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBAS-6668
URL: https://jira.jboss.org/jira/browse/JBAS-6668
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: ProfileService
Reporter: Ian Springer
Assignee: Scott M Stark
Initial dump of component's properties:
14:51:01,799 DEBUG [ManagedComponentComponent] *** AFTER LOAD:
...
name=config-property, mappedName=managedConnectionFactoryProperties, viewUse=CONFIGURATION, required=false, value= MapCompositeMetaType{java.util.Map items=[
name=foo type=java.lang.String], [name=foo.type type=java.lang.String], [name=foo.type.type type=java.lang.String]}:{foo.type=SimpleMetaType:java.lang.String:bl
ah, foo=SimpleMetaType:java.lang.String:blah, foo.type.type=SimpleMetaType:java.lang.String:blah}
Items:
foo=SimpleMetaType:java.lang.String:blah
foo.type=SimpleMetaType:java.lang.String:blah
...
and after calling updateComponent():
14:51:01,799 DEBUG [ManagedComponentComponent] *** AFTER LOAD:
...
name=config-property, mappedName=managedConnectionFactoryProperties, viewUse=CONFIGURATION, required=false, value= MapCompositeMetaType{java.util.Map items=[
name=foo type=java.lang.String], [name=foo.type type=java.lang.String], [name=foo.type.type type=java.lang.String]}:{foo.type=SimpleMetaType:java.lang.String:bl
ah, foo=SimpleMetaType:java.lang.String:blah, foo.type.type=SimpleMetaType:java.lang.String:blah}
Items:
foo=SimpleMetaType:java.lang.String:blah
foo.type=SimpleMetaType:java.lang.String:blah
foo.type.type=SimpleMetaType:java.lang.String:blah
...
Note the extra foo.type.type item.
--
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
15 years, 9 months
[JBoss JIRA] Created: (JBAS-5968) NullPointerException in WebServiceDeployerEJB
by Carlo de Wolf (JIRA)
NullPointerException in WebServiceDeployerEJB
---------------------------------------------
Key: JBAS-5968
URL: https://jira.jboss.org/jira/browse/JBAS-5968
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Carlo de Wolf
Assignee: Alessio Soldano
Priority: Critical
Fix For: JBossAS-5.0.0.GA
2008-09-16 13:24:10,638 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (RMI TCP Connection(36)-127.0.0.1) Error installing to Real: name=vfszip:/home/carlo/work/ejb3/testsuite/target/test-lib/bank.jar state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: java.lang.NullPointerException: name cannot be null
at org.jboss.wsf.container.jboss50.deployer.WebServiceDeployerEJB.internalDeploy(WebServiceDeployerEJB.java:103)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1285)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1003)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:944)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:627)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:541)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:812)
at org.jboss.deployment.MainDeployer.redeploy(MainDeployer.java:587)
...
Caused by: java.lang.NullPointerException: name cannot be null
at javax.management.ObjectName.construct(ObjectName.java:342)
at javax.management.ObjectName.<init>(ObjectName.java:1314)
at org.jboss.wsf.container.jboss50.deployer.WebServiceDeployerEJB.internalDeploy(WebServiceDeployerEJB.java:99)
... 66 more
--
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
15 years, 9 months
[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
by Ian Springer (JIRA)
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
15 years, 9 months
[JBoss JIRA] Created: (JBAS-6664) "config-property" ManagedProperty in all ConnectionFactory and Datasource templates has wrong type
by Ian Springer (JIRA)
"config-property" ManagedProperty in all ConnectionFactory and Datasource templates has wrong type
---------------------------------------------------------------------------------------------------
Key: JBAS-6664
URL: https://jira.jboss.org/jira/browse/JBAS-6664
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: ProfileService
Environment: AS 5.1 build from 3/21/09
Reporter: Ian Springer
Assignee: Scott M Stark
As can be seen from the below debug output from the jboss-as-5 plugin, the property's type is SimpleMetaType.STRING:
Properties for DeploymentTemplateInfo [NoTxConnectionFactoryTemplate]:
...
name=config-property, mappedName=null, viewUse=NONE, required=false, type=SimpleMetaType, value= <<<null>>>
...
but the value's type is supposed to be MapCompositeMetaType(SimpleMetaType.STRING) - this is what the type is for the "config-property" property in existing Connection Factories or Datasources.
--
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
15 years, 9 months