[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-721) persistence unit in embeddable ejb3 doesn't deploy when datasource has leading JNDI path
Levi Purvis (JIRA)
jira-events at jboss.com
Mon Oct 2 12:10:41 EDT 2006
persistence unit in embeddable ejb3 doesn't deploy when datasource has leading JNDI path
----------------------------------------------------------------------------------------
Key: EJBTHREE-721
URL: http://jira.jboss.com/jira/browse/EJBTHREE-721
Project: EJB 3.0
Issue Type: Bug
Affects Versions: EJB 3.0 RC9 - FD, EJB 3.0 RC10 - FD
Environment: jboss-EJB-3.0_Embeddable_ALPHA_9, Eclipse 3.2, Sun JVM 1.5.0_08
Reporter: Levi Purvis
Priority: Minor
This problem only appears to happen with the embeddable release.
A JNDI path such as the following will cause the persistence unit deployment to silently fail with no exception: <jta-data-source>java:/foo/bar/mydatasource</jta-data-source>
Whereas this will succeed: <jta-data-source>java:/mydatasource</jta-data-source>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list