3 Replies Latest reply on Sep 6, 2005 12:28 PM by fbiaggi

    Newbie: JBoss 4.0.2: Deployment Problem

    phaneswar

      Hi all...

      I am new to JBoss and I have just started working w/ EJB and JBoss. I am running into a strange problem. I have an existing application that is deployed using ant. This works fine with JBoss 3.2.3 but when i try to deploy it in JBoss 4.0.2 it does not preform as it should.

      It will go to the homepage but when i click on a link to logon (this is a shopping cart application where homepage displays a link and when you click that link the username and password are requested) instead of showing the page with the textboxes it gives me an error

      javax.servlet.ServletException: Exception creating bean of class com.stech.app.web.login.LogonForm: java.lang.ClassNotFoundException: com.stech.app.web.login.LogonForm


      oh by the way... I have a EJB class called LogonForm and am using struts as well.... but what conerns me is that this works just fine in 3.2.3 but does not work in 4.0.2 and I need to port this ......

      ANY HELP will be greatly appreciated.