I'm really not sure if you are going to get a response anywhere. I'm going to doubt most of the people here would know. :-(
Might be time to upgrade.... :-) Dan On Fri May 15 2009 2:22:16 pm Dave Kong wrote: > Can someone please help, I really don't know where to turn and this is > pretty urgent (holding up our release until this can be resolved). > And sorry to be sending to this mailinglist, but i got no response from > u...@xfire. > > I'm creating client proxy objects per the user guideline below: > > Service serviceModel = new ObjectServiceFactory().create(YourService.class, > "SuperService", "urn:your:namespace", null); > > YourService client = (YourService) new > XFireProxyFactory().create(serviceModel, "http://your/remote/url"); > > Since I'm doing this on multiple threads simultaneously as part of a > commons-pool, but am using the same serviceModel object across all these > threads, is this thread-safe? > > My own concurrency testing shows that this seems to be OK, but I still need > some more "official" response before I can get approval to push this change > to production. =( > > Thanks! > > -dave -- Daniel Kulp [email protected] http://www.dankulp.com/blog
