I’m having trouble with the Batch DataSource Generator. I’m trying to generate a DataSource from a Java Bean Class. According to the instructions I’m just supposed to enter the fully qualified class name in the “List of class names” text box. I do that and I get the following error:
I’ve attached the server log and the result text from the developer console.
Just a note, I used the visual builder to generate the DataSource successfully providing the same fully qualified class name. However, I’m evaluating the EE version and I want to see this work. Not sure what I'm doing wrong
Thanks.
SmartGWT version:
v8.2p_2012-05-11/EVAL Development Only
Code:
Transport error - HTTP code: 404 for URL: http://127.0.0.1:8888/extree/tools/batchDSGenerator.jsp
Just a note, I used the visual builder to generate the DataSource successfully providing the same fully qualified class name. However, I’m evaluating the EE version and I want to see this work. Not sure what I'm doing wrong
Thanks.
SmartGWT version:
v8.2p_2012-05-11/EVAL Development Only
Comment