The spec just says that implementations "may" do this.  So the current
behaviour isn't a bug, but we're free to change this if we want to.
If it's easy to implement, I'd say that we should do it, but we need
to think carefully about whether it's a good idea to make this change
just before we cut the M2 release.

  Simon

ant elder wrote:

Should @OneWay methods be executed asynchronously when called directly from
a client?

For example, using the SupplyChain sample if the J2SE client did a locate on
the CustomerComponent and then called its notifyShipment method which has
the @OneWay annotation then should that call be invoked asynchronously? That
doesn't happen right now as the NonBlockingBridgingInterceptor doesn get
invoked. Is that a bug or the expected behaviour?

  ...ant




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to