It should be supported. .
It sounds like you may be missing the Properties that are needed to do the connection.
In your debug build descriptor, make sure you have:
a.) genProperties = GLOBAL
b.) sqlDB set with a database connection.
Two troubleshooting hints:
- Set the debugger to stop when the first rununit begins (under EGL->Debug preferences). Then when the debug perspective starts, you can look at the debug build descriptor options in the variables view. See what is specified when you expand it.
- Look in one of the Java Source folders (either src or EGL/JavaSource) and see if you have a file named rununit.properties. If so, uncommend and set vgj.trace.type to -1 and vgj.trace.device.option to 0. This will do a trace to the console and it will write out what properties are set for the database connections (if any).
Mark
- When the debugger starts
markevans