Hi I have a doube.In our project we are using struts framework with jboss.Our project flow is jsp to strtus form to struts action to session facade to ejb. Now I tried to pass the form bean to a function in my session facade. When i start the jboss it post the following error as Noclassdeffounderror due to the use of import statements which refer that form bean.I tried to move the form bean to some packages also but it still shows the same error(Alos,The class file is placed in the correct package).Can any one know the reason?
10:34:51,515 WARN [EJBDeployer] Verify failed; continuing java.lang.NoClassDefFoundError: com/dhyan/erp/stores/accountmanagement/ejb/TransactionForm Thanks maruthi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874567#3874567 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874567 ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
