And how do I do this with Seam?
Do I inject the CMS service in jboss-web.xml?
<service>
| <service-name>CMS</service-name>
| <service-class>org.jboss.portal.cms.CMS</service-class>
| <service-ref>:service=CMS</service-ref>
| </service>
But then how do I use it in my Seam session bean?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998548#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...