Hi ladies and gents,
I have some interesting issue regarding calling EJB 3 stateless deployed on Jboss 5 from Glassfish v3.
I managed to do this successfully on glassfish 2.1 and jboss 5, by packing Jboss client jars with my app, but now when I do the same thing on gf3 I get ClassNotFoundException for many of jboss classes (other then ${jboss home/client}) and I just keep adding those jars but there seems not to be an end to that..
Why gf 3 requires more jboss classes then gf2, I uses the same code!?
also how can I config gf3 to look for that jar files other then to put them in domains lib dir?
Tnx for help :)