SmartClient Version: SC_SNAPSHOT-2011-01-06/PowerEdition Deployment (built 2011-01-06)
IE9
I have been working on getting a DynamicDSGenerator working in my app, and all is good. Now in another part of the app, where no code changes have been made, I am not able to get a DataSource when I try to use it. It is a more traditional DataSource defined by a *.ds.xml file, and it's been stable and working in the app for quite some time, no changes.
Now all of a sudden, when the call DataSource.getDataSource("realtime-data-source") is called, it returns a NULL. I see in my logfile on the server the DataSource is indeed loaded upon startup:
One details is that my dynamic DataSource that is generated by my DynamicDSGenerator is called first and loads the dynamic DataSource just fine. Then when I go to the other part of the app, the simple call DataSource.getDataSource("realtime-data-source") returns NULL.
The dynamic DataSource generated by DyanmicDSGenerator is not related to my other static realtime-data-source.ds.xml.
Any thoughts?
IE9
I have been working on getting a DynamicDSGenerator working in my app, and all is good. Now in another part of the app, where no code changes have been made, I am not able to get a DataSource when I try to use it. It is a more traditional DataSource defined by a *.ds.xml file, and it's been stable and working in the app for quite some time, no changes.
Now all of a sudden, when the call DataSource.getDataSource("realtime-data-source") is called, it returns a NULL. I see in my logfile on the server the DataSource is indeed loaded upon startup:
Code:
=== 2013-05-15 12:42:08,956 [84-2] DEBUG XML - Parsed XML from C:\Documents and Settings\smitj01\My Documents\NetBeansProjects\dev\App\build\web\ds\realtime-data-source.ds.xml: 0ms
The dynamic DataSource generated by DyanmicDSGenerator is not related to my other static realtime-data-source.ds.xml.
Any thoughts?
Comment