i'm using an open ejb file named: openejb-core-1.0-SNAPSHOT.jar, obtained through a maven run. i'm trying to deploy myejb.jar file. the dd in my ejbjar (dd is generated by xdoclet) contains:
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
i'm behind a corp firewall, and thus the java.sun.com doesn't resolve. a google search turned up some old stuff from openejb's mailing list (i've tried to subscribe but it seems to be not liking me)
it would be nice if openejb would be able to deploy the beans even if it can't resolve the dtd.
Description
i'm using an open ejb file named: openejb-core-1.0-SNAPSHOT.jar, obtained through a maven run. i'm trying to deploy myejb.jar file. the dd in my ejbjar (dd is generated by xdoclet) contains:
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
i'm behind a corp firewall, and thus the java.sun.com doesn't resolve. a google search turned up some old stuff from openejb's mailing list (i've tried to subscribe but it seems to be not liking me)
http://www.mail-archive.com/openejb-user@lists.sourceforge.net/msg00044.htmlhttp://www.mail-archive.com/openejb-user@lists.sourceforge.net/msg00119.html
it would be nice if openejb would be able to deploy the beans even if it can't resolve the dtd.