jacorb

how to apply jacorb client side timeout

Hi , I am using a jacorb client to connect to a server using jacorb. I have created a file named jacorb.properties in the classpath. it only contains the following properties : jacorb.retries=3 jacorb.retry_interval=30000 jacorb.connection.client.pending_reply_timeout=30000 jacorb.connection.client.connect timeout=60000 i create or...