-
1. Re: Switchyard sample application
boanergesza11 May 24, 2013 7:33 AM (in response to udhayakumar_t)If you downhload the switchyard+as7 server it comes with a folder called quickstarts, containing applications that you can deploy. Also, you can following this easy guide : https://community.jboss.org/en/switchyard/blog/2012/06/22/an-impatient-newbie-user-s-introduction-to-switchyard
-
2. Re: Switchyard sample application
udhayakumar_t May 24, 2013 7:56 AM (in response to boanergesza11)Thanks a lot!! That is what i have been searching for.
But again i found an another issue. i.e, whenever i try to create a bean by dragging and dropping Bean implementation on canvas, i am shown an error "Source folder is not a Java Project". I guess it is related to eclipse project configuration. i tried few thing but no luck. Is there any solution to this?
Please find the attached for reference.
-
3. Re: Switchyard sample application
boanergesza11 May 24, 2013 8:12 AM (in response to udhayakumar_t)Thats easy. Your project does not have any facets in eclipse. Heres what you do:
Right click on your project, choose Properties --> Project Facets and enable Java, JBoss Maven Integration, Switchyard and Utility module
-
4. Re: Switchyard sample application
udhayakumar_t May 29, 2013 4:55 AM (in response to boanergesza11)After adding facets, errors are gone but still it gives warning as shown in the attached screenshot. Please let me know if i missed anythign to configure
-
5. Re: Switchyard sample application
boanergesza11 May 29, 2013 5:38 AM (in response to udhayakumar_t)Another easy one....right click on your project, go to Properties --> Build Path and choose the Srouce Tab. Then choose Add Folder and add your source folder.
That is actually eclipse IDE basics though. -
6. Re: Switchyard sample application
boanergesza11 May 29, 2013 7:17 AM (in response to boanergesza11)Now that I think about it, another way to go, is using the command line, go to the directory your project is at. Then use "mvn eclipse:eclipse" to have maven do all that for you.