I'm trying to resolve it (haven't had much time today), but hopefully will 
resolve it soon.  In the meantime, comment out the "dataSource" namespace 
property (from the "spring" namespace) and use the local datasource properties 
by defining the following in the spring namespace as well:





&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="username">$&#123;dataSource.user&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="password">$&#123;dataSource.password&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="driver">$&#123;dataSource.driver.class&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="connectionUrl">$&#123;dataSource.url&#125;</property>



This will cause the local transaction manager to be used (which is the 
HibernateTransactionManager) instead of the JtaTransactionManager ...this 
should work fine for connecting remotely....let me know if you can't get this 
to work.
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2445#2445
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to