[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.
Antoine_h
do-not-reply at jboss.com
Wed Mar 21 15:24:44 EDT 2007
Opened a jira :
http://jira.jboss.com/jira/browse/JBPORTAL-1324
There is in the jira the code of an overidding class of org.jboss.portal.core.model.portal.DefaultPortalCommandFactory
to replace the service
name="portal:commandFactory=DefaultPortal"
It mainly bypass the code : Portal portal = ctx.getDefaultPortal();
to set it with the configurable attribute
<attribute name="DefaultPortalName">MyDefaultPortalName</attribute>
of the jmx service.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030359#4030359
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030359
More information about the jboss-user
mailing list