AW: AW: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-11 Thread Jung , Dr. Christoph
L PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 11. Juni 2002 17:00 An: [EMAIL PROTECTED] Betreff: RE: AW: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB > I´m also investigating special-purpose serializers that let java > objects look like Ado DataSets This wou

RE: AW: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-11 Thread KirkR
> I´m also investigating special-purpose serializers that let java objects look like Ado DataSets This would solve some big problems for me. I don't see it listed as a task on SF. What do you mean "investigating?" > -Original Message- > From: Jung , Dr. Christoph [mailto:[EMAIL PROTECT

AW: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-10 Thread Jung , Dr. Christoph
complex object graphs, isn´t it? CGJ -Ursprüngliche Nachricht- Von: David Ward [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. Juni 2002 16:58 An: [EMAIL PROTECTED] Betreff: Re: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB Dr. Jung and others, I came up with a way to

Re: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-10 Thread David Ward
ilto:[EMAIL PROTECTED]] > Gesendet: Montag, 10. Juni 2002 09:29 > An: [EMAIL PROTECTED] > Betreff: [JBoss-user] IllegalArgumentException from jboss.net to SLSB > > > (JBoss 3.0.0 final, Sun Linux JDK 1.4.0_01.) > > I have an axis client hitting jboss.net, which in turn executes a &

AW: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-10 Thread Jung , Dr. Christoph
: Marius Kotsbak [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. Juni 2002 10:50 An: [EMAIL PROTECTED] Betreff: Re: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB Another problem with jboss.net/axis: I had to use only strings, as it complained when I tried a int. Is that a

Re: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-10 Thread Marius Kotsbak
g used, such that a Collection argument of return type can be > mapped to typed arrays, datasets and the like. > > CGJ > > > -Ursprüngliche Nachricht- > Von: David Ward [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 10. Juni 2002 09:29 > An: [EMAIL PROTECTED] > B

AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-10 Thread Jung , Dr. Christoph
] IllegalArgumentException from jboss.net to SLSB (JBoss 3.0.0 final, Sun Linux JDK 1.4.0_01.) I have an axis client hitting jboss.net, which in turn executes a stateless ejb of mine. When I make calls to a method of: public UserData addUser(UserData pOrigData, PersistenceLevel pLevel) I have no problem. The

[JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-10 Thread David Ward
(JBoss 3.0.0 final, Sun Linux JDK 1.4.0_01.) I have an axis client hitting jboss.net, which in turn executes a stateless ejb of mine. When I make calls to a method of: public UserData addUser(UserData pOrigData, PersistenceLevel pLevel) I have no problem. The problem comes when the first arg