[jboss-user] [JBoss Portal] - Re: Unable to itrate through portal nodes
ameo
do-not-reply at jboss.com
Tue Apr 22 14:24:35 EDT 2008
Hi,
you have get some specific jboss-portal services into your portlet, e.g. portal object container and enable transactions. Watch the jboss-portlet.xml of portal-core.war. Put the jboss-portlet.xml into your project and define the porlet from where the action goes.
| <portlet>
| <portlet-name>YOURPORTLET</portlet-name>
| <transaction>
| <trans-attribute>Required</trans-attribute>
| </transaction>
| </portlet>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145960#4145960
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145960
More information about the jboss-user
mailing list