I am still for some reason getting the error:

[2005-12-31 14:38:42,500] [DEBUG] [org.jboss.web.WebModule] Starting failed 
jboss.web.deployment:war=FiboWeb.war,id=-1773394649
org.jboss.deployment.DeploymentException: Error during deploy; - nested 
throwable: (javax.naming.NamingException: ejb-ref: ejb/Fibo, no ejb-link in 
web.xml and no jndi-name in jboss-web.xml)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:366)


Caused by: javax.naming.NamingException: ejb-ref: ejb/Fibo, no ejb-link in 
web.xml and no jndi-name in jboss-web.xml
        at 
org.jboss.web.AbstractWebDeployer.linkEjbRefs(AbstractWebDeployer.java:668)



When i go look at the jboss-web.xml, the file is there but nothing is inside it 
other than the header and the tag 


  | <jboss-web>
  | 
  |    <!-- Resource Environment References -->
  |    <!--
  |      For additional resouce-env-ref tags add a merge file called 
jbossweb-resource-env-ref.xml
  |    -->
  | 
  |    <!-- Resource references -->
  |    <!--
  |      For additional resouce-ref tags add a merge file called 
jbossweb-resource-ref.xml
  |    -->
  | 
  |    <!-- EJB References -->
  |    <!--
  |      For additional ejb-ref tags add a merge file called 
jbossweb-ejb-ref.xml
  |    -->
  | 
  |   <!-- EJB Local References -->
  | </jboss-web>
  | 


When I look at the web.xml file, i see the link is making it.


  | 
  | <ejb-ref >
  |       <description><![CDATA[Reference to the Fibo EJB]]></description>
  |       <ejb-ref-name>ejb/Fibo</ejb-ref-name>
  |       <ejb-ref-type>Session</ejb-ref-type>
  |       <home>jboss.tutorial.interfaces.FiboHome</home>
  |       <remote>jboss.tutorial.interfaces.Fibo</remote>
  |       <ejb-link>ejb/Fibo</ejb-link>
  |    </ejb-ref>
  | 


Any suggestions would be appreciated.

Russ

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to