Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

SessionMap Class

Avatar

Former Community Member
Hi All,

When build the project of Change the WorkSpace Layout i found this error

"Could not resolve <lc:SessionMap> to a component implementation."
5 Replies

Avatar

Former Community Member
Are you creating a custom Workspace? Did you use AuthenticatingApplication as the root of your Workspace Application? If your sample isn't that large post what you can to view.

Avatar

Former Community Member
yes i used AuthenticationApplication as a root of my WorkSpace Application



<?xml version="1.0" encoding="utf-8"?>

<lc:AuthenticatingApplication

xmlns:mx="http://www.adobe.com/2006/mxml"

xmlns:lc="http://www.adobe.com/2006/livecycle"

xmlns:cc="custComp.*"

layout="absolute">

<cc:CustNavigator session="{session}" width="100%" height="100%"/>

</lc:AuthenticatingApplication>

Avatar

Level 10
Did you add the workspace-runtime.swc file to your build path?



Jasmin

Avatar

Former Community Member
yes, i added workspace-runtime.swc to Library Path

Avatar

Former Community Member
The code looks fine.



What version of Flex Builder are you using? I would like to track this one down, but it does sound like a setup issue. Check out this blog about setting up 8.0.1.



http://blog.benhelleman.com/2008/01/23/getting-started-with-workspace-801/