On Sat, Feb 21, 2009 at 11:07 AM, Douglas Leite <dougsle...@gmail.com> wrote: > I think that a starter point could be allow the use of @OneWay annotation in > methods that can throw exceptions. In this way, we would allow the usage of > exceptional concurrent methods. > > Thoughts?
This might not be a good idea, see a small snipet from SCA spec : 255 Nonblocking calls represent the simplest form of asynchronous programming, where the client of 256 the service invokes the service and continues processing immediately, without waiting for the 257 service to execute. 258 Any method with a void return type and which has no declared exceptions can be marked with a 259 @OneWay annotation. -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/