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

Reply via email to