Hi, my app was generating class files alright until i was in EJB tier development. When i got to WEB tier, i decided to go with Struts. Created a couple JSPs, ActionForms and Actions (without modifying EJBs) and run it. Everything is ok till that point. Then, i came back to EJB development again and for the first time a tried to generate classes after including Struts stuff in project, i got the following message from my xdoclet generation.
ejbdoclet: [ejbdoclet] BUILD FAILED: org.apache.commons.logging.LogConfigurationException: java.lang.ClassNotFoundException: org.easystruts.struts.config.EasyStrutsLogFactory I took a look at xdoclet.xml file and saw this piece of commented code. <!-- Have struts form objects generated based on entity beans' data objects. Will require struts.jar to compile. --> <strutsform /> I don't have any struts generated form by EJBs (i generate them with EasyStruts). I don't know what is going on, can anyone help me here??? Thanks, ===== beginner ______________________________________________________________________ Yahoo! Messenger - Fale com seus amigos online. Instale agora! http://br.download.yahoo.com/messenger/ ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
