Hi,

    Following the example page, I noted that Factory example for PooleableObjectFactory is wrong. When you extends BasePooledObjectFactory<?>, there only 2 methods required:

+ public <?> create()
+ public PooledObject<?> wrap (<?> object)

    I guess that create method must created a new object instance, but... ¿how I must use the wrap method?

    Any one have an example?

--
Manuel A. Irribarra Frex
Ingeniero de Desarrollo
Altiuz Soluciones Tecnológicas de Negocios Ltda.
Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099
+56 2 2335 2461
[email protected]
http://www.altiuz.cl
http://www.altiuzreports.com

Reply via email to