[jboss-jira] [JBoss JIRA] Issue Comment Edited: (EJBTHREE-1166) jta-data-source / non-jta-data-source

Ondrej Zizka (JIRA) jira-events at lists.jboss.org
Sat Apr 16 19:42:33 EDT 2011


    [ https://issues.jboss.org/browse/EJBTHREE-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596005#comment-12596005 ] 

Ondrej Zizka edited comment on EJBTHREE-1166 at 4/16/11 7:41 PM:
-----------------------------------------------------------------

Should this be still open?
I encountered this when trying to deploy Jira 4.3.2

      was (Author: ozizka):
    Should this be still open?
  
> jta-data-source / non-jta-data-source
> -------------------------------------
>
>                 Key: EJBTHREE-1166
>                 URL: https://issues.jboss.org/browse/EJBTHREE-1166
>             Project: EJB 3.0
>          Issue Type: Bug
>         Environment: JBoss AS: SVN / trunk  (rev 68402)
> jboss-ejb3-cache  version="0.11.1"
> jboss/jboss-ejb3-ext-api version="0.1.2.Beta1"
> jboss/jboss-ejb3-impl version="0.1.2.Beta1"
>            Reporter: Jesper Pedersen
>            Assignee: Andrew Rubinger
>            Priority: Minor
>
> I get the following:
> persistence.units:ear=rasp-sender.ear,unitName=e-akten-test -> java.lang.RuntimeException: Specification violation [EJB3 JPA 6.2.1.2] - You have not defined a non-jta-data-source for a RESOURCE_LOCAL enabled persistence context named: e-akten-test
> persistence.units:ear=rasp-sender.ear,unitName=e-akten -> java.lang.RuntimeException: Specification violation [EJB3 JPA 6.2.1.2] - You have not defined a jta-data-source for a JTA enabled persistence context named: e-akten
> The EJB3 persistence spec section 6.2.1.5 states:
> "In Java EE environments, the jta-data-source and non-jta-data-source elements are used
> to specify the global JNDI name of the JTA and/or non-JTA data source to be used by the persistence
> provider. If neither is speci?ed, the deployer must specify a JTA data source at deployment or a JTA
> data source must be provided by the container, and a JTA EntityManagerFactory will be created to cor-
> respond to it."
> I'm counting on the last case -- data source must be provided by container + entity manager.
> Hope this helps !

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list