You are right, at line, I replaced
if [ -a $LIBDIR/jbossws-client.jar ]; then
by
if [ -f $LIBDIR/jbossws-client.jar ]; then
and now it works.
Should I fill a bug report or is it a known bug?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107196#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...