I started out by trying the Fibo Tutorial on JBoss 4.0.2 using the 
JBoss/Eclipse IDE 

Every thing seemed to work well.  The EAR file deployed ok and I was able to 
get the initial web page in my browser that has the input box and buttons.  
However, when I click the compute button, things didn't work and I got a 
message indicating there was a problem with the application "context"

In the code, I traced this to the following lines in the Servlet:

Context context = new InitialContext();
Object ref = context.lookup("java:comp/env/ejb/Fibo");

Despite much time and hair pulling, I installed JBoss 3.2.7 and then redeployed 
my EAR file.

Guess what?  Everything worked perfectly as it should have.

The only thing I can figure out is that either JBoss 4.0.2 still has some 
issues, or else there is some additional configuration parameters that must be 
set in the Fibo application to make it work on JBoss 4.0.2

Does anyone have a clue about this problem?

Thanks.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to