Hi,

I am facing a rather strange problem.
I have a payments class(serializable) with 4 attributes(private with getter
and setter methods), 1 String,2 ints and 1 float. In PayServlet, i am
instantiating payments class and and adding the payments object to
allPayments vector. Then i am making an enumeration out of this vector.
Payment session bean (stateless) has a business method payBatch which
accpets enumeartion as the only argument and return boolean.
When i call payBatch method from PayServlet, at run time, it gives me a
ClassCastException. I have tried it with vector but no use. I also tried
with passing an array of Payments object but no help.
If i pass individual Payments object, it works.
But my requirement is such that i have to pass collection of payment objects
and not individual objects.
As far as i know EJB specs, there is nothing like this mentioned there.

Can anybody give me a clue or possible solutions?

Thanx in anticipation.

Regards,
Sumit Mishra
mailto:[EMAIL PROTECTED]
http://www.cash-tech.com/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to