expected result 4.1.3. Package the EJBs The application has one EJB jar, bank-ejb.jar, which contains the code and descriptors (ejb-jar.xml and 15 jboss.xml) for the entity beans and associated controller session beans which the clients interact with. The pacakge- ejb Ant target will create them in the jar directory. ant -f jboss-build.xml package-ejb
actual result C:\j2eetutorial14\examples\bank>C:\apache\apache-ant-1.6.2\bin\ant -f jboss-buil d.xml package-ejb Buildfile: jboss-build.xml prepare: compile: package-account: BUILD FAILED C:\j2eetutorial14\examples\bank\jboss-build.xml:56: Warning: Could not find file C:\j2eetutorial14\examples\bank\dd\account-ejb.xml to copy. Total time: 0 seconds View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855135#3855135 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855135 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
