[jboss-dev-forums] [Design of JBoss Portal] - Re: CMS portlet extension

Antoine_h do-not-reply at jboss.com
Sat Aug 12 08:49:29 EDT 2006


This question should be in the JBoss Portal forum.
not the developers one.

you have to inject the CMS service in the services that your portlets may access.
see the jboss-portlet.xml for this.

something like :
	
		<service-name>CMS</service-name>
		<service-class>org.jboss.portal.cms.CMS</service-class>
		<service-ref>:service=CMS</service-ref>
	

look in the manual, wiki, etc... there are some more details.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964762#3964762

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964762



More information about the jboss-dev-forums mailing list