Maybe container has it's own timeout limit, which is again 30 minutes? In
that case there is no point in increasing it in domain.xml?

-- 
Regards,
Artashes Hovasapyan


On Fri, Feb 27, 2009 at 7:14 PM, Fernando Abreu <fxab...@gmail.com> wrote:

> Hi,I want to change the timeout that the client waits for an EJB to
> process a method, because I have a thread that sleeps/executes for over 30
> minutes.
>
> I looked for the answer and the best solution would be changing this tag
> the domain.xml:
>
> <application-ref disable-timeout-in-minutes="30" enabled="true"
> lb-enabled="false" ref="MyEJB"/>
>
> The default disable-timeout-in-minutes is 30 but I would like to change to
> 100, but it goes back to default values after deployment.
>
> The application runs fine on the server but I get an exception after the
> 30 minutes on the client:
>
> com.sun.corba.ee.impl.transport.CorbaResponseWaitingRoomImpl
> waitForResponse
> WARNING: "IOP00410219: (COMM_FAILURE) Communications timeout waiting for
> response.  Exceeded 1,800,000 milliseconds"
>
>
> Maybe this question is not related to the course or maybe this is not the
> solution for my problem, but I am curious on how to solve this.
>
>
> If you could tell me where to look for this answer, I would appreciate, I
> have looked everywhere including the server admin interface. :-(
>
> Thank you for your time.
>
> --
> Fernando Abreu
> fxab...@gmail.com
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to