|
This error is occuring either because the JNDI
lookup for the Transaction Manager is failing, or because the “begin”
call on the UserTransaction is failing. Did you get a stack trace with
that exception? You would need to turn on debug logging for the “Message.*”
and “DataService.*” categories (search for level= in WEB-INF/flex/services-config.xml)
and that might provide a little more info. FDMS does require a JTA based transaction
manager… I could not find the factory_class set on our QA apps but some
of the samples we have did have these lines hibernate.cfg:
<!-- Use JRun's JTA support --> <property
name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property> <property
name="transaction.manager_lookup_class">org.hibernate.transaction.JRun4TransactionManagerLookup</property> so that might help. Jeff From: I'm trying to configure the integrated JRun to use
it's built-in -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- [flexcoders] UserTransaction JNDI syntax for FDS/Hibernate supp... amalabie
- RE: [flexcoders] UserTransaction JNDI syntax for FDS/Hiber... Jeff Vroom

