Hi all,
I have multiple HARs in my backend server app, each one mapped to a separate database on a common SQL server. Is there anything I can do to get classes mapped in one HAR to reference classes in another HAR?
Right now I have a core.har, with some system core operations, and then billing.har, personnel.har, etc. A mapped class in personnel.har, Employee, has a property that's an instance of UserAccount, in core.har. But the HARDeployer screams about referencing an unmapped class when it tries to deploy personnel.har .
Any help here, or am I SOL? I'd rather not combine all the separate app modules' classes into a single massive HAR, not only because of the file management mess, but also I would lose the ability to separate storage into multiple databases, one db for each app module.
Thanks for any insight!
--Scott
|