Re: ActiveMQ RA serialization issue in Websphere

2008-04-02 Thread gdaswani
Khudalla's patch fixes it for me in Glassfish. You need to compile it manually though as the patch isn't committed to the trunk yet (so the snapshots won't have it).. Even with the patch, the resource adapter is still pretty useless under glassfish especially under XA transactions. If you happe

Re: ActiveMQ RA serialization issue in Websphere

2008-03-25 Thread khudalla
Hi, Juvaraj! The problem is that the ManagedConnectionFactory provided in the RA is not serializable (well, it actually is serializable but its reference to the ResourceAdapter implementation is transient). I have created a patch for this problem (which is most likely to occur in any J2EE environ