users@glassfish.java.net

Re: asadmin deploy --generatermistubs /some/dir/ foo.ear

From: <glassfish_at_javadesktop.org>
Date: Fri, 21 May 2010 13:33:11 PDT

B) I have the answer. In Tim's post (http://forums.java.net/jive/thread.jspa?threadID=148941&tstart=30) i was mixing the terms "appli client JAR's Class-Path" and "app client's class path". Here's the difference:

So i was expecting the "--generatermistubs" command to update the application client module's Class-Path entries in its META-INF/manifest.mf file.

What happens is that the "appclient" script, when run against such an client JAR output by "generatermistubs" puts all the included jars on the class path of the contained application client module it executes. So an equivalent of "java -classpath jar1.jar;jar2.jar etc. etc. etc."
[Message sent by forum member 'vladbalan']

http://forums.java.net/jive/thread.jspa?messageID=470945