[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

indyJones do-not-reply at jboss.com
Mon Aug 6 16:02:33 EDT 2007


kpalania,

In your web app, you need a WEB-INF/jboss-portlet.xml.

Inside there try adding this...

anonymous wrote : 
  | <portlet-app>
  | 
  |    
  |       <portlet-name>NameofYourPortlet</portlet-name> 
  |       
  |          <trans-attribute>Required</trans-attribute>
  |       
  |    
  | 
  |    
  |       <service-name>UserModule</service-name>
  |       <service-class>org.jboss.portal.identity.UserModule</service-class>
  |       <service-ref>:service=Module,type=User</service-ref>
  |    
  | 
  | </portlet-app>
  | 
  | 

thanks

indy

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

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



More information about the jboss-user mailing list