[jboss-user] [EJB 3.0] - Re: EAR deploy fails in JBoss 4.2

chandra_88 do-not-reply at jboss.com
Wed Feb 20 01:34:56 EST 2008


Looks like a problem with my prev reply in terms of display so sending it again.

 The applicaiton.xml indirectly references the util jar by pointing to the lib directory where the util.jar is kept. 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC
	"-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
	"http://java.sun.com/dtd/application_1_3.dtd">

  <display-name>ejbSession</display-name>
  
    EjbSession.jar
  
   
  <library-directory>lib</library-directory>   

The util.jar is kept under lib directory and am getting a class not found exception

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

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



More information about the jboss-user mailing list