[jboss-user] [JBossWS] - Re: ClassNotFoundException JBossWSProviderFactoryImpl with J
gquintana
do-not-reply at jboss.com
Thu Nov 22 16:15:02 EST 2007
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#4107196
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107196
More information about the jboss-user
mailing list