On Mon, 18 Aug 2003, Chris Opacki wrote:
> org.apache.geronimo.enterprise.deploy.tool.DDBeanImpl
> org.apache.geronimo.enterprise.deploy.tool.DDBeanRootImpl
Chris,
It looks like there are a couple issues here:
- Commons Lang and Dom4j need to be added to the dependency list for
these to compile
- They don't fully implement the JSR-88 interfaces that are currently in
CVS. I suspect you're using the 1.0 version of JSR-88, whereas the
version in CVS includes new methods defined in the update for J2EE 1.4
(v1.1):
http://java.sun.com/j2ee/tools/deployment/88ChangeLog1.1_aug2802.html
- The main method has a reference to a specific file name
(c:\java_specs\...)
I'll clean this up a bit when I get a chance.
Aaron