[08:47:15 CST(-0600)] <prabhu> How to add Sakai connector to uPortal
[08:47:51 CST(-0600)] <EricDalquist> were you the same person with the email thread on the uportal-user list?
[08:48:10 CST(-0600)] <prabhu> hi yes
[08:48:20 CST(-0600)] <EricDalquist> so I'm not sure anyone here has an answer
[08:48:32 CST(-0600)] <EricDalquist> Steve Swinsburg who responded once was the original author
[08:48:45 CST(-0600)] <EricDalquist> but with the errors you're seeing it sure looks like the portlet is not complete
[08:49:12 CST(-0600)] <prabhu> Can you suggest me the steps I should follow to integrate it?
[08:49:33 CST(-0600)] <EricDalquist> well your latest error was java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
[08:49:45 CST(-0600)] <EricDalquist> so I'd guess the portlet is missing the commons-logging jar for some reason
[08:49:59 CST(-0600)] <EricDalquist> so try adding that to the portlet's dependencies and deploying it again
[08:50:08 CST(-0600)] <prabhu> ok
[09:27:59 CST(-0600)] <prabhu> For deploying Sakai connector, will moving the sakai-connector.war into the tomcat/webapps work?
[09:28:22 CST(-0600)] <EricDalquist> no idea
[09:28:26 CST(-0600)] <EricDalquist> I've never used sakai
[09:29:14 CST(-0600)] <prabhu> ok
[09:54:01 CST(-0600)] <prabhu> ResourcesElementsProviderUtils [WARN] No ResourcesElementsProvider found as a ServletContext attribute. Creating a new ResourcesElementsProviderImpl and caching it in the ServletContext under key: org.jasig.resourceserver.utils.aggr.ResourcesElementsProvider
[09:54:02 CST(-0600)] <prabhu> Feb 1, 2013 9:59:24 AM org.apache.catalina.startup.HostConfig deployDescriptor
[09:54:13 CST(-0600)] <prabhu> anyone has the idea about this error?
[09:55:08 CST(-0600)] <EricDalquist> not a big deal, it means that the webapp that warning is from is using the resource server (a utility a lot of jasig portlets use to compress js/css) but doesn't have cross-context enabled
[09:55:16 CST(-0600)] <EricDalquist> won't cause any real problems
[09:55:22 CST(-0600)] <EricDalquist> just that the affected portlet won
[09:55:34 CST(-0600)] <EricDalquist> 't know about the "disable aggregation" toggle in uPortal
[09:55:57 CST(-0600)] <prabhu> how to fix this? any idea?
[09:56:25 CST(-0600)] <EricDalquist> do you know which webapp the warning is for?
[09:56:41 CST(-0600)] <prabhu> its for the sakai-connector thing
[09:57:10 CST(-0600)] <EricDalquist> https://github.com/Jasig/uPortal/blob/master/uportal-war/src/main/webapp/META-INF/context.xml
[09:57:17 CST(-0600)] <EricDalquist> you need a META-INF/context.xml file
[09:57:24 CST(-0600)] <EricDalquist> that sets that crossContext=true flag
[09:59:20 CST(-0600)] <prabhu> I see that its set to true
[10:00:05 CST(-0600)] <EricDalquist> ok, then it should resolve automatically at runtime
[10:00:08 CST(-0600)] <EricDalquist> and you cn ignore the warning
[10:00:47 CST(-0600)] <prabhu> let me show you the complete error so that you may get an idea
[10:01:11 CST(-0600)] <prabhu> INFO: Registering 5 portlets for context /jasig-widget-portlets
[10:01:12 CST(-0600)] <prabhu> Feb 1, 2013 9:59:23 AM org.apache.catalina.startup.HostConfig deployDescriptor
[10:01:12 CST(-0600)] <prabhu> INFO: Deploying configuration descriptor sakai-connector-1.4.2.xml
[10:01:12 CST(-0600)] <prabhu> 2013-02-01 09:59:23 ResourcesElementsProviderUtils [WARN] No ResourcesElementsProvider found as a ServletContext attribute. Creating a new ResourcesElementsProviderImpl and caching it in the ServletContext under key: org.jasig.resourceserver.utils.aggr.ResourcesElementsProvider
[10:01:12 CST(-0600)] <prabhu> Feb 1, 2013 9:59:24 AM org.apache.catalina.startup.HostConfig deployDescriptor