Hi Julien
thanks for your help!
In the core jboss-service.xml file, i found that the mbean object name is not consistent.
In the definition of ThemeService, the object name is defined as "portal:service=ThemeService", but it is refered as "portal:service=ThemeServer" in the servermanager service.
Is this correct?
anonymous wrote :
| < mbean
| code="org.jboss.portal.server.impl.ServerManagerImpl"
| name="portal:service=ServerManager"
| xmbean-dd="org/jboss/portal/server/impl/ServerManagerImpl.xml">
| < attribute name="ContainerName" >MyContainer< /attribute>
| < depends>portal:service=Hibernate< /depends>
| < depends optional-attribute-name="Configuration" proxy-type="attribute">portal:service=Configuration< /depends>
| < depends optional-attribute-name="ObjectFactory" proxy-type="attribute">portal:service=ObjectFactory< /depends>
| < depends optional-attribute-name="ThemeServer" proxy-type="attribute">portal:service=ThemeServer< /depends>
| < depends optional-attribute-name="LayoutServer" proxy-type="attribute">portal:service=LayoutServer< /depends>
| < attribute name="InvocationFactoryClassName">org.jboss.portal.core.impl.invocation.CoreInvocationFactory< /attribute>
| < /mbean>
|
and
anonymous wrote :
| < mbean
| code="org.jboss.portal.theme.impl.ThemeServiceImpl"
| name="portal:service=ThemeService"
| xmbean-dd="org/jboss/portal/theme/impl/ThemeServiceImpl.xml">
| < /mbean>
|
regards
Yang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887204#3887204
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887204
|