dear all,
 
i'm sort of still learning about entity beans and wondered if
anyone had any pointers for an error i'm getting.
 
i receive *no* error when i try to obtain a reference to a UserTransaction
from a stateless server bean under orion.
 
i receive the following error when i try to obtain a reference to a UserTransaction
from a java program running *outside* orion, that is similar to CartClient in
the orion examples.
 
javax.naming.NameNotFoundException: java:comp/UserTransaction not found
 
 
i can get around this error by having a stateless session bean do the UserTransaction
stuff, and act as a facade to the other various entity and session bean methods
but was wondering if there was a way around the above problem.
 
thanks,
greg.

Reply via email to