hello,

"valhalla" is just the name of my persistence-unit, the actual name of the
database is "video":

jdbc.ConnectionURL: jdbc:postgresql://localhost:5432/video
 
nevertheless i tried to change the names of the <jta-data-source> and
<non-jta-data-source> elements and also of the persistence-unit to "video"
or to "valhalla", yet without an effect, the error message remains the same.

my persistence.xml is found in the reply to Jacek Laskowski's post

thanks,

mario



Jay D. McHugh-2 wrote:
> 
> Hello,
> 
> Instead of using the reference name of your database pools - try using 
> the actual names in the persistence.xml.
> 
> ie:
>     <jta-data-source>valhalla</jta-data-source>
>     <non-jta-data-source>valhalla2</non-jta-data-source>
> 
> Jay
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Geronimo-2.0-openejb-postgresql-tp14710209s134p14741285.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to