[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.
Antoine_h
do-not-reply at jboss.com
Fri Jul 18 12:29:07 EDT 2008
The JMX service description is :
<mbean
| code="org.jboss.portal.core.model.portal.DefaultPortalCommandFactory"
| name="portal:commandFactory=DefaultPortal"
| xmbean-dd=""
| xmbean-code="org.jboss.portal.jems.as.system.JBossServiceModelMBean">
| <xmbean/>
| <depends
| optional-attribute-name="NextFactory"
| proxy-type="attribute">portal:commandFactory=Delegating</depends>
| <depends
| optional-attribute-name="Container"
| proxy-type="attribute">portal:container=PortalObject</depends>
| </mbean>
|
it is in : deploy\jboss-portal.sar\META-INF\jboss-service.xml
you have to replace the JMX service, by one of your own, with the class overriden for your need.
look at the Jira for an example of the code :
http://jira.jboss.com/jira/browse/JBPORTAL-1324
and, please, vote for the jira task... so it shows that some people wish to have this feature in the future version....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165390#4165390
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165390
More information about the jboss-user
mailing list