For andromda 3.1 users: 


andromda:genapp will generate the configuration file andromda.xml in mda/conf



For remote clients you need to modify some properties in the spring namespace. 



If you are in early stage of development, you might want to comment 
sercurityRealm to be able to connect to your Services without user 
configuration:

<!-- uncomment to enable EJB security -->

<!-- <property name="securityRealm">${application.id}</property> -->



Now just add

<property name="ejbViewType">remote</property>

to be able to connect to your Beans remotely



<property name="clientServiceLocatorClassloaderSwitching">on</property>

to be able to run/debug your client from within your IDE. 



Cheers 

Harald
--
Harald Weyhing
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=509#509
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to