Yes, that should be possible. I'm not an expert with WebLogic, but I know this can be done (and is encouraged) with WebSphere application servers. Specifically, you would define your datasources in your persistence.xml using the <jta-data-source> and/or <non-jta-data-source> elements. These would contain a jndi reference to the datasource as defined in your WebLogic environment. This way, you can take advantage of the datasource configuration, management, and connection pooling as defined by WebLogic. This is definitely the recommended approach when running in an application server.
Good luck, Kevin On Wed, Feb 1, 2012 at 2:05 AM, yu wang <wangy...@gmail.com> wrote: > Hello Gurus, > I'm curious about that with OpenJPA, can we use a data source > configured in Weblogic server "JDBC Data Sources"? > > Regards, > Yu Wang >