Skip to content

Commit

Permalink
Fix for jaxws standalone tck failures in reverse mode
Browse files Browse the repository at this point in the history
Signed-off-by: anajosep <anand.francis.joseph.augustin@oracle.com>
  • Loading branch information
anajosep committed Jan 22, 2019
1 parent b2e502e commit 7547617
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docker/jaxwstck.sh
Expand Up @@ -88,10 +88,20 @@ cd $TCK_HOME/ri/glassfish5/glassfish/bin
./asadmin start-domain
cd $TS_HOME/bin
ant config.ri

cd /vi/glassfish5/glassfish/bin
./asadmin stop-domain
./asadmin start-domain

cd /ri/glassfish5/glassfish/bin
./asadmin stop-domain
./asadmin start-domain

cd $TS_HOME/src/com/sun/ts/tests/jaxws
ant -Dkeywords=all -Dbuild.vi=true clean build package
ant -Dkeywords=all -Dbuild.vi=true build

ant -Dkeywords=forward -Dreport.dir=$TCK_HOME/jaxwstckreport -Dwork.dir=$TCK_HOME/jaxwstckwork deploy.all runclient
ant -Dkeywords=all deploy.all
ant -Dkeywords=all -Dreport.dir=$TCK_HOME/jaxwstckreport -Dwork.dir=$TCK_HOME/jaxwstckwork runclient
cd $TS_HOME/src/com/sun/ts/tests/signaturetest
ant -Dreport.dir=$TCK_HOME/jaxwstckreport/jaxwstck-sig -Dwork.dir=$TCK_HOME/jaxwstckwork/jaxwstck-sig runclient

Expand Down

0 comments on commit 7547617

Please sign in to comment.