Hi all,

I'm having a strange issue. I've built a portlet using the spring example. 
Everything works fine. It deploys/redeploys like a charm. The deployment 
descriptor only creates an instance. 

<deployments>
  |    <deployment>
  |       <if-exists>overwrite</if-exists>
  |       <instance>
  |          <instance-name>NewsPortletInstance</instance-name>
  |          <component-ref>NewsPortletApplication.NewsPortlet</component-ref>
  |       </instance>
  |    </deployment>
  | </deployments>

Later I have to add the portlet manually to a page (ie default) via the 
management portlet.

The problem comes when I shutdown the server. Everytime I restart it I'm forced 
to login as an admin, go to the management portlet, browse to the page, select 
the instance and destroy it. Then I have to re-add the portlet to the page.

What's wrong with it?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to