Mark Lybarger wrote:
when tryinng to deploy an ejb-jar and offline, it seems that openejb is unable to resolve the dtd. i've read a few places that the openejb is now including the dtd's in its jar and can resolve them there? when i check out the openejb-core-1.0-SNAPSHOT.jar, it doesn't contain any dtd's, just the DTDResolver.
i've also decided to give the 2.0-SNAPSHOT a whirl since my beans use the 2.o dtd. that jar seems to give the same issue (it requires a bit more dependancy jars though). the 2.0 data source configuration seems a bit different than that of 1.0. once i get the issue of dtd resolution resolved, i'll need to see how to properly configure an axion datasource.
any ideas?
As far as I know, OpenEJB1 can't deploy beans offline. You'll have to remove the publicId stuff from the deployment descriptors. In OpenEJB2 it may have been changed, but outside Geronimo I wouldn't think it can either.
Best, Jacek
