>now i'm trying this from an ordinary app-client but it
>caught an exception:
>    "java:comp/UserTransaction not found"

In the JNDI properties, are you specifying the application name as well as 
the server? e.g.

java.naming.provider.url=ormi://localhost/myapp         (Correct)
java.naming.provider.url=ormi://localhost               (Wrong)

-Joe Walnes


Reply via email to