i'm trying to figure out how to setup a data source within openejb. the examples i have seen thus far use a resource-ref to get to the datasource. the application i'm using doesn't use a resource-ref. it has a data source defined in weblogic, and the beans do a lookup to get a reference to that jndi name.
i had read some perhaps old emailings that openejb only supported the jca, and didn't want to get into the business of connection pooling, etc. then again, maybe i misread.
is it possible for me to configure openejb to make available a datasource outside of using a resource-ref?
i took a look at the test suite for the geronimo integration, and there's some stuff in the rar that loads axion that seems to handle a "regular" datasource, but i'm not sure how to use it with an embeded openejb server. can i just add some of the stuff from the .rar to my openejb.conf?
thanks! ~mark
