openejb « Update « JPA Q&A





1. OpenEJB cannot use javax.persistence.jtaDataSource    stackoverflow.com

The following configuration is ok for WebLogic, but in OpenEJB it raises a error "javax.naming.NameNotFoundException: Name "AppDB" not found." And if I removed the property javax.persistence.jtaDataSource, it works. And why set 2 ...