• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CORBA NO RESONSE Exception

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to implement a workflow manager as a stateless session bean on WAS 4.0.x. When accessed from a client, a method of this EJB reads an XML document, and traverses a workflow. The activities in this flow consist of web services that perform various tasks. Once the flow has been executed, control is returned to the EJB method - esentially, the EJB method acts as a long running task. However at this point a CORBA NO RESONSE exception occurs on the client side. I know there is a timeout value for the Java ORB in WAS, but it is not recommended that this be changed.
I would be most grateful for any input anyone could provide
Thanks a lot
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do not cross post at the Ranch! Plus your name does not fit the naming policy of the ranch.
[ August 05, 2003: Message edited by: Eric Pascarello ]
reply
    Bookmark Topic Watch Topic
  • New Topic