Hi,
It seems not to be working on my end. I still encounter ClassCastException. Can somebody please help?
In this example of mine, the client uses PermutationBean (my 1st bean), which uses FactorialBean (my 2nd bean). MyPermutation and MyFactorial are JNDI names for PermutationBean and FactorialBean, respectively.
Here is my DD:
Here is a code snippet of my first EJB, PermutationBean:
And here's the code snippet of my client:
Thank you very much.
- JM
[ February 28, 2005: Message edited by: Joshua Masuki ]