私はそのようにサーバーからクライアントにメッセージをプッシュしようとしています:
PushContext pushContext = PushContextFactory.getDefault().getPushContext();
pushContext.push("/registrationEvent", "There was another registration");
私の問題は、次のエラーがあることです
ava.lang.NoClassDefFoundError: Could not initialize class org.primefaces.push.PushContextFactory
しかし、これはプロジェクトの初期化の問題によるものだと思います:
java.lang.NoClassDefFoundError: org/atmosphere/cpr/AsyncSupportListenerAdapter
jar 雰囲気ファイルを追加しようとしました...成功しませんでした。私は何か間違ったことをした ?私はグラスフィッシュ3.1を使用しています。
ありがとう !