I want to know if this will work: 1) Compile a Component against a Work interface with a static final Version object set to 1.0.0.
2) Run the Component in an environment where the interface is different (i.e. 1.0.1). 3) Test the Component's interface version and get the one it was compiled against. Is this in anyway possible? Or do we need to state the Version in every object that implements it? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
