[wildfly-dev] Missing implementatoin class for WebSocket test

Arun Gupta arun.gupta at gmail.com
Tue Nov 5 11:12:20 EST 2013


Yes, I realized that.

I'm looking for the exact Maven dependency to be included ?

On Tue, Nov 5, 2013 at 5:04 PM, Rémy Maucherat <rmaucher at redhat.com> wrote:
> On 11/05/2013 04:48 PM, Arun Gupta wrote:
>> Trying to run a simple WebSocket test from:
>>
>> https://github.com/arun-gupta/javaee7-samples/tree/master/websocket/binary
>>
>> But this is throwing the following exception:
>>
>> Running org.javaee7.websocket.binary.test.WebsocketByteBufferEndpointTest
>> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.055
>> sec <<< FAILURE!
>> testEndPointByteBuffer(org.javaee7.websocket.binary.test.WebsocketByteBufferEndpointTest)
>>   Time elapsed: 0.023 sec  <<< ERROR!
>> java.lang.RuntimeException: Could not find an implementation class.
>>      at javax.websocket.ContainerProvider.getWebSocketContainer(ContainerProvider.java:73)
>>      at org.javaee7.websocket.binary.test.WebsocketByteBufferEndpointTest.testEndPointByteBuffer(WebsocketByteBufferEndpointTest.java:63)
>>      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>      at java.lang.reflect.Method.invoke(Method.java:606)
>>
>> What is missing ?
>>
> The service loader must be able to find the service for
> javax.websocket.ContainerProvider (and a few others like that, WS has 3
> services). Usually it is in a JAR in the classpath (most likely the
> implementation JAR) in META-INF/services.
>
> Rémy
>
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev



-- 
http://blog.arungupta.me
http://twitter.com/arungupta



More information about the wildfly-dev mailing list