Hi! we are using lastets plugin and Eclipse Kepler SP1
1) Strange number in parent object field while select Root parent object
2) Some objects still missing (old bug)
Hi Eugene,
I have a few ideas as to the immediate causes of your problems (e.g. the OSPACENAME::&0000101 style name should only show up if the object doesn't have a package specified in the OLL, thus no "Full" name), I don't know things got into that state to begin with.
Could you walk me through full steps to reproduce this issue? Is the OLL file one that was built locally, or copied from another system? What version of CS was it built with? Were any of the objects created since the last full build?
Hi Mark,
This module was imported from CS 10.0. We made full rebuild of this module before, and then tryed to create root childe object and got this issue.
Also we faced with another strange things after module import:
1) Objects "WebModule" and "RequestHandlerGroup" are created with white space before the name of the object in source code and in the name of .os file:
package SSATTRIBUTES
public object #' SSATTRIBUTES RequestHandlerGroup'# inherits WEBDSP::RequestHandlerGroup
public object #' SSATTRIBUTES WebModule'# inherits WEBDSP::WebModule
sometimes this cause generation of the new os files for this object without white spaces automatically.
2) New request handler does not register in requesthandler subsystem automatically if module was imported, therefor we have to do it manually