Hi David,

On Wed, Nov 22, 2006 at 09:23:24AM -0800, David Jencks wrote:
> I'm not surprised that it doesn't work but I am very surprised your  
> fix worked :-)

Sometimes blind squirrels find nuts ;)

> Can you investigate whether the xmlbeans stuff got into the classpath  
> through manifest classpath entries in 1.1 which I think is the last  
> time offline deployment was tested?

It looks as if comes from somewhere else:

1.1.1 deployer.jar manifest Class-Path:
../lib/geronimo-common-1.1.1.jar
../lib/geronimo-deployment-1.1.1.jar
../lib/geronimo-deploy-jsr88-1.1.1.jar
../lib/geronimo-deploy-tool-1.1.1.jar
../lib/geronimo-kernel-1.1.1.jar
../lib/geronimo-system-1.1.1.jar
../lib/geronimo-util-1.1.1.jar
../lib/geronimo-j2ee-deployment_1.0.1_spec.jar
../lib/cglib-nodep-2.1_3.jar
../lib/commons-cli-1.0.jar
../lib/commons-logging-1.0.4.jar
../lib/log4j-1.2.8.jar../lib/mx4j-3.0.1.jar
../lib/mx4j-remote-3.0.1.jar
../lib/xpp3-1.1.3.3.jar
../lib/xstream-1.1.3.jar 
server.jar

1.2 deployer.jar manifest Class-Path:
../lib/geronimo-common-1.2-SNAPSHOT.jar
../lib/geronimo-kernel-1.2-SNAPSHOT.jar
../lib/geronimo-system-1.2-SNAPSHOT.jar
../lib/geronimo-util-1.2-SNAPSHOT.jar
../lib/geronimo-deployment-1.2-SNAPSHOT.jar
../lib/geronimo-deploy-jsr88-1.2-SNAPSHOT.jar
../lib/geronimo-deploy-tool-1.2-SNAPSHOT.jar
../lib/geronimo-j2ee-deployment_1.1_spec-1.0.1.jar
../lib/mx4j-3.0.1.jar
../lib/mx4j-remote-3.0.1.jar
../lib/commons-cli-1.0.jar
../lib/commons-logging-1.0.4.jar
../lib/cglib-nodep-2.1_3.jar
../lib/log4j-1.2.13.jar
../lib/jline-0.9.9.jar
../lib/xpp3-1.1.3.3.jar
../lib/xstream-1.1.3.jar
../lib/endorsed/xercesImpl-2.6.2.jar
../lib/endorsed/xmlParserAPIs-2.6.2.jar
server.jar

Strangely, I can get the two jars I need into the manifest (and lib/
directory) by adding them as classpath elements in online-deployer's
pom.xml.  I doubt that's kosher, but it seems to work.

Thanks,
Toby

Reply via email to