what happens ?
is it because the name changes so the portlet references are changed ? if so you can have
a file jboss-app.xml in WEB-INF and the portal will use it to namespace your portlets
instead of using the war file name:
| <jboss-app>
| <app-name>portal</app-name>
| </jboss-app>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077483#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...