[jboss-user] [Beginners Corner] - Re: JBossIDE-Tutorial problem.

Kentzhou do-not-reply at jboss.com
Mon Aug 28 18:25:16 EDT 2006


After deploying the app, the info as 
18:20:14,687 INFO  [EjbModule] Deploying Fibo
18:20:14,906 INFO  [ProxyFactory] Bound EJB Home 'Fibo' to jndi 'ejb/Fibo'
18:20:14,906 INFO  [EJBDeployer] Deployed: file:/C:/jboss-4.0.4/server/all/tmp/deploy/tmp38102FiboApp.ear-contents/FiboEJB.jar
18:20:14,968 INFO  [TomcatDeployer] deploy, ctxPath=/fibo, warUrl=.../tmp/deploy/tmp38102FiboApp.ear-contents/FiboWeb-exp.war/
18:20:15,406 INFO  [JBossCacheManager] init(): replicationGranularity_ is 0 and invaldateSessionPolicy is 2
18:20:15,484 INFO  [JBossCacheManager] Starting JBossManager
18:20:15,593 INFO  [EARDeployer] Started J2EE application: file:/C:/jboss-4.0.4/server/all/deploy/FiboApp.ear

ejb/Fibo already there, why servlet can not reference it in following code? 
Object ref = context.lookup("java:/comp/env/ejb/Fibo");

OR

Object ref = context.lookup("ejb/Fibo");

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967948#3967948

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967948



More information about the jboss-user mailing list