Hi longtrain0,
Please note that the modified HelloWorldDataAdapter source include the package declaration
package HelloWorldDataAdapter;
which is not expected in the standard deployment of HelloWorld example. Please check this line of adapters.xml:
[HTML]<adapter_class>HelloWorldDataAdapter</adapter_class>[/HTML]
with package declaration should be:
[HTML]<adapter_class>HelloWorldDataAdapter.HelloWorldDataAdapter</adapter_class>[/HTML]
I am sorry whether this mismatch could lead to confusion.
Regards,
Giuseppe