Nathan Coast wrote:
Hi,
I have created a cartridge with its own metafacades which extend the
following:
org.andromda.metafacades.uml.PackageFacade with HttpUnitPackageFacade
org.andromda.metafacades.uml.Entity with HttpUnitEntityFacade
First off, simple question, am I extending the correct classe
Nathan Coast wrote:
It went through ok.
doh, sorry must be a problem with my incoming mail.
Yep, your thinking is correct, try adding this mapping as well and
see if that works:
That fixed it!
I tried these mappings individually and recieved ClassCastException
org.omg.uml.modelmanage
Nathan Coast wrote:
apologies if you receive this twice, but the first copy didn't seem to
get through.
It went through ok.
Nathan Coast wrote:
Hi,
I have created a cartridge with its own metafacades which extend the
following:
org.andromda.metafacades.uml.PackageFacade with HttpUnitPackageFacad
Hi,
I have created a cartridge with its own metafacades which extend the
following:
org.andromda.metafacades.uml.PackageFacade with HttpUnitPackageFacade
org.andromda.metafacades.uml.Entity with HttpUnitEntityFacade
First off, simple question, am I extending the correct classes? or
should I be e
It went through ok.
doh, sorry must be a problem with my incoming mail.
Yep, your thinking is correct, try adding this mapping as well and see
if that works:
That fixed it!
I tried these mappings individually and recieved ClassCastException
org.omg.uml.modelmanagement.UmlPackage$Impl
thanks for the speedy response, if I'm heading in the right direction,
I'll keep trying. Just to check you understand what I'm trying to
achieve... I'm hoping calls to getPackage from within my 'Entity'
FacadeLogicImpl will return an instance of my PackageFacade
HttpUnitPackageFacade pack = (H
apologies if you receive this twice, but the first copy didn't seem to
get through.
Nathan Coast wrote:
Hi,
I have created a cartridge with its own metafacades which extend the
following:
org.andromda.metafacades.uml.PackageFacade with HttpUnitPackageFacade
org.andromda.metafacades.uml.Entity w