Hi,
I am a newbie - so hopefully its not a complete failure i have in mind !
I tried to use the ORM Data Source example as a trial - to see how it works but i always get a
On the server is see that the datasource is loaded as i see the Parsed XML from .....customDataSource_user.ds.xml
When i then go to the page which has the implementation:
i then get the the mentioned error !
On the server is see that the request is received:
What have i done wrong ??
Thanks for your help !
Johannes
I am a newbie - so hopefully its not a complete failure i have in mind !
I tried to use the ORM Data Source example as a trial - to see how it works but i always get a
Code:
"Transport error - HTTP code 404 for URL: customDataSource_user"
When i then go to the page which has the implementation:
Code:
DataSource dataSource = new DataSource("customDataSource_user");
On the server is see that the request is received:
Code:
INFO RequestContext - URL: '/customerDataSource_user', .......
Thanks for your help !
Johannes
Comment