|
How to run entity bean in examples(jonas demo)?
Hi all! I had installed successfully but I can't run Entity beans in examples directory(Jonas demo). 1.EJBServer -Djava.security.policy=$JONAS_ROOT/java.policy 2.cd /jonas_jdk1.2/examples/src/eb and complie 3.run java -Djava.naming.provider.url="rmi://203.248.69.64:1099" -Djava.naming.factory.initial="com.sun.jndi.rmi.registry.RegistryContextFactory" .ClientAccountImplHome On running, I find error message. ====Error Message=========================================================== Getting a UserTransaction object from JNDI Cannot lookup UserTransaction: javax.naming.ServiceUnavailableException [Root ex ception is java.rmi.ConnectException: Connection refused to host: 203.248.69.64; nested exception is: java.net.ConnectException: Connection refused: no further information] ============================================================================= Does anybody know a solution for this problem? Please, help me!
|
- Re: How to run Entity bean in examples(Jonas Demo)? Eujene Chung
- Re: How to run Entity bean in examples(Jonas Demo)? Philippe Coq
