Bugs item #1039034, was opened at 2004-10-02 17:07
Message generated for change (Settings changed) made by letiemble
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1039034&group_id=22866

Category: JBoss-IDE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Satch (dougsatch)
>Assigned to: Laurent Etiemble (letiemble)
Summary: Missing ejb-link when following tutorial

Initial Comment:
Hi - I followed the tutorial for using the IDE for the first 
time, and it was mostly great! The only problem I got 
was when I deployed to my jboss-4.0.0RC1 server, I got 
the following stack trace:

12:38:49,234 ERROR [WebModule] Starting failed 
jboss.web.deployment:war=FiboWeb.war,id=-2039933364
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:377)
        at org.jboss.web.WebModule.startModule
(WebModule.java:62)
.........


I managed to correct it by adding:

      <ejb-link>Fibo</ejb-link>

to the web.xml and redeploying.

Just a minor bug for an otherwise excellent tutorial.


Doug.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1039034&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to