- 
        1. Re: ObjectLoader not found error in 2.6.2rutfield Oct 14, 2007 5:25 PM (in response to rutfield)
 I still can not find where this is defined.
 The source code in jboss-portal-2.6.2.GA-src.zip does not have it, yet SVN as recently as March has the code (trunk/common/src/main/org/jboss/portal/common/concurrent/loader/).
 I checked the thirdparty libraries by unpacking the jar files, but the only org/jboss/portal/common/concurrent is a Valve.class.
 I can not use any google gadgets until I resolve this. They worked fine with 2.6.0.
 Everything else seems to be working OK.
 Thanks.
 CR
- 
        2. Re: ObjectLoader not found error in 2.6.2theute Oct 15, 2007 4:03 AM (in response to rutfield)What's the issue with google gadget ? It should work out of the box... 
 Common is in its repo:
 http://anonsvn.jboss.org/repos/portal/modules/common/
- 
        3. Re: ObjectLoader not found error in 2.6.2theute Oct 15, 2007 4:14 AM (in response to rutfield)Read too fast again... 
 This class doesn't exist in 2.6.2 and is not referenced neither.
 Obviously you are running an old widget.war with a newer core. Actually widget.war has been renamed to portal-widget.war make sure you don't have a portal-widget.war and a widget.war
- 
        4. Re: ObjectLoader not found error in 2.6.2rutfield Oct 15, 2007 1:38 PM (in response to rutfield)That was very helpful, but I'm not there, yet. 
 I removed the widget.war from the deploy directory and restarted JBOSS.
 When in admin and I select 'google widget' from the pull-down on the page layout page, the server.log says 'portal not found'.
 I rebuilt and redeployed portal-widget.war, as a precaution.
 Any ideas?
 17:32:58,290 ERROR [STDERR] org.jboss.portal.portlet.NoSuchPortletException: No such portlet /widget.GoogleWidgetPortlet
 17:32:58,293 ERROR [STDERR] at org.jboss.portal.portlet.container.PortletContainerInvoker.getPortlet(PortletContainerInvoker.java:179)
 17:32:58,293 ERROR [STDERR] at org.jboss.portal.portlet.state.producer.ProducerPortletInvoker.getPortlet(ProducerPortletInvoker.java:186)
- 
        5. Re: ObjectLoader not found error in 2.6.2theute Oct 15, 2007 2:21 PM (in response to rutfield)you need to change the reference to the widget with the admin console 
- 
        6. Re: ObjectLoader not found error in 2.6.2rutfield Oct 15, 2007 3:41 PM (in response to rutfield)Are you referring to logging in as admin, and modifying the portlet definitions? I do not see a google widget because it can not find the portlet. 
 Should I modify web.xml to reflect 'portal-widget/goolgle' in
 <param-value>widget/google</param-value> ?
 Sorry, if this is obvious.
 CR
- 
        7. Re: ObjectLoader not found error in 2.6.2theute Oct 19, 2007 6:47 AM (in response to rutfield)The best if you can is to delete your widget windows and re-create them. 
 Or modify the references in the DB.
 Or rename portal-widget.war as widget.war
 I made a change in 2.6.2 that lead to this problem, sorry i didn't mean to.
- 
        8. Re: ObjectLoader not found error in 2.6.2rutfield Oct 20, 2007 8:38 AM (in response to rutfield)Modifying the reference in the PORTLET_REF table worked perfectly. 
 Thanks!
 
    