You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
This class references org.cometd.bayeux.client.ClientSession.Extension.Adapter, which is not included in any of the SFDC documentation links.
Easy enough to go to https://download.cometd.org/ and pull the appropriate class out of the latest distribution.
But...
Even after adding "ClientSession$Extension$Adapter.class" to the appropriate build path I am unable to compile "CometDReplayExtension.java". Compiler continues to surface classic "cannot find symbol" error on my import line "import org.cometd.bayeux.client.ClientSession.Extension.Adapter" as though the class were not visible.
Are we using the same ClientSession$Extension$Adapter.class?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This class references org.cometd.bayeux.client.ClientSession.Extension.Adapter, which is not included in any of the SFDC documentation links.
Easy enough to go to https://download.cometd.org/ and pull the appropriate class out of the latest distribution.
But...
Even after adding "ClientSession$Extension$Adapter.class" to the appropriate build path I am unable to compile "CometDReplayExtension.java". Compiler continues to surface classic "cannot find symbol" error on my import line "import org.cometd.bayeux.client.ClientSession.Extension.Adapter" as though the class were not visible.
Are we using the same ClientSession$Extension$Adapter.class?
The text was updated successfully, but these errors were encountered: