私はJAX-RS JSONチャンネルでSessionListenerを動作させようとしています。暗闇の中でちょっと調べてみると、リスナーを処理できるはずのPax-Whiteboard環境をインスタンス化しようとしていたので、バンドルをOSGi環境に追加しました。今私は次のエラーがあります:使用中HttpServiceはWebContainerではありません(Pax Webから)
[Blueprint Extender: 3] ERROR org.ops4j.pax.web.extender.whiteboard.internal.WebApplication - Registration skipped for [ListenerWebElement{mapping=DefaultListenerMapping{httpContextId=null,[email protected]}}] due to error during registration java.lang.UnsupportedOperationException: Internal error: In use HttpService is not an WebContainer (from Pax Web)
このエラーは何を意味しますか? Paxが独自のHttpServiceを作成するため、Paxで処理されたSessionListenerを使用することはできません。すでにJAX-WSをサポートしているものがありますか?
さらに具体的には、私はそれに対処できる方法はありますか?