Hi Roy,

I tried duplicating your error, but I wasn't able to,
can you send me your model?

Thanks,

Chad

--- Roy Feldman <[EMAIL PROTECTED]> wrote:

> 
> Hi all,
> 
> 
> I am trying to make a simple usage of the Spring
> Service facility.
> 
> I have an Entity called Warehouse and I create a
> Service called
> WarehouseService and create a dependency, making
> WarehouseService
> dependent on Warehouse.
> 
> 
> I put a EntityRef sterotype on the dependency.
> 
> After exporting the xmi and running Andromda, I get
> umcompilable source
> for WarehouseServiceBase (note that WarehouseService
> has no methods
> currently)
> 
> 
> public abstract class WarehouseServiceBase
>     implements
> org.sipa.logistics.domain.WarehouseService
> {
> 
>     private $targetElement.fullyQualifiedDaoName
> oid;
> 
>     /**
>      * Sets the reference to <code>oid</code>'s DAO.
>      */
>     public void
> setOid(${targetElement.fullyQualifiedDaoName} oid)
>     {
>         this.oid = oid;
>     }
>     
>     /**
>      * Gets the reference to <code>oid</code>'s DAO.
>      */
>     protected $targetElement.fullyQualifiedDaoName
> get${targetElement.daoName}()
>     {
>         return this.oid;
>     }
>         
> } 
> 
> 
> Am I doing something wrong, or is this a bug in
> andromda-spring? Any
> help would be greatly appreciated.
> 
> 
> thanks in advance,
> 
> roy
>  
> 
> 
> 
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for
> FREE
> LinuxWorld Reader's Choice Award Winner for best
> database on Linux.
>
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Andromda-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/andromda-user
> 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to