[snip]
Álvaro Martínez wrote:
The exception that _client _sees is:

Exception in thread "main" java.lang.IllegalArgumentException: Pass-by-value is not supported for the given object
...
'com.ptb.commons.beans.GwClient' is not Serializable. Pass-by-value cannot be performed on this argument*_ at
...

Such class GwClient follows:
public class GwClient {


I ran into that too with the Tuscany store tutorial, see [1] and the related (long) discussion thread.

As a workaround add "implements java.io.Serializable" to your beans.

Or try the latest code in trunk, it should not require Serializable anymore.

Hope this helps.

[1] http://marc.info/?l=tuscany-dev&m=119620548603406
--
Jean-Sebastien

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

Reply via email to