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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to