Hi,
I have configured / published the POJO service endpoint class using
JAXWS Endpoint API. I am providing executor thread pool to the Endpoint.
I don't see the executor thread pool being used by runtime. All I see is
Jetty transport threads in debugger in EclipseIDE.
 
    POJOClass c = new POJOClass();
    String address = "http://localhost:9000/POJOService";;
    ep = Endpoint.create( c );
    ExecutorService es = Executors.newFixedThreadPool( 4 );
    ep.setExecutor( es );
    ep.publish( address );

What am I missing here ?
 
-yogen
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.

Reply via email to