dev@glassfish.java.net

Re: wsit on glassfish script

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Sat, 19 Aug 2006 08:06:20 -0700

GFv2-M1 build (build#13 I think) has a default classpath-prefix element
jaxwsupdate-.har (which is jaxws2.0.1 and associated binaries).

I think Arun has a new WSIT script that overrides this jaxws-update with
webservices.jar - Check with him

Vijay

Sameer Tyagi wrote:

> I tried the wsit on glassfish script from WSIT today a few times on
> windows.
> It copies the files into the lib directory but fails to add the
> classpath-prefix element.
>
> This is because it searches for the token classpath-prefix but in the
> Glassfish I just downloaded
> this element is not there by default.
> Here is what the domain.xml contains by default
> <java-config java-home="${com.sun.aas.javaRoot}" debug-enabled="false"
> debug-options="-Xdebug
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009"
> rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g"
> javac-options="-g"
>
> system-classpath="${com.sun.aas.installRoot}/lib/appserv-launch.jar"
> classpath-suffix="" env-classpath-ignored="true">
> <!-- various required jvm-options -->
>
> There is no classpath-prefix, the script needs to be modifed or the
> attribute needs to be added to Glassfish
>
> /s
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>