| Author |
Deployment of FiboBean (JBoss-IDE) Connection timed out:
|
David Koontz
Greenhorn
Joined: Oct 08, 2003
Posts: 14
|
|
Hi, I'm going through the JBoss-IDE 1.3.0 Tutorial Guide for Eclipse (3.0.1) and JBoss 3.2.3. I've built the source and now am deploying to JBoss. But JBoss gives me this error: ( see below for stack trace) Can anyone help me with this?
|
 |
David Koontz
Greenhorn
Joined: Oct 08, 2003
Posts: 14
|
|
I have some good news - my example is now working!!! I can't say what the "connection time out" issue root cause was, I know other people have had similar exceptions. Here's some of the things I found wrong in my code: * typos in the application.xml in the DOCTYPE line * typos in XDoclet Packaging Configuration for FiboEJB.jar the folder "/Tutorial/bin" has include filter: "tutorial/ejb/*.classes, tutorial/interfaces/*.class" I had "ejd" - close but no cigar! * checking the FiboEJB.jar - it was missing the FiboBean.class - DUH! I'm not real sure but I also used the XDoclet Standard Configuration for EJBs - on the popup menu when you add a XDoclet configuration. These add in a large set of XDoclet processes/task that are not included in the Tutorial's config - I removed these (even though they were blank) these default sets of task may have create some issues for me. Hope this help someone else...
|
 |
 |
|
|
subject: Deployment of FiboBean (JBoss-IDE) Connection timed out:
|
|
|