On Aug 6, 2008, at 7:54 AM, lupu.slobodu wrote:
How can one configure a custom resource factory(implementation of the javax.naming.spi.ObjectFactory interface). The custom resource factory should be injectable into a stateless.
We don't have anything for pluging in an javax.naming.spi.ObjectFactory, but we do have the ability for you to plug in your own java.beans.PropertyEditor and have custom resources injected that way.
See this example for details: http://openejb.apache.org/3.0/custom-injection.html -David
