On Tue, 2005-04-05 at 16:57, Chad Brandon wrote: > Matthias K�spert wrote: > > >Hi, > > > >I have a EJB-Service which has viewType 'both'. Due to the settings in > >the andromda-cartridge.xml of the EJB-cartridge: > > > > <property name="viewType">remote</property> > >and > > <property name="viewType">local</property> > > > >there are neither local nor remote Home-interfaces generated for > >Services that have viewType 'both'. > > > > > No view type for both exists anymore. Since most app servers treat > remote interfaces as local when in the same JVM, there really any reason > to support both, also that means you have to have different names for > each interface type which is a pain as well. > Thanks Chad :-) So I just mark every service which is used locally *and* remotely as remote and let the app-server decide. Is this good practice?
Matthias PS: I did bang my head against the wall when finding the solution to my MD/Xmi problem before ;-) > >Does anybody know a quick fix for that? Is it possible to just add > > <property name="viewType">both</property> > >to the entries in andromda-cartridge.xml. > > > >TIA, > >Matthias > > > > > > > >------------------------------------------------------- > >SF email is sponsored by - The IT Product Guide > >Read honest & candid reviews on hundreds of IT Products from real users. > >Discover which products truly live up to the hype. Start reading now. > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >_______________________________________________ > >Andromda-user mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/andromda-user > > > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Andromda-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/andromda-user > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
