[Bug] [VW 7.4.1] Filing in at runtime fails

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Bug] [VW 7.4.1] Filing in at runtime fails

Stew MacLean

Hi,

 

I’ve spent quite a bit of time working out why filing in at runtime wasn’t working, in spite of including the Compiler on packaging.

 

The solution is that the SourceNodeBuilder compile  methods need to be explicitly packaged.

 

The compile: anElement method does a perform based on the element name. As the compile_xxx methods are not directly called, the packager excludes them.

 

Unfortunately, at runtime there is no feedback as to what’s happening.

 

To save others from the same hassle I’ve been through, if the Compiler is selected to be included at runtime, the packager should automatically include these methods. Or maybe an exception should be raised?

 

Cheers,

 

Stewart