when you have a deployment descriptor in the same webapp you don't need to use the full name, you just use the short name.
so an instance use the portlet name and a window use the instance name, that's the deployer which resolves the name when it installs the descriptors. you use webapp:mywebapp/MyPortlet when you have an instance that is deployed in conf/data/default-instances.xml as the instance does not know in which webapp a portlet is. that's the same for window/instance you can use JMX and go on the mbean portal:service=ContainerRegistry and see if the object you are looking for exists or not using the getObject method, in that case you need to use the full name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899248#3899248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899248 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
