1 Reply Latest reply on Nov 9, 2009 6:04 AM by usharani

    Object pool in JBoss

      Hi,

      I have created a service bean performing xml transformations. Since the transformer obect is not threadsafe I have used the ObjectPool in the apache.commons.pool.impl package.

      But this means I have to import a third party package into my project, which I would rather avoid if possible.

      I have searched for an ObjectPool package in jboss but haven't found any.

      So my question is: Does anyone know of a package/class in JBoss I could use ?


      Thanks, in advance.