[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

briandehaven do-not-reply at jboss.com
Fri Feb 22 19:11:59 EST 2008


Found the problem. Simple fix in the end. You need to add the Required transaction attribute. The above portlet now spits out the entire deployed PortalNode structure. It should be easy to modify into a breadcrumb and/or sitemap portlet.

jboss-portlet.xml

  |    <portlet>
  |       <portlet-name>PageLinkPortlet</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=4131585#4131585

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



More information about the jboss-user mailing list