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

Reply via email to