Ted Jones <[EMAIL PROTECTED]> [070812 20:32]: > Your ClassNotFoundException is due to the package of your deployed Echo class > not matching the ServiceClass package value in your services.xml. > > -- WEB-INF > > | |-- classes > > | | `-- de > > | | `-- hpfsc > > | | |-- Echo.class > > vs > > <parameter name="ServiceClass">de.echo.Echo</parameter> > > So, the ServiceClass value should be: > > <parameter name="ServiceClass">de.hpfsc.Echo</parameter>
Argg, what a stupid mistake. Thanks for spotting! Sebastian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
