来自其他架构的Ecpiselink NativeQuery

时间:2015-12-14 11:55:48

标签: jpa eclipselink

我会使用eclipselink从另一个模式执行一个简单的选择,如下所示:

     Query query = em.createNativeQuery("select * from another_schema.TABLE_NAME");
     List returnList = query.getResultList();

但是当我运行我的应用程序时,我收到以下错误:

java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback.
Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 30 seconds 
BEA1-0091256F3B0B87325B62]'. No further JDBC access is allowed within this transaction.

我有权运行此sql命令,我尝试使用sql developer,并且它正在运行。

任何人都可以帮助我,我该如何运行这个NativeQuery?

谢谢!

1 个答案:

答案 0 :(得分:0)

我解决了这个错误"此交易中不允许进一步的JDBC访问。"通过将Weblogic中的事务设置为"本地事务"。 只需取消选中交易选项:支持全局交易