ok I got it working. Just would like to share for others :

  |     public void start() throws Exception {
  |             MBeanServer server = MBeanServerLocator.locateJBoss();
  |             ObjectName name = new 
ObjectName("portal:service=WebAppRegistry");
  |             
  |             server.invoke(name, "addListener", new Object[]{new 
JBossPortletApplicationRegistryListener()}, new String[] 
{"org.jboss.portal.portlet.container.PortletApplicationRegistryListener"});
  |             
  |             
  |     }
  | 
  | 

Now I have notifications from the portlets being deployed. Is there any way of 
opening their web modules? I need to look for an specific file inside the war.

Regards

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158974
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to