"[EMAIL PROTECTED]" wrote : If you are using a web application you should look at the file WEB-INF/jboss-portlet.xml of portal-core.war which provides the capability to inject services in the servlet context of the web application
Ok, so I use the tag in WEB-INF/jboss-portlet.xml. But then I can only reach these defined services through the portletcontext in a portlet class. I am using Seam which has its own generic portlet (I hope to be able to use that as far as possible). Is there no way for me to inject the entire PortalObjectManagerBean in my seam context or do I have to mime its behavoiur in my own service class? Maybe this is a question for the seam forum? (although its got to do with portal core) Fredrik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996643#3996643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996643 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
