[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1050) Application client support for persistence unit
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Mon Sep 24 07:11:41 EDT 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-1050?page=comments#action_12378291 ]
Carlo de Wolf commented on EJBTHREE-1050:
-----------------------------------------
To enable a remote data source you only need to set 'use-java-context' to false. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources .
We need to inventory how and what persistence meta data is transported to the client side for starting up the PU / EMF. For one thing we don't want 'hibernate.hbm2ddl.auto', since that'll be handled by the server deployment. The entity mappings must be part of this meta data.
JTA and client TX involvements will be left beyond scope. To get transactions use the entity manager transaction interface.
> Application client support for persistence unit
> -----------------------------------------------
>
> Key: EJBTHREE-1050
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-1050
> Project: EJB 3.0
> Issue Type: Task
> Reporter: Carlo de Wolf
> Assigned To: Carlo de Wolf
> Fix For: HEAD
>
>
> See JavaEE 5 5.12.
--
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