|
This error occurs because either the
server failed to find the UserTransaction component or because the “begin”
call on the UserTransaction is failing. If you turn on debug logging for
the server, I think you should get a stack trace and possibly more details
about the exception which is occurring. By default, FDS is looking for
the UserTransaction in JNDI at the standard location: “java:comp/UserTransaction”
but it might be that in some versions of JBoss, this is at a different
location. I found from a quick google search that maybe they are just
using the name “UserTransaction” in at least some versions of Jboss.
You can get this behavior by setting the system property:
UserTxJndiName To the path name where Jboss has this
registered. So you’d have to set this system
property someplace… for example if you can find where you add command
line args, you could do: “java -DUserTxJNDIName=UserTransaction
<rest-of-java-args>” Jeff From: I am trying to use a data service on JBoss but keep
getting the -- 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] Unable to access UserTransaction in DataService. erik_jen5en
- RE: [flexcoders] Unable to access UserTransaction in Data... Jeff Vroom

