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.

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

Reply via email to