Running Jonas 1.2 and having set the jndi.properties file as suggested in the FAQ (http://www.objectweb.org/fom/fom-serve/cache/34.html), I still get the following message : Cannot lookup UserTransaction: java.lang.ClassCastException I added the following lines before the first lookup: ....... Object objref = initialContext.lookup("javax.transaction.UserTransaction"); System.out.println("Found:"+ objref +";"); ...... and I get the following printout: Found:Reference Class Name: org.objectweb.jonas.jtm.Current Type: jonas.tm.timeout Content: 60 ; Any suggestions? Thanks,giovanna ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
