[jboss-user] [JBoss Portal] - Re: default portlet preferences

bdaw do-not-reply at jboss.com
Tue Aug 8 04:38:28 EDT 2006


It's opensource - all stuff you get in portal you can get from CVS. Nothing is hidden ;)


For transaction error - you need to set in your jboss-portlet.xml

  | <portlet>
  |       <portlet-name>PortletName</portlet-name>
  |       <transaction>
  |          <trans-attribute>Required</trans-attribute>
  |       </transaction>
  |    </portlet>

or cover your code with transaction context by your self

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

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



More information about the jboss-user mailing list